Method GetCustomBlendable
GetCustomBlendable(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 CameraState.CustomBlendable GetCustomBlendable(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | Which one to get. Must be in range [0...NumCustomBlendables) |
Returns
Type | Description |
---|---|
CameraState.CustomBlendable | The custom blendable at the specified index. |