Modifier

DirectionalIndicator.ViewOffset Field

Definition

The offset from center to place the indicator. If frame of reference is the camera, then the object will be this distance from center of screen

public: float ViewOffset;
[UnityEngine.Min(0)]
[UnityEngine.Tooltip("The offset from center to place the indicator. If frame of reference is the camera, then the object will be this distance from center of screen")]
public float ViewOffset;
[<UnityEngine.Min(0)>]
[<UnityEngine.Tooltip("The offset from center to place the indicator. If frame of reference is the camera, then the object will be this distance from center of screen")>]
val mutable ViewOffset : single
Public ViewOffset As Single 

Field Value

Attributes
UnityEngine.MinAttribute UnityEngine.TooltipAttribute

Applies to