Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GUIDField

Makes a field for editing an GUID.
Read time 9 minutesLast updated 5 days ago

Definition

public class GUIDField : TextInputBaseField<GUID>, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle, IBindable, INotifyValueChanged<GUID>, IMixedValueSupport

Static Fields

Value

Description

inputUssClassNameUSS class name of input elements in elements of this type.
labelUssClassNameUSS class name of labels in elements of this type.
ussClassNameUSS class name of elements of this type.

Constructors

Constructor

Description

GUIDField()Initializes and returns an instance of GUIDField.
GUIDField(System.Int32)Initializes and returns an instance of GUIDField.
GUIDField(System.String,System.Int32)Initializes and returns an instance of GUIDField.

Inheritance

Inherited Members