StateSet
Description:
[
CCode ( has_construct_function =
false ) ]
public StateSet (
Array<
StateType> states)
Generates an StateSet with the given states
.
Parameters:
states |
An array of states with which the method initializes the state set.
|
Returns:
A new StateSet with the given states.
|