C# Class HutongGames.PlayMaker.Actions.GUILayoutTextField

Inheritance: GUILayoutAction
显示文件 Open project: hughrogers/RPGQuest

Public Properties

Property Type Description
changedEvent FsmEvent
maxLength FsmInt
style FsmString

Public Methods

Method Description
OnGUI ( ) : void
Reset ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

changedEvent public_oe property

public FsmEvent changedEvent
return FsmEvent

maxLength public_oe property

public FsmInt maxLength
return FsmInt

style public_oe property

public FsmString style
return FsmString