mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-17 00:02:29 -05:00
12 lines
204 B
C#
12 lines
204 B
C#
using System.Collections.Generic;
|
|
using UnityEngine.UIElements;
|
|
|
|
public class MetaView : VisualElement
|
|
{
|
|
public void Init()
|
|
{
|
|
}
|
|
|
|
public new class UxmlFactory : UxmlFactory<MetaView> { }
|
|
}
|