AnimationChannel
Γενική Επισκόπηση
AnimationChannel είναι μια τάξη στο Aspose.3d για το Python. Κληρονόμοι από: KeyframeSequence.
AnimationChannel επιτρέπει στους προγραμματιστές να καθορίσουν τον τύπο του στοιχείου, μια προκαθορισμένη τιμή και ένα KeyframeSequence που ορίζει τα δεδομένα κινούμενης κίνησης του καναλιού.
Ιδιότητες
| Name | Type | Access | Description |
|---|---|---|---|
component_type | `` | Read | Gets the component type. |
default_value | Any | Read/Write | Gets or sets the default value. |
keyframe_sequence | KeyframeSequence | Read/Write | Gets or sets the keyframe sequence. |
name | str | Read/Write | Gets or sets the name. |
properties | `` | Read | Gets the properties. |
bind_point | 'BindPoint' | Read | Gets the bind point. |
key_frames | List['KeyFrame'] | Read | Gets the key frames. |
post_behavior | Extrapolation | Read | Gets the post behavior. |
pre_behavior | Extrapolation | Read | Gets the pre behavior. |
Μέθοδοι
| Signature | Description |
|---|---|
__init__(name: str) | |
reset() | |
add(time: float, value: float, interpolation: Interpolation) | |
find_property(property_name: str) | |
get_property(property: str) | |
set_property(property: str, value) | Sets the property value. |
remove_property(property) |