mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 14:29:52 -05:00
11 lines
218 B
C#
11 lines
218 B
C#
using System.Threading.Tasks;
|
|
using UniGLTF;
|
|
using UnityEngine;
|
|
|
|
namespace VRM
|
|
{
|
|
public interface IVrm0XSpringBoneRuntime
|
|
{
|
|
public Task InitializeAsync(GameObject vrm, IAwaitCaller awaitCaller);
|
|
}
|
|
} |