Method AddCustomBlendable
AddCustomBlendable(Item)
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.CustomBlendableItems.Item b)
Parameters
Type | Name | Description |
---|---|---|
CameraState.CustomBlendableItems.Item | 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. |