Boomerang 2D  1.0
2D Game Framework for Unity
Boomerang2DFramework.Framework.SerializableStringDictionary Class Reference

A Dictionary with a String Key with String Values that can be serialized into JSON More...

Public Attributes

List< string > Keys = new List<string>()
 
List< string > Values = new List<string>()
 

Properties

Dictionary< string, Texture > Dictionary [get]
 

Detailed Description

A Dictionary with a String Key with String Values that can be serialized into JSON

Member Data Documentation

◆ Keys

List<string> Boomerang2DFramework.Framework.SerializableStringDictionary.Keys = new List<string>()

◆ Values

List<string> Boomerang2DFramework.Framework.SerializableStringDictionary.Values = new List<string>()

Property Documentation

◆ Dictionary

Dictionary<string, Texture> Boomerang2DFramework.Framework.SerializableStringDictionary.Dictionary
get

The documentation for this class was generated from the following file: