BasePostProcess<T>class

Like BasePostProcess but enables access to helper methods for accessing from multiple instances using GetWeighted.

objectBasePostProcessBasePostProcess<T>
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public abstract class Sandbox.BasePostProcess<T> : Sandbox.BasePostProcess

Constructors1

Showing 1 constructors

Methods1

Showing 1 methods

protected U GetWeighted(System.Func`2<T,U> value, U defaultVal = null, bool onlyLerpBetweenVolumes = False)PROTECTED

ParameterTypeDescription
valueFunc<T,U>
defaultVal = nullU
onlyLerpBetweenVolumes = Falsebool
Returns:U

On this page