Ejemplo n.º 1
0
        protected void ColorPath(Vector3[] pathVector3, Vector3 lastPick)
        {
            HexEditor.ColorTargetActive();
            HexEditor.ColorRange(pathVector3);

            if (lastPick != Vector3.back)
            {
                HexEditor.ColorTargetSecond(lastPick);
            }
        }