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

Gets a vector of the box's dimensions: (width,length,height) - that's (x,y,z). Guaranteed to be non-zero in every direction.

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

Syntax

   
 C# 
public Vector3I Dimensions { get; }

See Also