SurfaceMagnetism.MaxDistance 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.
Caution
Use MaxRaycastDistance instead
Max distance for raycast to check for surfaces
public:
property float MaxDistance { float get(); void set(float value); };
[System.Obsolete("Use MaxRaycastDistance instead")]
public float MaxDistance { get; set; }
[<System.Obsolete("Use MaxRaycastDistance instead")>]
member this.MaxDistance : single with get, set
Public Property MaxDistance As Single
Property Value
- Attributes