C# Class PlayerCanon, Unity2d-Game

Inheritance: Building
Exibir arquivo Open project: sagivo/Unity2d-Game Class Usage Examples

Public Properties

Property Type Description
bullet Bullet,

Protected Methods

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

Private Methods

Method Description
Fire ( Vector3 pos ) : void
rotateToPosition ( Vector3 mousePos, Vector3 originPos ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

Start() protected method

protected Start ( ) : void
return void

Update() protected method

protected Update ( ) : void
return void

Property Details

bullet public_oe property

public Bullet, bullet
return Bullet,