C# Class LinearProjectile, Lurk2015Testing

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

Public Properties

Property Type Description
despawnTimer float
velocity Vector2

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

despawnTimer public_oe property

public float despawnTimer
return float

velocity public_oe property

public Vector2 velocity
return Vector2