C# Class HutongGames.PlayMaker.Actions.LoadLevel

Inheritance: FsmStateAction
Show file Open project: CodeStrumpet/Elemental

Public Properties

Property Type Description
additive bool
async bool
dontDestroyOnLoad FsmBool
loadedEvent FsmEvent

Public Methods

Method Description
OnEnter ( ) : void
Reset ( ) : void

Private Methods

Method Description
LoadLevelAdditiveAsync ( ) : IEnumerator
LoadLevelAsync ( ) : IEnumerator

Method Details

OnEnter() public method

public OnEnter ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

additive public property

public bool additive
return bool

async public property

public bool async
return bool

dontDestroyOnLoad public property

public FsmBool dontDestroyOnLoad
return FsmBool

loadedEvent public property

public FsmEvent loadedEvent
return FsmEvent