Class NodeExtensions
Node extensions
Inherited Members
Namespace: Unity.Cloud.Gltfast.Objects
Assembly: Unity.Cloud.Gltfast.dll
Syntax
[MovedFrom(true, "GLTFast.Schema", "glTFast", null)]
public class NodeExtensions : AdditionalPropertyContainer, IPropertyContainer, IReadOnlyPropertyContainer
Properties
LightsPunctual
Extension for adding punctual lights.
Declaration
[JsonPropertyName("KHR_lights_punctual")]
public NodeLightsPunctual LightsPunctual { get; set; }
Property Value
| Type | Description |
|---|---|
| NodeLightsPunctual |
See Also
MeshGpuInstancing
Extension for enabling GPU instancing, rendering many copies of a single mesh at once using a small number of draw calls.
Declaration
[JsonPropertyName("EXT_mesh_gpu_instancing")]
public MeshGpuInstancing MeshGpuInstancing { get; set; }
Property Value
| Type | Description |
|---|---|
| MeshGpuInstancing |