Exemplo n.º 1
0
        public void OnSceneGUI()
        {
            ProbeReferenceVolumeAuthoring pvra = target as ProbeReferenceVolumeAuthoring;

            if (Event.current.type == EventType.Layout)
            {
                pvra.DrawProbeGizmos();
            }
        }