C# Class flameLightFlicker, Lurk2015Testing

Inheritance: MonoBehaviour
Mostrar archivo Open project: gmuGADIG/Lurk2015Testing

Public Properties

Property Type Description
flickerSpeed float
flickerStrength float

Public Methods

Method Description
FixedUpdate ( ) : void
Start ( ) : void

Method Details

FixedUpdate() public method

public FixedUpdate ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

flickerSpeed public_oe property

public float flickerSpeed
return float

flickerStrength public_oe property

public float flickerStrength
return float