enum
Godot::Animation::TrackType
Defined in:
libgodot/generated/classes/classes_part1.crEnum Members
-
TypeValue =
0_i64 -
TypePosition3d =
1_i64 -
TypeRotation3d =
2_i64 -
TypeScale3d =
3_i64 -
TypeBlendShape =
4_i64 -
TypeMethod =
5_i64 -
TypeBezier =
6_i64 -
TypeAudio =
7_i64 -
TypeAnimation =
8_i64
Instance Method Summary
-
#type_animation?
Returns
trueif this enum value equalsTypeAnimation -
#type_audio?
Returns
trueif this enum value equalsTypeAudio -
#type_bezier?
Returns
trueif this enum value equalsTypeBezier -
#type_blend_shape?
Returns
trueif this enum value equalsTypeBlendShape -
#type_method?
Returns
trueif this enum value equalsTypeMethod -
#type_position3d?
Returns
trueif this enum value equalsTypePosition3d -
#type_rotation3d?
Returns
trueif this enum value equalsTypeRotation3d -
#type_scale3d?
Returns
trueif this enum value equalsTypeScale3d -
#type_value?
Returns
trueif this enum value equalsTypeValue