Table of Contents

Enum SizeMode

See Size.

public enum SizeMode : byte

Fields

Absolute = 0

A size that represents an absolute unit in world/local space.

Auto = 2

The size is automatically adjusted based on the distance to the camera to appear to be the same size on screen.
Only applicable in certain situations.

Relative = 1

A size relative to some other value.
What that value is depends on what the size is, e.g. an Arrow's head will be relative to the length of the arrow.
In cases where this is not applicable, this will act like an Absolute size.