mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 22:39:22 +00:00
[CVRGizmos] cleanup & new gizmos
This commit is contained in:
parent
6f24bd6ff3
commit
e512c9dd70
21 changed files with 724 additions and 565 deletions
|
@ -1,8 +1,8 @@
|
|||
using CVRGizmos.GismoTypes;
|
||||
using NAK.CVRGizmos.GismoTypes;
|
||||
using UnityEngine;
|
||||
using Gizmos = Popcron.Gizmos;
|
||||
|
||||
namespace CVRGizmos
|
||||
namespace NAK.CVRGizmos
|
||||
{
|
||||
public class CVRGizmoManager : MonoBehaviour
|
||||
{
|
||||
|
@ -25,6 +25,9 @@ namespace CVRGizmos
|
|||
typeof(CVRGizmos_Avatar),
|
||||
typeof(CVRGizmos_AvatarPickupMarker),
|
||||
typeof(CVRGizmos_DistanceConstrain),
|
||||
typeof(CVRGizmos_BoxCollider),
|
||||
typeof(CVRGizmos_SphereCollider),
|
||||
typeof(CVRGizmos_CapsuleCollider),
|
||||
};
|
||||
|
||||
void Start()
|
||||
|
@ -46,7 +49,7 @@ namespace CVRGizmos
|
|||
}
|
||||
RefreshGizmos();
|
||||
}
|
||||
|
||||
|
||||
public void RefreshGizmos()
|
||||
{
|
||||
for (int i = 0; i < GizmoTypes.Count(); i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue