C# Class FPS, swip3

Inheritance: MonoBehaviour
ファイルを表示 Open project: unit9/swip3 Class Usage Examples

Public Properties

Property Type Description
label UILabel,
updateInterval float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

label public_oe property

public UILabel, label
return UILabel,

updateInterval public_oe property

public float updateInterval
return float