C# Class LightmapBrightness, TheUnseen

Inheritance: MonoBehaviour
Mostra file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
brightness float
materials Material[]

Public Methods

Method Description
SetBrightness ( float brightness ) : void
Update ( ) : void

Private Methods

Method Description
Awake ( ) : void
OnDestroy ( ) : void
Start ( ) : void

Method Details

SetBrightness() public method

public SetBrightness ( float brightness ) : void
brightness float
return void

Update() public method

public Update ( ) : void
return void

Property Details

brightness public_oe property

public float brightness
return float

materials public_oe property

public Material[] materials
return Material[]