Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Element

An empty element that can be set to any string.
Read time 1 minuteLast updated 5 days ago

Definition

public class Element : BaseElement, ICloneable

Constructors

Constructor

Description

Element()Element constructor.
Element(System.String)Element constructor.
Element(Unity.Android.Gradle.Element)Element constructor.

Methods

Method

Description

GetUniqueNameGets the unique name of the element. Element type combined with element ID will be returned.

Inheritance