C# Class DisplayHelp

Inheritance: MonoBehaviour
显示文件 Open project: marouen-lamiri/Second-Soul Class Usage Examples

Public Properties

Property Type Description
isHelpDisplayed bool
labelStyle GUIStyle
myFont Font
style GUIStyle

Public Methods

Method Description
FixedUpdate ( ) : void
OnGUI ( ) : void
boolChange ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

boolChange() public method

public boolChange ( ) : void
return void

Property Details

isHelpDisplayed public_oe property

public bool isHelpDisplayed
return bool

labelStyle public_oe property

public GUIStyle labelStyle
return GUIStyle

myFont public_oe property

public Font myFont
return Font

style public_oe property

public GUIStyle style
return GUIStyle