C# Class PlayerProjectile, CrabBattle

Inheritance: MonoBehaviour
Exibir arquivo Open project: tomoprime/CrabBattle Class Usage Examples

Public Properties

Property Type Description
life float
speed float

Public Methods

Method Description
Autodestruct ( ) : void
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

Autodestruct() public method

public Autodestruct ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

life public_oe property

public float life
return float

speed public_oe property

public float speed
return float