C# Class LightmapBrightness, TheUnseen

Inheritance: MonoBehaviour
Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
brightness float
materials Material[]

Méthodes publiques

Méthode Description
SetBrightness ( float brightness ) : void
Update ( ) : void

Private Methods

Méthode Description
Awake ( ) : void
OnDestroy ( ) : void
Start ( ) : void

Method Details

SetBrightness() public méthode

public SetBrightness ( float brightness ) : void
brightness float
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

brightness public_oe property

public float brightness
Résultat float

materials public_oe property

public Material[] materials
Résultat Material[]