Struct Geometry
Inherited Members
Namespace: Unity.Cloud.DataStreaming.Metadata
Assembly: Unity.Cloud.DataStreaming.Runtime.dll
Syntax
public readonly struct Geometry
Properties
BoundingBox
Declaration
public DoubleBounds? BoundingBox { get; }
Property Value
Type | Description |
---|---|
DoubleBounds? |
Payload
Declaration
public GeometryPayload? Payload { get; }
Property Value
Type | Description |
---|---|
GeometryPayload? |
WorldTransform
Declaration
public double4x4? WorldTransform { get; }
Property Value
Type | Description |
---|---|
double4x4? |