Bearbeiten

Share via


MathUtilities.TestPlanesAABB(Plane[], Int32, Bounds, Boolean) Method

Definition

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

Returns

Applies to