current_animation_clip property

current_animation_clip property

Gets or sets the active AnimationClip

Definition:

@property
def current_animation_clip(self):
    ...
@current_animation_clip.setter
def current_animation_clip(self, value):
    ...

See Also