BoundsExtensions.IsValid(Bounds) Method
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.
Checks if the specified UnityEngine.Bounds is valid.
C#
public static bool IsValid (this UnityEngine.Bounds bounds);
static member IsValid : UnityEngine.Bounds -> bool
<Extension()>
Public Function IsValid (bounds As Bounds) As Boolean
- bounds
- UnityEngine.Bounds
A valid UnityEngine.Bounds instance is one whose size vector does not have all UnityEngine.Bounds components set to MaxValue.
منتج | الإصدارات |
---|---|
MRTK3 Core Definitions | 3.0, 3.1, 3.2 |