Hover UI Kit  2.0.0B (beta)
Hover.Core.Cursors Namespace Reference

Provide data and features related to cursors. More...

Classes

struct  CursorTypeComparer
 
class  CursorUtil
 
class  FollowCursor
 
class  HoverCursorData
 
class  HoverCursorDataProvider
 
class  HoverCursorFollower
 
class  HoverCursorIdleState
 
class  HoverCursorRenderersBuilder
 
class  HoverCursorRendererUpdater
 
class  HoverIdleRendererUpdater
 
class  HoverInteractionSettings
 
interface  ICursorData
 
interface  ICursorDataForInput
 
interface  ICursorIdle
 
interface  IInteractionSettings
 
struct  StickySelectionInfo
 

Enumerations

enum  CursorCapabilityType {
  CursorCapabilityType.None,
  CursorCapabilityType.TransformOnly,
  CursorCapabilityType.Full
}
 
enum  CursorType {
  CursorType.LeftPalm,
  CursorType.LeftThumb,
  CursorType.LeftIndex,
  CursorType.LeftMiddle,
  CursorType.LeftRing,
  CursorType.LeftPinky,
  CursorType.RightPalm,
  CursorType.RightThumb,
  CursorType.RightIndex,
  CursorType.RightMiddle,
  CursorType.RightRing,
  CursorType.RightPinky,
  CursorType.Look
}
 

Detailed Description

Provide data and features related to cursors.

Enumeration Type Documentation

§ CursorCapabilityType

Enumerator
None 
TransformOnly 
Full 

§ CursorType

Enumerator
LeftPalm 
LeftThumb 
LeftIndex 
LeftMiddle 
LeftRing 
LeftPinky 
RightPalm 
RightThumb 
RightIndex 
RightMiddle 
RightRing 
RightPinky 
Look