C# Class Player_controller, Space-Rush2

Inheritance: MonoBehaviour
Show file 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 property

public float Speed
return float

boundary public property

public Boundary, boundary
return Boundary,

fireRate public property

public float fireRate
return float

shot public property

public GameObject shot
return GameObject

shotSpawnLeft public property

public Transform shotSpawnLeft
return Transform

shotSpawnMiddle public property

public Transform shotSpawnMiddle
return Transform

shotSpawnRight public property

public Transform shotSpawnRight
return Transform