mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-09 12:29:23 -05:00
add VRMMeta
This commit is contained in:
11
Scripts/Meta/VRMMeta.cs
Normal file
11
Scripts/Meta/VRMMeta.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
|
||||
|
||||
namespace VRM
|
||||
{
|
||||
public class VRMMeta : MonoBehaviour
|
||||
{
|
||||
[SerializeField]
|
||||
public VRMMetaObject Meta;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user