Enum FrustumPlanes.IntersectResult
Options for an intersection result.
Namespace: Unity.Rendering
Syntax
public enum IntersectResult
Fields
Name | Description | Value |
---|---|---|
Out | The object is completely outside of the planes. |
0 |
In | The object is completely inside of the planes. |
1 |
Partial | The object is partially intersecting the planes. |
2 |