Methods
A Property lưu trữ một giá trị có tên và kiểu duy nhất trên bất kỳ A3DObject. Các thuộc tính được quản lý thông qua PropertyCollection trên mỗi đối tượng cảnh.
Methods
| Name | Type | Access | Description |
|---|
Value | object? | Read/Write | Gets or sets the value. |
Name | string | Read | Gets the name. |
ValueType | Type | Read | Gets the value type. |
| Signature | Description |
|---|
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. |
Xem thêm