Method GetCustomBlendable
GetCustomBlendable(CameraState, int)
Get a custom blendable that will be applied to the camera.
The base system manages but otherwise ignores this data - it is intended for
extension modules
Declaration
public static CameraState.CustomBlendableItems.Item GetCustomBlendable(this CameraState s, int index)
Parameters
| Type | Name | Description |
|---|---|---|
| CameraState | s | State to check. |
| int | index | Which one to get. Must be in range [0...NumCustomBlendables) |
Returns
| Type | Description |
|---|---|
| CameraState.CustomBlendableItems.Item | The custom blendable at the specified index. |