C# Class Torchelight, Pharos

Inheritance: TransitionEffect
Mostrar archivo Open project: rstaewen/Pharos Class Usage Examples

Public Properties

Property Type Description
BaseFlame GameObject
Etincelles GameObject
Fumee GameObject
IntensityLight float
MainFlame GameObject
MaxLightIntensity float
TorchLight GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

BaseFlame public_oe property

public GameObject BaseFlame
return GameObject

Etincelles public_oe property

public GameObject Etincelles
return GameObject

Fumee public_oe property

public GameObject Fumee
return GameObject

IntensityLight public_oe property

public float IntensityLight
return float

MainFlame public_oe property

public GameObject MainFlame
return GameObject

MaxLightIntensity public_oe property

public float MaxLightIntensity
return float

TorchLight public_oe property

public GameObject TorchLight
return GameObject