A list of EventHandlers for takeing care of controller input
|
string | defaultParameterProperty |
| For future use...
|
|
int | id |
| The id of the event handler
|
|
string | label |
| The label or name of the Event Handlers
|
|
string | tooltip |
| The tooltip text for the Event Handlers
|
|
string[] | eventTypeLabels |
| The labels for the EventHandler.Type to use in the GUI
|
|
string | fromEventLabel |
| For future use...
|
|
List< T > | events |
| The EventHandlers
|
|
|
float | floatValue [getset] |
| The float input value for the controller event
|
|
◆ Cleanup()
Cleanup the eventHandlers
This will remove all EventHandlers for which isDead is true.
- Parameters
-
eventHandlers | The array of eventHandlers to clean. |
◆ controllerEventTypeLabels
string [] Passer.ControllerEventHandlers.controllerEventTypeLabels |
|
staticprotected |
Initial value:= new string[] {
"Never",
"On Press",
"On Release",
"While Down",
"While Up",
"On Change",
"Continuous"
}
The documentation for this class was generated from the following file:
- Assets/Passer/HumanoidControl/Runtime/Tools/Events/ControllerEvent.cs