Class LightsPunctual
Extension for adding punctual lights.
Inherited Members
Namespace: Unity.Cloud.Gltfast.Objects
Assembly: Unity.Cloud.Gltfast.dll
Syntax
[MovedFrom(true, "GLTFast.Schema", "glTFast", null)]
public class LightsPunctual
Properties
Lights
Collection of lights
Declaration
[JsonPropertyName("lights")]
public List<LightPunctual> Lights { get; set; }
Property Value
| Type | Description |
|---|---|
| List<LightPunctual> |