Class NetworkScenarioBehaviour
Base class to use a MonoBehaviour-style frame update loop with network scenarios.
Inherited Members
Namespace: Unity.Multiplayer.Tools.NetworkSimulator .Runtime
Assembly: solution.dll
Syntax
public abstract class NetworkScenarioBehaviour : NetworkScenario
Methods
Name | Description |
---|---|
Update(float) | Method called on every frame to determine what the scenario should run since the last frame. Only called when the scenario is not paused, so there is no need to manually check it in the implementation. |