C# Class BreakableLight, OZML

Inheritance: Impact
显示文件 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_oe property

public int DamageLevel
return int

MaterialTwo public_oe property

public Material MaterialTwo
return Material

TargetLight public_oe property

public GameObject TargetLight
return GameObject

TargetSound public_oe property

public GameObject TargetSound
return GameObject