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.

참고

 한국어