mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-28 05:44:48 -05:00
rm unused property
This commit is contained in:
@@ -11,12 +11,9 @@ namespace UniVRM10.FastSpringBones.System
|
||||
{
|
||||
private readonly FastSpringBoneService _service;
|
||||
private readonly FastSpringBoneBuffer _buffer;
|
||||
|
||||
public IReadOnlyList<FastSpringBoneSpring> Springs { get; }
|
||||
|
||||
public FastSpringBoneScope(IReadOnlyList<FastSpringBoneSpring> springs)
|
||||
{
|
||||
Springs = springs;
|
||||
_service = FastSpringBoneService.Instance;
|
||||
_buffer = new FastSpringBoneBuffer(springs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user