Class LightsPunctual
Extension for adding punctual lights.
Inherited Members
Namespace: GLTFast.Schema
Assembly: glTFast.dll
Syntax
[Serializable]
public class LightsPunctual
Fields
lights
Collection of lights
Declaration
public LightPunctual[] lights
Field Value
Type | Description |
---|---|
LightPunctual[] |
See Also
Methods
JsonUtilityCleanup()
Cleans up invalid parsing artifacts created by GltfJsonUtilityParser.
Declaration
public bool JsonUtilityCleanup()
Returns
Type | Description |
---|---|
bool | True if element itself still holds value. False if it can be safely removed. |