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

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

Public Attributes

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

Properties

Dictionary< string, bool > Dictionary [get]
 

Detailed Description

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

Member Data Documentation

◆ Keys

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

◆ Values

List<bool> Boomerang2DFramework.Framework.SerializableBoolDictionary.Values = new List<bool>()

Property Documentation

◆ Dictionary

Dictionary<string, bool> Boomerang2DFramework.Framework.SerializableBoolDictionary.Dictionary
get

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