[This is preliminary documentation and is subject to change.]
Checks if another bounding box is wholly contained inside this one.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)
Syntax
| C# |
[PureAttribute] public bool Contains( BoundingBox other )
Parameters
- other
- BoundingBox
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | other is null. |