Property — Aspose.3D FOSS for .NET

Methods

一个 Property 在任何上存储单个具名、类型化的值 A3DObject.属性通过以下方式进行管理 PropertyCollection 在每个场景对象上。.

Methods

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.

另请参阅

 中文