Summary
Callback to TimeAgent's event OnSetDataTick
Can be useful if the visualizer is dependent to the current tick. See OnionSkinVisualizer for example.
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime .Visualizers - Containing Type
- Abstract
Time Visualizer
Syntax
public virtual void OnTimeAgentSetDataTick(TimeStone eventStone, int tick)
Parameters
Name | Type | Description |
---|---|---|
eventStone | TimeStone | |
tick | int |
Return Value
Type | Description |
---|---|
void |