unreal.AnimInfo¶
- class unreal.AnimInfo(num_frames: int = 0, anim_start: int = 0, looping: bool = False)¶
Bases:
StructBaseAnim Info
C++ Source:
Plugin: AnimToTexture
Module: AnimToTexture
File: AnimToTextureDataAsset.h
Editor Properties: (see get_editor_property/set_editor_property)
anim_start(int32): [Read-Only]looping(bool): [Read-Write]num_frames(int32): [Read-Only]