Class TabButton.UxmlSerializedData
Inherited Members
VisualElement.UxmlSerializedData.CreateInstance()
UxmlSerializedData.ShouldWriteAttributeValue(UxmlSerializedData.UxmlAttributeFlags)
Namespace: Global Namespace
Assembly: Unity.ShaderGraph.Editor.dll
Syntax
[Serializable]
public class TabButton.UxmlSerializedData : VisualElement.UxmlSerializedData
Methods
CreateInstance()
Declaration
public override object CreateInstance()
Returns
Type | Description |
---|---|
object |
Overrides
UnityEngine.UIElements.VisualElement.UxmlSerializedData.CreateInstance()
Deserialize(object)
Declaration
public override void Deserialize(object obj)
Parameters
Type | Name | Description |
---|---|---|
object | obj |
Overrides
Register()
Declaration
[RegisterUxmlCache]
[Conditional("UNITY_EDITOR")]
public static void Register()