C# Class SelfDestruct, Viewport

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

Public Properties

Property Type Description
deathTimer float
waitForCenter bool

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

deathTimer public_oe property

public float deathTimer
return float

waitForCenter public_oe property

public bool waitForCenter
return bool