C# Class HutongGames.PlayMaker.Actions.EnableBehaviour

Inheritance: FsmStateAction
Datei anzeigen Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
resetOnExit FsmBool

Public Methods

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

Method Details

DoEnableBehaviour() public method

public DoEnableBehaviour ( 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