Class PlayersListView.UxmlSerializedData
Inheritance
UxmlSerializedData
VisualElement.UxmlSerializedData
PlayersListView.UxmlSerializedData
Inherited Members
VisualElement.UxmlSerializedData.Register()
UxmlSerializedData.ShouldWriteAttributeValue(UxmlSerializedData.UxmlAttributeFlags)
Namespace: Unity.Multiplayer.Playmode.WorkflowUI.Editor
Assembly: Unity.Multiplayer.Playmode.WorkflowUI.Editor.dll
Syntax
[Serializable]
public class PlayersListView.UxmlSerializedData : VisualElement.UxmlSerializedData
Methods
CreateInstance()
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()