mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-10 04:31:43 -05:00
11 lines
314 B
C#
11 lines
314 B
C#
namespace UniVRM10
|
|
{
|
|
/// <summary>
|
|
/// This is an interface to customize springboneruntime of VRM-1.0 placed in the scene.
|
|
/// see Vrm10Instance.MakeRuntime.
|
|
/// </summary>
|
|
public interface IVrm10SpringBoneRuntimeProvider
|
|
{
|
|
IVrm10SpringBoneRuntime CreateSpringBoneRuntime();
|
|
}
|
|
} |