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
object
SyncScript
Implements
Inherited Members
Extension Methods

Methods

PriorityUpdated()

Internal helper function called when Priority is changed.

protected override void PriorityUpdated()

Update()

Called every frame.

public abstract void Update()