C# Class HutongGames.PlayMaker.Actions.LoadLevel

Inheritance: FsmStateAction
Mostrar archivo 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_oe property

public bool additive
return bool

async public_oe property

public bool async
return bool

dontDestroyOnLoad public_oe property

public FsmBool dontDestroyOnLoad
return FsmBool

loadedEvent public_oe property

public FsmEvent loadedEvent
return FsmEvent