namespace UniVRM10 { /// /// This is an interface to customize springboneruntime of VRM-1.0 placed in the scene. /// see Vrm10Instance.MakeRuntime. /// public interface IVrm10SpringBoneRuntimeProvider { IVrm10SpringBoneRuntime CreateSpringBoneRuntime(); } }