struct

PointClickEngine::Core::SceneManager::ActivationOptions

Inherits Struct < Value < Object

Constructors

new(force_reload : Bool = false, call_enter : Bool = true, load_script : Bool = true, load_actions : Bool = true, publish_events : Bool = true)
Source

Instance methods

call_enter
Source
call_enter=(call_enter : Bool)
Source
force_reload
Source
force_reload=(force_reload : Bool)
Source
load_actions
Source
load_actions=(load_actions : Bool)
Source
load_script
Source
load_script=(load_script : Bool)
Source
publish_events
Source
publish_events=(publish_events : Bool)
Source