UniVRM/Assets/VRM10/Runtime/Components/VRM10ControllerMeta.cs
2021-04-22 16:41:30 +09:00

13 lines
194 B
C#

using System;
using UnityEngine;
namespace UniVRM10
{
[Serializable]
public sealed class VRM10ControllerMeta
{
[SerializeField]
public VRM10MetaObject Meta;
}
}