Class VideoPlayerElement.UxmlSerializedData
Inheritance
VideoPlayerElement.UxmlSerializedData
Inherited Members
UxmlSerializedData.ShouldWriteAttributeValue(UxmlSerializedData.UxmlAttributeFlags)
Namespace: Unity.Tutorials.Editor
Assembly: Unity.Tutorials.Editor.dll
Syntax
[Serializable]
public class VideoPlayerElement.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()