FocusDetails.RayDistance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Distance along the ray until a hit, or until the end of the ray if no hit
public:
property float RayDistance { float get(); void set(float value); };
public float RayDistance { get; set; }
member this.RayDistance : single with get, set
Public Property RayDistance As Single