Classes | |
class | EditModeIntervalCallbacks |
this class provides the user with the ability to have function called at a constant time intervals while in the editor. The function will be invoked at the provided interval once registered, and will continue to be until unregistered. The code that calls the registration function is also responsible for unregistering, before the delegate goes out of scope(is destroyed). If any member functions are called when not in the editor, they will do nothing and return immediately. | |
class | GradientToTexture |
Contains a single Extension function for gradients: ConvertToTexture | |
class | UnityToolsCatDebug |
This class exists solely to setup the Debug Categories for this module, on Load. Contains a static setup function which is called by InitializeOnLoad. This function registers the Category with the CategoricalDebug module. It also contains the indexes of the registered categories. CategoricalDebug allows for enabling/disabling logging, based on this tag. | |
class | VolumeTransforms |
Small set of volumetric functions | |