BaseNetInput
Inherits: Node
Base class for Input nodes used with rollback.
Methods
| Return Type | Name |
|---|---|
| void | _gather() |
Method Descriptions
void _gather ( )
Method for gathering input.
This method is supposed to be overridden with your input logic. The input data itself may be gathered outside of this method ( e.g. gathering it over multiple _process calls ), but this is the point where the input variables must be set.
Note: This is only called for the local player's input nodes.