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

Orientation of copying (relation of two marks to each other). Each value is either 1 (forwards along the axis) or -1 (backwards along the axis). Orientation is used by /Paste and /PasteNot commands to determine the direction of pasting from the clicked block.

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

Syntax

   
 C# 
public Vector3I Orientation { get; private set; }

See Also