Interface IPositionOverride
Interface to override the position of the reticle and the query point. Useful for complex objects for which pivot point is not the best position.
public interface IPositionOverride
Properties
QueryPosition
Override the position of the query point (Point used for occlusion check)
Vector3 QueryPosition { get; }
Property Value
- Vector3
ReticlePosition
Override the position of the reticle (Dot in screen center + title)
Vector3 ReticlePosition { get; }
Property Value
- Vector3