mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-24 19:45:37 -05:00
gizmo
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UniGLTF.SpringBoneJobs.InputPorts;
|
||||
using System.Linq;
|
||||
using UniGLTF.SpringBoneJobs.Blittables;
|
||||
using System.Collections.Generic;
|
||||
|
||||
|
||||
namespace VRM.SpringBoneJobs
|
||||
|
||||
@@ -95,7 +95,7 @@ namespace VRM
|
||||
|
||||
private void OnDrawGizmosSelected()
|
||||
{
|
||||
if (Application.isPlaying)
|
||||
if (Application.isPlaying && m_updateType!=SpringBoneUpdateType.Manual)
|
||||
{
|
||||
m_system.PlayingGizmo(m_center, Settings, m_gizmoColor);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user