Enum BoundaryType
The type of boundary that target indicators will clamp to.
Namespace: TargetIndicators
Assembly: TargetIndicators.dll
Syntax
public enum BoundaryType
Fields
Name | Description |
---|---|
Absolute | The boundary type is absolute where target indicators clamp relative to a defined size regardless of screen size. |
CompassTape | The boundary type is compass tape where target indicators clamp between a value of 0 and 1. |
Padded | The boundary type is padded where target indicators clamp relative to the screen edges with an adjustable padding. |
Unbounded | The boundary type is unbounded and is not clamped at all. |