AnimationChannel

AnimationChannel

Γενική Επισκόπηση

AnimationChannel είναι μια τάξη στο Aspose.3d για το Python. Κληρονόμοι από: KeyframeSequence.

AnimationChannel επιτρέπει στους προγραμματιστές να καθορίσουν τον τύπο του στοιχείου, μια προκαθορισμένη τιμή και ένα KeyframeSequence που ορίζει τα δεδομένα κινούμενης κίνησης του καναλιού.

Ιδιότητες

NameTypeAccessDescription
component_type``ReadGets the component type.
default_valueAnyRead/WriteGets or sets the default value.
keyframe_sequenceKeyframeSequenceRead/WriteGets or sets the keyframe sequence.
namestrRead/WriteGets or sets the name.
properties``ReadGets the properties.
bind_point'BindPoint'ReadGets the bind point.
key_framesList['KeyFrame']ReadGets the key frames.
post_behaviorExtrapolationReadGets the post behavior.
pre_behaviorExtrapolationReadGets the pre behavior.

Μέθοδοι

SignatureDescription
__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)
 Ελληνικά