class
TMaterialParameterCurve
template<class T, bool IsRenderProxy>
Inherits:
TMaterialDataCommon<TGpuDataParamInfo<T>::TypeId, IsRenderProxy>
A handle that allows you to set a Material parameter.
Internally keeps a reference to the material parameters so that possibly expensive lookup of parameter name can be avoided each time the parameter is accessed, and instead the handle can be cached.