C# Class HutongGames.PlayMaker.Actions.EnableAnimation

Inheritance: FsmStateAction
Datei anzeigen Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
resetOnExit FsmBool

Public Methods

Method Description
DoEnableAnimation ( GameObject go ) : void
OnEnter ( ) : void
OnExit ( ) : void
Reset ( ) : void

Method Details

DoEnableAnimation() public method

public DoEnableAnimation ( GameObject go ) : void
go UnityEngine.GameObject
return void

OnEnter() public method

public OnEnter ( ) : void
return void

OnExit() public method

public OnExit ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

resetOnExit public_oe property

public FsmBool resetOnExit
return FsmBool