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