Language
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves or sets the distance along the ray where the intersection occurred.
Definition
Visual Basic Public Property Dist As Single C# public float Dist { get; set; } C++ public:
property float Dist {
float get();
void set(float value);
}JScript public function get Dist() : float
public function set Dist(float);
Property Value
System.Single
Floating-point value that represents the distance of the intersection.This property is read/write.