Property — Aspose.3D FOSS for .NET

Enumerations

A Property memorizza un singolo valore denominato e tipizzato su qualsiasi A3DObject. Le proprietà sono gestite tramite il PropertyCollection su ogni oggetto della scena.

Enumerations

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.

Vedi anche

 Italiano