Class UxmlFloatAttributeDescription
  
  
  
  
    Inheritance
    
    
    UxmlFloatAttributeDescription
   
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    public class UxmlFloatAttributeDescription : UxmlAttributeDescription
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  UxmlFloatAttributeDescription()
  
  
  Declaration
  
    public UxmlFloatAttributeDescription()
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  defaultValue
  
  
  Declaration
  
    public float defaultValue { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  defaultValueAsString
  
  
  Declaration
  
    public override string defaultValueAsString { get; }
   
  Property Value
  
  Overrides
  
  Methods
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetValueFromBag(IUxmlAttributes)
  
  
  Declaration
  
    [Obsolete("Pass a creation context to the method.")]
public float GetValueFromBag(IUxmlAttributes bag)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetValueFromBag(IUxmlAttributes, CreationContext)
  
  
  Declaration
  
    public float GetValueFromBag(IUxmlAttributes bag, CreationContext cc)
   
  Parameters
  
  Returns
  
  Extension Methods