create_animation_clip method

create_animation_clip

A shorthand function to create and register the AnimationClip The first AnimationClip will be assigned to the Scene.current_animation_clip

Returns

def create_animation_clip(self, name):
    ...
ParameterTypeDescription
namestrAnimation clip’s name

See Also