Show / Hide Table of Contents

Class UxmlLongAttributeDescription

Inheritance
Object
UxmlAttributeDescription
UxmlLongAttributeDescription
Inherited Members
UxmlAttributeDescription.k_XmlSchemaNamespace
UxmlAttributeDescription.name
UxmlAttributeDescription.obsoleteNames
UxmlAttributeDescription.type
UxmlAttributeDescription.typeNamespace
UxmlAttributeDescription.use
UxmlAttributeDescription.restriction
UxmlAttributeDescription.GetValueFromBag<T>(IUxmlAttributes, CreationContext, Func<String, T, T>, T)
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine.Experimental.UIElements
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
Type Description
Int64
| Improve this Doc View Source

defaultValueAsString

Declaration
public override string defaultValueAsString { get; }
Property Value
Type Description
String
Overrides
UxmlAttributeDescription.defaultValueAsString

Methods

| Improve this Doc View Source

GetValueFromBag(IUxmlAttributes)

Declaration
[Obsolete("Pass a creation context to the method.")]
public long GetValueFromBag(IUxmlAttributes bag)
Parameters
Type Name Description
IUxmlAttributes bag
Returns
Type Description
Int64
| Improve this Doc View Source

GetValueFromBag(IUxmlAttributes, CreationContext)

Declaration
public long GetValueFromBag(IUxmlAttributes bag, CreationContext cc)
Parameters
Type Name Description
IUxmlAttributes bag
CreationContext cc
Returns
Type Description
Int64

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX