C# Class Lk_Control, LaikavsAliens

Inheritance: MonoBehaviour
Datei anzeigen Open project: iruga090/LaikavsAliens

Public Properties

Property Type Description
boundary Boundary,
fireRate float
rb UnityEngine.Rigidbody2D
shot GameObject
shotSpawn Transform
speed float

Public Methods

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

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

boundary public_oe property

public Boundary, boundary
return Boundary,

fireRate public_oe property

public float fireRate
return float

rb public_oe property

public Rigidbody2D,UnityEngine rb
return UnityEngine.Rigidbody2D

shot public_oe property

public GameObject shot
return GameObject

shotSpawn public_oe property

public Transform shotSpawn
return Transform

speed public_oe property

public float speed
return float