Property
Overview
Property is a class in Aspose.3d for Python.
Property.get_extra retrieves an extra attribute by its name.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read | Stores the property’s identifier string |
value | `` | Read | Holds the property’s current value |
value_type | `` | Read | Indicates the data type of the property’s value |
Methods
| Signature | Description |
|---|---|
__init__(name: str, value) | |
get_extra(name: str) | Retrieves an extra attribute by its name |
set_extra(name: str, value) | Assigns a value to an extra attribute identified by name |
get_bind_point(anim: 'AnimationNode', create: bool) → 'BindPoint' | Returns the bind point for the given animation node, optionally creating it |
get_keyframe_sequence(anim: 'AnimationNode', create: bool) → 'KeyframeSequence' | Obtains the keyframe sequence for the animation node, optionally creating it |