Class Property
Contents
[
Hide
]Property class
Class to hold user-defined properties.
public abstract class Property
Properties
| Name | Description |
|---|---|
| Name { get; } | Gets the name of the property |
| abstract Value { get; set; } | Gets or sets the value. |
| abstract ValueType { get; } | Gets the type of the property value. |
Methods
| Name | Description |
|---|---|
| GetBindPoint(AnimationNode, bool) | Gets the property bind point on specified animation instance. |
| GetExtra(string) | Gets extra data of the property associated by name. |
| GetKeyframeSequence(AnimationNode, bool) | Gets the keyframe sequence on specified animation instance. |
| SetExtra(string, object) | Sets extra data of the property associated by name. |
| override ToString() | Returns a string that represents the current Property. |
See Also
- namespace Aspose.ThreeD
- assembly Aspose.3D