static GizmosEx() { instance = new GizmosEx(); }
// Update is called once per frame void Update() { GizmosEx.DrawCube(transform.position, transform.lossyScale, gizmoColor); }