Enum LightType
Light type
Namespace: Unity.Cloud.Gltfast.Objects
Assembly: Unity.Cloud.Gltfast.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter<LightType>))]
public enum LightType
Fields
| Name | Description |
|---|---|
| Directional | Directional light |
| Point | Point light |
| Spot | Spotlight |
| Undefined | Undefined |