Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GUIDField

Initializes and returns an instance of GUIDField.
Read time 1 minuteLast updated 11 days ago

Definition

GUIDField()

Initializes and returns an instance of GUIDField.
public GUIDField()

GUIDField(int)

Initializes and returns an instance of GUIDField.
public GUIDField(int maxLength)

Parameters

maxLength

Maximum number of characters for the field.

GUIDField(string, int)

Initializes and returns an instance of GUIDField.
public GUIDField(string label, int maxLength = -1)

Parameters

label

The text to use as a label.

maxLength

Maximum number of characters for the field.