TimeAgent.

TimeLineChange(TimeStone, TimeStone.TimeTickOrigin) Method

Summary

TimeLineChange callback called by timeStone

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.TimeTickOrigin The origin of the change, Record or Simulation

Return Value

Type Description
void