C# Class PushWave

Inheritance: MonoBehaviour
Mostrar archivo Open project: jsngai/deepsquid

Public Properties

Property Type Description
lifeTime float
speed float

Public Methods

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

Method Details

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

lifeTime public_oe property

public float lifeTime
return float

speed public_oe property

public float speed
return float