Class AnimatedGenerator
Attach this to a TesseraGenerator to run the generator stepwise over several updates,
displaying the changes so far.
Note
This class is available only in Tessera Pro
Inheritance
AnimatedGenerator
Assembly: cs.temp.dll.dll
Syntax
public class AnimatedGenerator : MonoBehaviour
Fields
secondsPerStep
Declaration
public float secondsPerStep
Field Value
uncertaintyTile
Declaration
public GameObject uncertaintyTile
Field Value
Type |
Description |
GameObject |
|
Properties
IsRunning
Declaration
public bool IsRunning { get; }
Property Value
IsStarted
Declaration
public bool IsStarted { get; }
Property Value
Methods
PauseGeneration()
Declaration
public void PauseGeneration()
ResumeGeneration()
Declaration
public void ResumeGeneration()
StartGeneration()
Declaration
public void StartGeneration()
StopGeneration()
Declaration
public void StopGeneration()