C# Class BreakableLight, OZML

Inheritance: Impact
Show file Open project: merveilles/OZML Class Usage Examples

Public Properties

Property Type Description
DamageLevel int
MaterialTwo Material
TargetLight GameObject
TargetSound GameObject

Public Methods

Method Description
OnImpact ( GameObject Impactor ) : void

Method Details

OnImpact() public method

public OnImpact ( GameObject Impactor ) : void
Impactor GameObject
return void

Property Details

DamageLevel public property

public int DamageLevel
return int

MaterialTwo public property

public Material MaterialTwo
return Material

TargetLight public property

public GameObject TargetLight
return GameObject

TargetSound public property

public GameObject TargetSound
return GameObject