Table of Contents

Class Assert_Runs_OnFrameLateUpdate

Namespace
LunyScript.SmokeTests.Lifecycle
Assembly
LunyScript.SmokeTests.dll
public sealed class Assert_Runs_OnFrameLateUpdate : LunyScriptSmokeTestBase
Inheritance
object
Assert_Runs_OnFrameLateUpdate
Inherited Members

Constructors

Assert_Runs_OnFrameLateUpdate()

public Assert_Runs_OnFrameLateUpdate()

Methods

Build(ScriptContext)

Called once when the script is initialized. Users construct their blocks (sequences, statemachines, behaviors) for execution here. Users can use regular C# syntax (ie call methods, use loops) to construct complex and/or reusable blocks.

public override void Build(ScriptContext context)

Parameters

context ScriptContext