Boomerang 2D  1.0
2D Game Framework for Unity
Boomerang2DFramework.Framework Namespace Reference

Namespaces

namespace  Actors
 
namespace  AudioManagement
 
namespace  BitmapFonts
 
namespace  BoomerangDatabaseManagement
 
namespace  Camera
 
namespace  DialogBoxContent
 
namespace  Editor
 
namespace  EditorHelpers
 
namespace  GameEvents
 
namespace  GameFlagManagement
 
namespace  GlobalTimeManagement
 
namespace  MapGeneration
 
namespace  StateManagement
 
namespace  UiManagement
 
namespace  Utilities
 

Classes

class  Boomerang2D
 
class  GameProperties
 
class  SerializableBoolDictionary
 A Dictionary with a String Key with Bool Values that can be serialized into JSON More...
 
class  SerializableColorDictionary
 A Dictionary with a String Key with Color Values that can be serialized into JSON More...
 
class  SerializableFloatDictionary
 A Dictionary with a String Key with Float Values that can be serialized into JSON More...
 
class  SerializableIntDictionary
 A Dictionary with a String Key with Int Values that can be serialized into JSON More...
 
class  SerializableStringDictionary
 A Dictionary with a String Key with String Values that can be serialized into JSON More...
 
class  StartGame
 Example of a Start Game script. First, we always Initialize the Framework. Then, you can start executing commands. The Easiest is to build a map made in the Map Editor More...
 

Enumerations

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

Enumeration Type Documentation

◆ InputType

Enumerator
None 
Axis 
Button 
Key 

◆ MathOperation

Enumerator
Plus 
Minus 
Divide 
Multiply 
Square 
Root 
Modulo 

◆ ValueComparison

Enumerator
LessThan 
LessThanOrEqual 
Equal 
GreaterThanOrEqual 
GreaterThan