NarayanaGames.Common NamespaceScoreFlash API Documentation V4.6.0
A set of general classes narayana games uses across various packages.
Classes

  ClassDescription
Public classEditorSceneViewGUI
Provides helper methods for scene view GUIs in the editor.
Public classNGEasing
This class provides convenient access to several easing functions and is coded in an easy to understand manner.
Public classNGQueue T 
A simple Queue implementation based on the generic List.
Public classNGSingleton T 
A singleton base class for singletons that are only available in the scene where they are actually attached to a game object.
Public classNGUtil
Provides several static utility methods / properties to make my life easier. As it makes my life easier, it hopefully will also make your life easier.
Interfaces

  InterfaceDescription
Public interfaceIHasTooltips
Interface implemented by MonoBehaviours that have tooltips for their custom inspectors.
Enumerations

  EnumerationDescription
Public enumerationNGEasing EaseType
Available default ease types. You can use these with Generic(NGEasing EaseType, Single, Single, Single), e.g. if you want to select which type of easing to use via some setting.