Table of Contents

Class SyncScript

Namespace
Stride.Engine
Assembly
Stride.Engine.dll

A script whose Update() will be called every frame.

public abstract class SyncScript : StartupScript, IIdentifiable, ICollectorHolder
Inheritance
SyncScript
Implements
Inherited Members
Extension Methods

Methods

Update()

Called every frame.

public abstract void Update()