SyncScript Class
Namespace: Stride.EngineAssembly: Stride.Engine.dll
A script whose Update() will be called every frame.
Derived from SyncScript:
public abstract class SyncScript : StartupScript, IIdentifiable, ICollectorHolder
Name | Description | |
---|---|---|
Methods | ||
Update() | Called every frame. |
Methods
Update()
Called every frame.
public abstract void Update()