unreal.NearestNeighborAnimStream¶
- class unreal.NearestNeighborAnimStream(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
ObjectNearest Neighbor Anim Stream
C++ Source:
Plugin: NearestNeighborModel
Module: NearestNeighborModelEditor
File: NearestNeighborEditorHelpers.h
- append_frames(anim, frames) bool¶
Append Frames
- Parameters:
anim (AnimSequence)
frames (Array[int32])
- Return type:
- to_anim(out_anim) bool¶
To Anim
- Parameters:
out_anim (AnimSequence)
- Return type: