Class UserToolParameterElement.UxmlSerializedData
Inheritance
UxmlSerializedData
VisualElement.UxmlSerializedData
UserToolParameterElement.UxmlSerializedData
Inherited Members
UxmlSerializedData.ShouldWriteAttributeValue(UxmlSerializedData.UxmlAttributeFlags)
Namespace: Fwt.HexTerrains.Samples.Scripts.UI
Assembly: FwtHexTerrainSamples.dll
Syntax
[Serializable]
public class UserToolParameterElement.UxmlSerializedData : TemplateSelectorElement.UxmlSerializedData
Methods
CreateInstance()
<p>
Returns an instance of the declaring element.
Declaration
public override object CreateInstance()
Returns
| Type | Description |
|---|---|
| object | The new instance of the declaring element. |
Overrides
UnityEngine.UIElements.VisualElement.UxmlSerializedData.CreateInstance()