Struct CursorController.CursorGraphic
- Namespace
- Goehler.OrbitalCam
- Assembly
- Goehler.OrbitalCam.Runtime.dll
[Serializable]
public struct CursorController.CursorGraphic
Fields
hotspot
[Tooltip("The cursor's active point as a fraction of its size: 0.5,0.5 = center, 0,0 = top-left. Shown as a percentage. Size-independent, so it survives swapping the texture for another resolution.")]
public Vector2 hotspot
Field Value
- Vector2
texture
[Tooltip("Cursor texture. Import as Texture Type 'Cursor', 32x32 to avoid a software-cursor fallback. Leave empty to fall back to the Default cursor.")]
public Texture2D texture
Field Value
- Texture2D