Class UxmlStringAttributeDescription
  
  
  
  
    Inheritance
    
    
    UxmlStringAttributeDescription
   
  
  
  Assembly: UnityEngine.dll
  Syntax
  
    public class UxmlStringAttributeDescription : UxmlAttributeDescription
   
  Constructors
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  UxmlStringAttributeDescription()
  
  
  Declaration
  
    public UxmlStringAttributeDescription()
   
  Properties
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  defaultValue
  
  
  Declaration
  
    public string 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 string GetValueFromBag(IUxmlAttributes bag)
   
  Parameters
  
  Returns
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  GetValueFromBag(IUxmlAttributes, CreationContext)
  
  
  Declaration
  
    public string GetValueFromBag(IUxmlAttributes bag, CreationContext cc)
   
  Parameters
  
  Returns
  
  Extension Methods