C# Class DeadlyLaserScan, Galaxy-Breacher

Inheritance: MonoBehaviour
Mostra 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_oe property

public Transform dangerHeight
return Transform

dangerLimit public_oe property

public float dangerLimit
return float

playerPos public_oe property

public Transform playerPos
return Transform

screenHeat public_oe property

public Image screenHeat
return Image