Struct FrustumPlanes.PlanePacket4
Represents four three-dimensional culling planes where all coordinate components and distances are combined together.
Namespace: Unity.Rendering
Assembly: solution.dll
Syntax
public struct FrustumPlanes.PlanePacket4
Fields
Name | Description |
---|---|
Distances | The distance component for the four culling planes. |
Xs | The X coordinate component for the four culling planes. |
Ys | The Y coordinate component for the four culling planes. |
Zs | The Z coordinate component for the four culling planes. |