コード例 #1
0
        public void OnDrawRuntimeGizmos(RuntimeGizmoDrawer drawer)
        {
            if (drawDebug)
            {
                drawer.color = LeapColor.cerulean.WithAlpha(0.5f);

                if (intersectionVolume != null)
                {
                    drawer.DrawCollider(intersectionVolume, useWireframe: false);
                }
            }
        }