Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Element Constructor

Declaration

public Element();

Declaration

public Element(string value);

Declaration

public Element(Unity.Android.Gradle.Element element);

Parameters

value Raw string value.
element Element to be copy.

Description

Element constructor.