Enum MaterialLighting
Specify whether or not the material will be affected by the scene lighting or not.
Namespace: Unity.Cloud.DataStreaming.Runtime
Assembly: Unity.Cloud.DataStreaming.Runtime.dll
Syntax
public enum MaterialLighting
Fields
Name | Description |
---|---|
Lit | The material will receive light. |
Unlit | The material will not receive light and will keep a constant look. |