C# Class HutongGames.PlayMaker.Actions.GetName

Inheritance: FsmStateAction
Show file Open project: CodeStrumpet/Elemental

Public Properties

Property Type Description
everyFrame bool

Public Methods

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

Method Details

DoGetGameObjectName() public method

public DoGetGameObjectName ( ) : void
return void

OnEnter() public method

public OnEnter ( ) : void
return void

OnUpdate() public method

public OnUpdate ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

everyFrame public property

public bool everyFrame
return bool