enum
Godot::CharacterBody3D::PlatformOnLeave
Defined in:
libgodot/generated/classes/classes_part2.crEnum Members
-
PlatformOnLeaveAddVelocity =
0_i64 -
PlatformOnLeaveAddUpwardVelocity =
1_i64 -
PlatformOnLeaveDoNothing =
2_i64
Instance Method Summary
-
#platform_on_leave_add_upward_velocity?
Returns
trueif this enum value equalsPlatformOnLeaveAddUpwardVelocity -
#platform_on_leave_add_velocity?
Returns
trueif this enum value equalsPlatformOnLeaveAddVelocity -
#platform_on_leave_do_nothing?
Returns
trueif this enum value equalsPlatformOnLeaveDoNothing
Instance Method Detail
def platform_on_leave_add_upward_velocity?
#
Returns true if this enum value equals PlatformOnLeaveAddUpwardVelocity
def platform_on_leave_add_velocity?
#
Returns true if this enum value equals PlatformOnLeaveAddVelocity