Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UxmlUnsignedLongAttributeDescription

Describes a UXML ulong attribute.
Read time 1 minuteLast updated 9 days ago

Definition

public class UxmlUnsignedLongAttributeDescription : TypedUxmlAttributeDescription<ulong>

Constructors

Constructor

Description

UxmlUnsignedLongAttributeDescription()Constructor.

Properties

Property

Description

defaultValueAsStringThe default value for the attribute, as a string.

Methods

Method

Description

GetValueFromBagRetrieves the value of this attribute from the attribute bag. Returns the value if found; otherwise, it returns defaultValue.
TryGetValueFromBagAttempts to retrieve the value of this attribute from the attribute bag and returns true if found, otherwise false.

Inheritance