Summary
Override of
PersistTick(TimeStone, TimeStone.TimeTickOrigin, float)
to add the persistence of custom generic data using Reflection
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime .Agents - Containing Type
- GenericTimeAgent
Syntax
public override void PersistTick(TimeStone stone, TimeStone.TimeTickOrigin origin, float deltaTime)
Parameters
Name | Type | Description |
---|---|---|
stone | TimeStone | The stone calling |
origin | TimeStone |
The origin of the call, Record or Simulation |
deltaTime | float | The deltaTime |
Return Value
Type | Description |
---|---|
void |