Helper Scripts Collection 1.3.1
API documentation for the helper scripts compatible with Unity3D
|
Classes | |
class | AlarmClockMono |
A helper class that emits OnAlarmUnityEvent and OnAlarm events using the TimingHelper if the time gets exceeded. More... | |
class | AlarmUnityEvent |
class | AlternatingListStyleHelper |
A helper class to draw a GUI list (for the Unity inspector) with alternating backgrounds foreach list item using the AlternateListItemStyle method. It is important to call the InitStyles method before any other method once after instantiation (or when a refresh is needed)! More... | |
class | BaseDestinationContainerMono |
A helper class that stores and offers methods for its list of generic ComponentTypes and emits events if the Destinations list was modified using methods of this class More... | |
class | BaseNotesComponent |
A helper class you can inherit from to add descriptions to your custom Components More... | |
class | BaseNotesMono |
A helper class you can inherit from to add descriptions to your custom MonoBehaviours More... | |
class | BaseNotesSO |
A helper class you can inherit from to add descriptions to your custom ScriptableObjects More... | |
class | BlendingHelper |
A helper class to blend floats, Vector2s, Vector3s and Vector4s More... | |
class | CollectionHelper |
Helps with ICollections and List<T>s More... | |
class | HelperConstants |
Used for NaughtyAttributes descriptions More... | |
class | KeepSceneViewInFocusMono |
When entering Unity's playmode, the Game window will not be focused automatically anymore! More... | |
class | LookAtTargetMono |
Looks at the target with clamped euler values (if setup) More... | |
class | NumericHelper |
Contains some helpful math operations for Vector3s and Quaternions (and other calculations as well) More... | |
class | OnDestinationListChangedUnityEvent |
class | RandomPointsHelper |
A helper class to determine random points in the 3D space More... | |
class | ReflectionHelper |
A helper class for reflections and type handling, such as finding parent types with generic arguments More... | |
class | SceneLoadedUnityEvent |
class | SceneLoaderAsyncMono |
A helper class to load Scenes async and emit events as well More... | |
class | StringHasher |
A helper class to map key (number hashes) to existing or yet to be added strings More... | |
class | StringHasherGlobal |
A singleton helper class to access a StringHasher globally More... | |
class | TargetingHelper |
A helper class for Component targeting and list sorting by distance measures More... | |
class | TimingHelper |
A helper class to handle in-game (Application) time and overall DateTime as well More... | |