Method AddCustomBlendable
AddCustomBlendable(CustomBlendable)
Add a custom blendable to the pot for eventual application to the camera. The base system manages but otherwise ignores this data - it is intended for extension modules
Declaration
public void AddCustomBlendable(CameraState.CustomBlendable b)
Parameters
Type | Name | Description |
---|---|---|
CameraState.CustomBlendable | b | The custom blendable to add. If b.m_Custom is the same as an already-added custom blendable, then they will be merged and the weights combined. |