FocusDirection.WithPriority

Undocumented in source.
struct FocusDirection
struct WithPriority {}

Alias This

node

Members

Variables

distance2
float distance2;

Square of the distance between this node and the focused node.

node
FluidFocusable node;

The node.

priority
int priority;

Pick priority based on tree distance from the focused node.

Meta