warp_to_state
Description:
[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.4" ) ]
public unowned Timeline warp_to_state (string target_state_name)
public unowned Timeline warp_to_state (string target_state_name)
Warning: warp_to_state is deprecated since 1.12.
Change to the specified target state immediately with no animation.
Note:
Use KeyframeTransition and TransitionGroup instead
See set_state.
Parameters:
this |
a State |
target_state_name |
the state to transition to |
Returns:
the Timeline that drives the state transition. The returned timeline is owned by the State and it should not be unreferenced |