Boomerang 2D  1.0
2D Game Framework for Unity
BoomerangCommon.cs File Reference

Classes

class  Boomerang2DFramework.Framework.SerializableStringDictionary
 A Dictionary with a String Key with String Values that can be serialized into JSON More...
 
class  Boomerang2DFramework.Framework.SerializableFloatDictionary
 A Dictionary with a String Key with Float Values that can be serialized into JSON More...
 
class  Boomerang2DFramework.Framework.SerializableBoolDictionary
 A Dictionary with a String Key with Bool Values that can be serialized into JSON More...
 
class  Boomerang2DFramework.Framework.SerializableIntDictionary
 A Dictionary with a String Key with Int Values that can be serialized into JSON More...
 
class  Boomerang2DFramework.Framework.SerializableColorDictionary
 A Dictionary with a String Key with Color Values that can be serialized into JSON More...
 

Namespaces

namespace  Boomerang2DFramework
 
namespace  Boomerang2DFramework.Framework
 

Enumerations

enum  Boomerang2DFramework.Framework.InputType { Boomerang2DFramework.Framework.InputType.None, Boomerang2DFramework.Framework.InputType.Axis, Boomerang2DFramework.Framework.InputType.Button, Boomerang2DFramework.Framework.InputType.Key }
 
enum  Boomerang2DFramework.Framework.ValueComparison {
  Boomerang2DFramework.Framework.ValueComparison.LessThan, Boomerang2DFramework.Framework.ValueComparison.LessThanOrEqual, Boomerang2DFramework.Framework.ValueComparison.Equal, Boomerang2DFramework.Framework.ValueComparison.GreaterThanOrEqual,
  Boomerang2DFramework.Framework.ValueComparison.GreaterThan
}
 
enum  Boomerang2DFramework.Framework.MathOperation {
  Boomerang2DFramework.Framework.MathOperation.Plus, Boomerang2DFramework.Framework.MathOperation.Minus, Boomerang2DFramework.Framework.MathOperation.Divide, Boomerang2DFramework.Framework.MathOperation.Multiply,
  Boomerang2DFramework.Framework.MathOperation.Square, Boomerang2DFramework.Framework.MathOperation.Root, Boomerang2DFramework.Framework.MathOperation.Modulo
}