struct

GameScene::BaseScene

Inherits Scene < Struct < Value < Object

Provides some default commands for game scenes

Instance methods

commands(state : State) : Array(Command)

Returns an ordered list of commands available to the user. These commands will be displayed after the scene description produced in #render

Source