C# Class Player_controller, Space-Rush2

Inheritance: MonoBehaviour
Datei anzeigen Open project: M4R774/Space-Rush2 Class Usage Examples

Public Properties

Property Type Description
Speed float
boundary Boundary,
fireRate float
shot GameObject
shotSpawnLeft Transform
shotSpawnMiddle Transform
shotSpawnRight Transform

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

Speed public_oe property

public float Speed
return float

boundary public_oe property

public Boundary, boundary
return Boundary,

fireRate public_oe property

public float fireRate
return float

shot public_oe property

public GameObject shot
return GameObject

shotSpawnLeft public_oe property

public Transform shotSpawnLeft
return Transform

shotSpawnMiddle public_oe property

public Transform shotSpawnMiddle
return Transform

shotSpawnRight public_oe property

public Transform shotSpawnRight
return Transform