|
JUtils
A unity utilities library
|
The data of a state More...
Public Member Functions | |
| StateData (params object[] arguments) | |
| Create a new StateData object with its arguments More... | |
| T | Get< T > (int index) |
| Get an argument at an index More... | |
| bool | TryGet< T > (int index, out T argument) |
| Try get the argument at an index More... | |
| bool | Has (int index) |
| See if the index exists More... | |
| bool | Has< T > (int index) |
| See if the index exists, and if its of the same type More... | |
Public Attributes | |
| readonly object[] | arguments |
The data of a state
|
inline |
Create a new StateData object with its arguments
References JUtils.StateData.arguments.
|
inline |
Get an argument at an index
References JUtils.StateData.arguments, and JUtils.StateData.Has().

|
inline |
See if the index exists
References JUtils.StateData.arguments.

|
inline |
See if the index exists, and if its of the same type
References JUtils.StateData.arguments.
|
inline |
Try get the argument at an index
References JUtils.StateData.arguments, and JUtils.StateData.Has().

| readonly object [] JUtils.StateData.arguments |