SRGraphLabel::LabelVectors

enum SRGraphLabel {
	VectorUp,
	VectorLeft,
	VectorRight,
	VectorDown,
	VectorCustom,
};

Standard vectors by which a label may move

Defined in: SRGraphLabel.h

Members

VectorUp

Label moves up (x=0, y=-1)

VectorLeft

Label moves left (x=-1, y=0)

VectorRight

Label moves right (x=1, y=0)

VectorDown

Label moves down (x=0, y=1)

VectorCustom

Label moves in some other durection