MathUtilities.TestPlanesAABB(Plane[], Int32, Bounds, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static bool TestPlanesAABB(cli::array <UnityEngine::Plane> ^ planes, int planeMask, UnityEngine::Bounds bounds, [Runtime::InteropServices::Out] bool % entirelyInside);
public static bool TestPlanesAABB (UnityEngine.Plane[] planes, int planeMask, UnityEngine.Bounds bounds, out bool entirelyInside);
static member TestPlanesAABB : UnityEngine.Plane[] * int * UnityEngine.Bounds * bool -> bool
Public Shared Function TestPlanesAABB (planes As Plane(), planeMask As Integer, bounds As Bounds, ByRef entirelyInside As Boolean) As Boolean
Parameters
- planes
- UnityEngine.Plane[]
- planeMask
- Int32
- bounds
- UnityEngine.Bounds
- entirelyInside
- Boolean