C# Class Lk_Control, LaikavsAliens

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

public Boundary, boundary
return Boundary,

fireRate public property

public float fireRate
return float

rb public property

public Rigidbody2D,UnityEngine rb
return UnityEngine.Rigidbody2D

shot public property

public GameObject shot
return GameObject

shotSpawn public property

public Transform shotSpawn
return Transform

speed public property

public float speed
return float