Quantum 3
3.0.9
Input provider extension methods. More...
Static Public Member Functions | |
| static void | Clear (this DeterministicTickInput input) |
| Clear an input data object. More... | |
| static void | Clear (this DeterministicTickInputSet set) |
| Clear this input set. More... | |
| static void | CopyFrom (this DeterministicTickInput input, DeterministicTickInput otherInput) |
| Copy and clone an input data object. More... | |
| static bool | IsComplete (this DeterministicTickInputSet set) |
| Return true if the input set has valid input for each player. More... | |
| static bool | IsFinished (this DeterministicTickInputSet set) |
| Return true if this set is completed and sent. More... | |
| static void | Set (this DeterministicTickInput input, DeterministicFrameInputTemp temp) |
| Set the content of a DeterministicTickInput from a DeterministicFrameInputTemp. More... | |
Input provider extension methods.
|
inlinestatic |
Copy and clone an input data object.
| input | Destination input |
| otherInput | Source input |
|
inlinestatic |
Clear an input data object.
| input | Input to clear |
|
inlinestatic |
Set the content of a DeterministicTickInput from a DeterministicFrameInputTemp.
| input | Destination input |
| temp | Source input |
|
inlinestatic |
Clear this input set.
| set | Input set |
|
inlinestatic |
Return true if the input set has valid input for each player.
| set | Input set |
|
inlinestatic |
Return true if this set is completed and sent.
| set | Input set to check |