BoundsExtensions.ContainsBounds(Bounds, Bounds) 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.
Checks to see if bounds contains the other bounds completely.
public:
[System::Runtime::CompilerServices::Extension]
static bool ContainsBounds(UnityEngine::Bounds bounds, UnityEngine::Bounds otherBounds);
public static bool ContainsBounds (this UnityEngine.Bounds bounds, UnityEngine.Bounds otherBounds);
static member ContainsBounds : UnityEngine.Bounds * UnityEngine.Bounds -> bool
<Extension()>
Public Function ContainsBounds (bounds As Bounds, otherBounds As Bounds) As Boolean
Parameters
- bounds
- UnityEngine.Bounds
- otherBounds
- UnityEngine.Bounds