BoundsExtensions.GetRenderBoundsPoints 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.
GetRenderBoundsPoints gets bounding box points using Render method.
public:
static void GetRenderBoundsPoints(UnityEngine::GameObject ^ target, System::Collections::Generic::List<UnityEngine::Vector3> ^ boundsPoints, UnityEngine::LayerMask ignoreLayers);
public static void GetRenderBoundsPoints (UnityEngine.GameObject target, System.Collections.Generic.List<UnityEngine.Vector3> boundsPoints, UnityEngine.LayerMask ignoreLayers);
static member GetRenderBoundsPoints : UnityEngine.GameObject * System.Collections.Generic.List<UnityEngine.Vector3> * UnityEngine.LayerMask -> unit
Public Sub GetRenderBoundsPoints (target As GameObject, boundsPoints As List(Of Vector3), ignoreLayers As LayerMask)
Parameters
- target
- UnityEngine.GameObject
gameObject that boundingbox bounds
- boundsPoints
- List<UnityEngine.Vector3>
array reference that gets filled with points
- ignoreLayers
- UnityEngine.LayerMask
layerMask to simplify search