mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-28 05:44:48 -05:00
OnDrawGizmos -> OnDrawGizmosSelected
This commit is contained in:
@@ -27,7 +27,7 @@ namespace UniVRM10
|
||||
|
||||
public bool IsSelected => GetInstanceID() == SelectedGuid;
|
||||
|
||||
private void OnDrawGizmos()
|
||||
private void OnDrawGizmosSelected()
|
||||
{
|
||||
Gizmos.matrix = transform.localToWorldMatrix;
|
||||
switch (ColliderType)
|
||||
|
||||
@@ -104,7 +104,7 @@ namespace UniVRM10
|
||||
Runtime.Dispose();
|
||||
}
|
||||
|
||||
private void OnDrawGizmos()
|
||||
private void OnDrawGizmosSelected()
|
||||
{
|
||||
Gizmos.color = Color.green;
|
||||
foreach (var spring in SpringBone.Springs)
|
||||
|
||||
Reference in New Issue
Block a user