Property — Aspose.3D FOSS for .NET

Example

A Property хранит одно именованное, типизированное значение на любом A3DObject. Свойства управляются через PropertyCollection на каждом объекте сцены.

Example

NameTypeAccessDescription
Valueobject?Read/WriteGets or sets the value.
NamestringReadGets the name.
ValueTypeTypeReadGets the value type.
SignatureDescription
GetExtra(name: string)The extra data, or null if not found.
SetExtra(name: string, value: object?)The extra data value.
GetBindPoint(anim: AnimationNode, create: bool)The bind point.
GetKeyframeSequence(anim: AnimationNode, create: bool)The keyframe sequence.
ToString()A string that represents the current property.

См. также

 Русский