Example #1
0
        public void Validate()
        {
            if (pipe_manager != null)
            {
                pipe_manager.hasPhong   = hasPhong;
                pipe_manager.drawGizmos = drawGizmos;
                pipe_manager.drawMesh   = drawMesh;
                pipe_manager.ResetLayout();
            }

            if (!drawMesh)
            {
                filter.mesh = null;
            }
        }
Example #2
0
 public void UpdateLastRing()
 {
     RemoveRing();
     parent.ResetLayout();
 }