mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-04-25 15:47:26 -05:00
deltaTime
This commit is contained in:
parent
e1e4bfde78
commit
a334a78f21
|
|
@ -264,13 +264,13 @@ namespace VRM
|
|||
}
|
||||
}
|
||||
|
||||
public void ManualUpdate()
|
||||
public void ManualUpdate(float deltaTime)
|
||||
{
|
||||
if (m_updateType != SpringBoneUpdateType.Manual)
|
||||
{
|
||||
throw new System.ArgumentException("require SpringBoneUpdateType.Manual");
|
||||
}
|
||||
UpdateProcess(Time.deltaTime);
|
||||
UpdateProcess(deltaTime);
|
||||
}
|
||||
|
||||
public struct SphereCollider
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user