BoundsExtensions.ContainsBounds(Bounds, Bounds) Method

Definition

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

Returns

Applies to