C# Class MBEditorEnabledScript, Pharos

Inheritance: MonoBehaviour
ファイルを表示 Open project: rstaewen/Pharos

Public Methods

Method Description
mbEditorUpdate ( ) : void

Protected Methods

Method Description
Awake ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnPlaying ( ) : void

Called every frame when parent emitter/particlesystem is playing

OnStartsPlaying ( ) : void

Called once when the parent emitter/particlesystem starts playing

OnStopsPlaying ( ) : void

Called once when the parent emitter/particlesystem stops playing

OnUpdate ( ) : void

Behaves like Update(), but works both in editor and at runtime

Private Methods

Method Description
DoUpdate ( ) : void
Update ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

OnDisable() protected method

protected OnDisable ( ) : void
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void

OnPlaying() protected method

Called every frame when parent emitter/particlesystem is playing
protected OnPlaying ( ) : void
return void

OnStartsPlaying() protected method

Called once when the parent emitter/particlesystem starts playing
protected OnStartsPlaying ( ) : void
return void

OnStopsPlaying() protected method

Called once when the parent emitter/particlesystem stops playing
protected OnStopsPlaying ( ) : void
return void

OnUpdate() protected method

Behaves like Update(), but works both in editor and at runtime
protected OnUpdate ( ) : void
return void

mbEditorUpdate() public method

public mbEditorUpdate ( ) : void
return void