Cols.Add(4, NAPI.ColShape.CreateCylinderColShape(Coords[4], 1f, 2, 0)); //4 == порядку координат в public static List
Cols[4].OnEntityEnterColShape += mws_OnEntityEnterColShape;
Cols[4].OnEntityExitColShape += mws_OnEntityExitColShape;
Cols[4].SetData("INTERACT", 572); //572 кейс выполняемый при нажатии
NAPI.Marker.CreateMarker(1, Coords[4] - new Vector3(0, 0, 0.7), new Vector3(), new Vector3(), 1, new Color(0, 116, 194, 220)); //создание маркера
Cols.Add(5, NAPI.ColShape.CreateCylinderColShape(Coords[5], 1f, 2, 0));
Cols[5].OnEntityEnterColShape += mws_OnEntityEnterColShape;
Cols[5].OnEntityExitColShape += mws_OnEntityExitColShape;
Cols[5].SetData("INTERACT", 573);
NAPI.Marker.CreateMarker(1, Coords[5] - new Vector3(0, 0, 0.7), new Vector3(), new Vector3(), 1, new Color(0, 116, 194, 220));