hello,
i want change layer properties like isvisible in game mode by button.
whats this function solution in unity sdk?
i try some code but dont solved problem.
i try use this function but there is not document for ArcGISCollection(foreach and for not work in this collection)
ArcGISCollection<ArcGISLayer> layers = arcGISMapComponent.View.Map.Layers;
thank you.