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

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

Public Attributes

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

Properties

Dictionary< string, float > Dictionary [get]
 

Detailed Description

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

Member Data Documentation

◆ Keys

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

◆ Values

List<float> Boomerang2DFramework.Framework.SerializableFloatDictionary.Values = new List<float>()

Property Documentation

◆ Dictionary

Dictionary<string, float> Boomerang2DFramework.Framework.SerializableFloatDictionary.Dictionary
get

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