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

Checks if a given point is inside this bounding box.

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.5 (0.6.3.5)

Syntax

   
 C# 
[PureAttribute]
public bool Contains(
	int x,
	int y,
	int z
)

Parameters

x
Int32
y
Int32
z
Int32

See Also