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