mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-04 08:52:22 -05:00
rm unused property
This commit is contained in:
parent
367b2552e3
commit
88d61d32a0
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user