C# Class HutongGames.PlayMaker.Actions.FloatCompare

Inheritance: FsmStateAction
Datei anzeigen Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
everyFrame bool

Public Methods

Method Description
DoCompare ( ) : void
ErrorCheck ( ) : string
OnEnter ( ) : void
OnUpdate ( ) : void
Reset ( ) : void

Method Details

DoCompare() public method

public DoCompare ( ) : void
return void

ErrorCheck() public method

public ErrorCheck ( ) : string
return string

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_oe property

public bool everyFrame
return bool