C# Class DeadlyLaserScan, Galaxy-Breacher

Inheritance: MonoBehaviour
Show file Open project: gamkedo-la/Galaxy-Breacher

Public Properties

Property Type Description
dangerHeight Transform
dangerLimit float
playerPos Transform
screenHeat Image

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

dangerHeight public property

public Transform dangerHeight
return Transform

dangerLimit public property

public float dangerLimit
return float

playerPos public property

public Transform playerPos
return Transform

screenHeat public property

public Image screenHeat
return Image