Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Element

Element constructor.
Read time 1 minuteLast updated 6 days ago

Definition

Element()

Element constructor.
public Element()

Element(string)

Element constructor.
public Element(string value)

Parameters

value

Raw string value.

Element(Element)

Element constructor.
public Element(Element element)

Parameters

element

Element to be copy.