Class InstancesAttributes
Per-instance attributes collection
Inherited Members
Namespace: Unity.Cloud.Gltfast.Objects
Assembly: Unity.Cloud.Gltfast.dll
Syntax
public class InstancesAttributes
Properties
Rotation
Instance rotations accessor index
Declaration
[JsonPropertyName("ROTATION")]
public int? Rotation { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Scale
Instance scales accessor index
Declaration
[JsonPropertyName("SCALE")]
public int? Scale { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |
Translation
Instance positions accessor index
Declaration
[JsonPropertyName("TRANSLATION")]
public int? Translation { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |