[This is preliminary documentation and is subject to change.]

Checks if another bounding box is wholly contained inside this one.

Namespace: fCraft
Assembly: 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

ExceptionCondition
System..::..ArgumentNullException other is null.

See Also