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