Answers for "declare a dictionary unity c#"

C#
2

dictionary in c# unity

public class ScriptA : MonoBehaviour{
    public Dictionary<string, GameObject> dictio = new Dictionary<string, GameObject>();
}
Posted by: Guest on October-25-2020

C# Answers by Framework

Browse Popular Code Answers by Language