API ReferenceSandbox
BasePostProcess<T>class
Like BasePostProcess but enables access to helper methods for accessing from multiple instances using GetWeighted.
Constructors1
Showing 1 constructors
protected BasePostProcess<T>()
No results match this filter.
Methods1
Showing 1 methods
protected U GetWeighted(System.Func`2<T,U> value, U defaultVal = null, bool onlyLerpBetweenVolumes = False)
| Parameter | Type | Description |
|---|---|---|
| value | Func<T,U> | — |
| defaultVal = null | U | — |
| onlyLerpBetweenVolumes = False | bool | — |
Returns:
U—No results match this filter.