A set of general classes narayana games uses across various packages.
Classes
| Class | Description | |
|---|---|---|
| EditorSceneViewGUI |
Provides helper methods for scene view GUIs in the editor.
| |
| NGEasing |
This class provides convenient access to several easing
functions and is coded in an easy to understand manner.
| |
| NGQueue T |
A simple Queue implementation based on the generic List.
| |
| NGSingleton T |
A singleton base class for singletons that are only available in
the scene where they are actually attached to a game object.
| |
| NGUtil |
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
| Interface | Description | |
|---|---|---|
| IHasTooltips |
Interface implemented by MonoBehaviours that have tooltips for
their custom inspectors.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| NGEasing 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.
|