Struct CursorStyle
  
  
  
  
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    public struct CursorStyle : IEquatable<CursorStyle>
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  hotspot
  
  
  Declaration
  
    public Vector2 hotspot { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  texture
  
  
  Declaration
  
    public Texture2D texture { get; set; }
   
  Property Value
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | Object | obj |  | 
    
  
  Returns
  
  Overrides
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Equals(CursorStyle)
  
  
  Declaration
  
    public bool Equals(CursorStyle other)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
  Overrides
  
  Implements
  
  Extension Methods