[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.4" ) ]
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.
Use KeyframeTransition and TransitionGroup instead
See set_state.
this |
a State |
target_state_name |
the state to transition to |
the Timeline that drives the state transition. The returned timeline is owned by the State and it should not be unreferenced |