Nodify_Alignment - miroiu/nodify GitHub Wiki
Namespace: Nodify
Assembly: Nodify
References: EditorCommands, NodifyEditor
Specifies the possible alignment values used by the NodifyEditor.AlignSelection(Alignment) method.
public enum Alignment
Bottom = 2;
Center = 5;
Left = 1;
Middle = 4;
Right = 3;
Top = 0;