mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-03-23 02:44:37 -05:00
12 lines
322 B
C#
12 lines
322 B
C#
using VRM.FastSpringBones.Blittables;
|
|
using VRM.FastSpringBones.NativeWrappers;
|
|
|
|
namespace VRM.FastSpringBones.Registries
|
|
{
|
|
/// <summary>
|
|
/// 今生きているRootBoneの一覧を返すクラス
|
|
/// </summary>
|
|
public sealed class RootBoneRegistry : Registry<NativePointer<BlittableRootBone>>
|
|
{
|
|
}
|
|
} |