C# Class HutongGames.PlayMaker.Actions.SetLightCookie

Inheritance: FsmStateAction
Mostrar archivo Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
lightCookie FsmTexture

Public Methods

Method Description
DoSetLightRange ( ) : void
OnEnter ( ) : void
Reset ( ) : void

Method Details

DoSetLightRange() public method

public DoSetLightRange ( ) : void
return void

OnEnter() public method

public OnEnter ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

lightCookie public_oe property

public FsmTexture lightCookie
return FsmTexture