Class AnimatedCursorData<T>
  
  Data struct for cursor state information for the Animated Cursor, which leverages the Unity animation system.
This defines a modification to an Unity animation parameter, based on cursor state.
 
  
  
    Inheritance
    
    AnimatedCursorData<T>
      
      
   
  
  
  Assembly: cs.temp.dll.dll
  
  
    [Serializable]
public class AnimatedCursorData<T>
   
  Type Parameters
  
  Fields
  
  
  
  
  
  
  Declaration
  
  Field Value
  
  
  
  
  
  
  Declaration
  
  Field Value
  
  
  
  
  
  
  Declaration
  
    protected AnimatorParameter parameter
   
  Field Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | AnimatorParameter | 
         | 
      
    
  
  Properties
  
  
  
  
  
  The Cursor State for this specific animation.
 
  
  Declaration
  
    public T CursorState { get; }
   
  Property Value
  
  
  
  
  
  The name of this specific cursor state.
 
  
  Declaration
  
    public string Name { get; }
   
  Property Value
  
  
  
  
  
  Animator parameter definition for this cursor state.
 
  
  Declaration
  
    public AnimatorParameter Parameter { get; }
   
  Property Value
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | AnimatorParameter | 
         |