Summary
TimeLineChange callback called by timeStone
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime .Agents - Containing Type
- TimeAgent
Syntax
public virtual void TimeLineChange(TimeStone stone, TimeStone.TimeTickOrigin origin)
Remarks
Use UnityEvent or override to use
TimeStone
is given as a parameter in case you have multiple TimeStone
using the same TimeAgent
Parameters
Name | Type | Description |
---|---|---|
stone | TimeStone | The TimeStone that called this method |
origin | TimeStone |
The origin of the change, Record or Simulation |
Return Value
Type | Description |
---|---|
void |