Added new GizmoTypes

typeof(CVRGizmos_ToggleStateTrigger),
            typeof(CVRGizmos_Avatar),
            typeof(CVRGizmos_AvatarPickupMarker),
            //may be broken
            typeof(CVRGizmos_DistanceConstrain),
This commit is contained in:
NotAKidoS 2022-09-14 18:29:14 -05:00
parent 7ca182ad62
commit 65b57db665
6 changed files with 232 additions and 0 deletions

View file

@ -20,6 +20,10 @@ namespace CVRGizmos
typeof(CVRGizmos_DistanceLod),
typeof(CVRGizmos_HapticZone),
typeof(CVRGizmos_HapticAreaChest),
typeof(CVRGizmos_ToggleStateTrigger),
typeof(CVRGizmos_Avatar),
typeof(CVRGizmos_AvatarPickupMarker),
typeof(CVRGizmos_DistanceConstrain),
};
void Start()