/// <summary> /// <para>Adds an object to the toolbox by type. It is mainly used to add processing scripts.</para> /// </summary> /// <typeparam name="T"></typeparam> /// <returns></returns> protected static T Add <T>() where T : new() { return(Toolbox.Add <T>()); }