C# Class FPSHUD, CodeSpells

Inheritance: MonoBehaviour
显示文件 Open project: srfoster/CodeSpells

Public Properties

Property Type Description
updateInterval float

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void
display ( string format, Color color ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

display() public method

public display ( string format, Color color ) : void
format string
color Color
return void

Property Details

updateInterval public_oe property

public float updateInterval
return float