C# Class LightHelperSpook, ExorcistForHire

Inheritance: MonoBehaviour
ファイルを表示 Open project: JordanStone/ExorcistForHire

Public Properties

Property Type Description
ChangeTime float
Color1 Color
Light1 Light
Light2 Light
Light3 Light
minRange float

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ChangeTime public_oe property

public float ChangeTime
return float

Color1 public_oe property

public Color Color1
return Color

Light1 public_oe property

public Light Light1
return Light

Light2 public_oe property

public Light Light2
return Light

Light3 public_oe property

public Light Light3
return Light

minRange public_oe property

public float minRange
return float