C# Class GlowStone, Lurk2015

Inheritance: MonoBehaviour
Exibir arquivo Open project: gmuGADIG/Lurk2015

Public Properties

Property Type Description
lightSpeed float
maxCharge float
thisLight Light

Public Methods

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

Method Details

OnTriggerEnter2D() public method

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

OnTriggerExit2D() public method

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

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

lightSpeed public_oe property

public float lightSpeed
return float

maxCharge public_oe property

public float maxCharge
return float

thisLight public_oe property

public Light thisLight
return Light