Cesium for Unity 1.15.2
Loading...
Searching...
No Matches
ICesiumRestartable.cs
Go to the documentation of this file.
1namespace CesiumForUnity
2{
7 public interface ICesiumRestartable
8 {
15 void Restart();
16 }
17}
An interface for an object with a Restart method, allowing the state of the object to be reinitialize...
void Restart()
Completely re-initializes the state of this object from its serialized properties.