Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

dictionary in c# unity

public class ScriptA : MonoBehaviour{
    public Dictionary<string, GameObject> dictio = new Dictionary<string, GameObject>();
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #dictionary #unity
ADD COMMENT
Topic
Name
5+5 =