Class MeshGpuInstancing
Extension for enabling GPU instancing, rendering many copies of a single mesh at once using a small number of draw calls.
Inherited Members
Namespace: Unity.Cloud.Gltfast.Objects
Assembly: Unity.Cloud.Gltfast.dll
Syntax
[MovedFrom(true, "GLTFast.Schema", "glTFast", null)]
public class MeshGpuInstancing
Properties
Attributes
Per-instance attributes collection
Declaration
[JsonPropertyName("attributes")]
public InstancesAttributes Attributes { get; set; }
Property Value
| Type | Description |
|---|---|
| InstancesAttributes |