remove_key
Description:
[ Version ( deprecated = true , deprecated_since = "1.12" , since = "1.4" ) ]
public void remove_key (string? source_state_name, string? target_state_name, Object? object, string? property_name)
public void remove_key (string? source_state_name, string? target_state_name, Object? object, string? property_name)
Warning: remove_key is deprecated since 1.12.
Removes all keys matching the search criteria passed in arguments.
Note:
Use KeyframeTransition and TransitionGroup instead
Parameters:
this |
a State instance. |
source_state_name |
the source state name to query, or |
target_state_name |
the target state name to query, or |
object |
the specific object instance to list keys for, or |
property_name |
the property name to search for, or |