mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-18 21:17:17 -05:00
11 lines
258 B
C#
11 lines
258 B
C#
namespace UniVRM10.FastSpringBones.Blittables
|
|
{
|
|
/// <summary>
|
|
/// 1本の毛束を表すデータ型
|
|
/// </summary>
|
|
public struct BlittableSpring
|
|
{
|
|
public BlittableSpan ColliderSpan;
|
|
public BlittableSpan JointSpan;
|
|
}
|
|
} |