C# Class HutongGames.PlayMaker.Actions.GetTimeInfo

Inheritance: FsmStateAction
Mostrar archivo Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
everyFrame bool
getInfo TimeInfo

Public Methods

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

Method Details

DoGetTimeInfo() public method

public DoGetTimeInfo ( ) : 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_oe property

public bool everyFrame
return bool

getInfo public_oe property

public TimeInfo getInfo
return TimeInfo