Class AnnotationUtility.Annotation
  
  
  
  
    Inheritance
    
    AnnotationUtility.Annotation
   
  Namespace: Ludiq
  
  Syntax
  
  Constructors
  
  
  
  
  Annotation(Object)
  
  
  Declaration
  
    public Annotation(object instance)
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | Object | 
        instance | 
         | 
      
    
  
  Properties
  
  
  
  
  classID
  
  
  Declaration
  
    public int classID { get; }
   
  Property Value
  
  
  
  
  gizmoEnabled
  
  
  Declaration
  
    public bool gizmoEnabled { get; set; }
   
  Property Value
  
  
  
  
  iconEnabled
  
  
  Declaration
  
    public bool iconEnabled { get; set; }
   
  Property Value
  
  
  
  
  scriptClass
  
  
  Declaration
  
    public string scriptClass { get; }
   
  Property Value
  
  Extension Methods