Method DecrementEvents
DecrementEvents(ref T, in T)
Take the stored input data we have and copy to the given input data pointed to. Decrement any event counters by the counter value in the previous command buffer data element.
Declaration
void DecrementEvents(ref T inputData, in T prevInputData)
Parameters
Type | Name | Description |
---|---|---|
T | inputData | Our stored input data will be copied over to this location |
T | prevInputData | Command data from the previous tick |