BaseCursor.CursorAngularScale 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
Property obsolete. Use CursorAngularSize instead
The angular scale of cursor in relation to Main Camera, assuming a mesh with bounds of Vector3(1,1,1)
public:
property float CursorAngularScale { float get(); void set(float value); };
[System.Obsolete("Property obsolete. Use CursorAngularSize instead")]
public float CursorAngularScale { get; set; }
[<System.Obsolete("Property obsolete. Use CursorAngularSize instead")>]
member this.CursorAngularScale : single with get, set
Public Property CursorAngularScale As Single
Property Value
- Attributes