C# Class LaserIA, Gravedigger

Inheritance: MonoBehaviour
Show file Open project: Chat-Wane/Gravedigger

Public Properties

Property Type Description
killGD bool
laserColor Color
speed float

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D other ) : void
Update ( ) : void

Method Details

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D other ) : void
other UnityEngine.Collider2D
return void

Update() public method

public Update ( ) : void
return void

Property Details

killGD public property

public bool killGD
return bool

laserColor public property

public Color laserColor
return Color

speed public property

public float speed
return float