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
선언
public CameraState.CustomBlendable GetCustomBlendable(int index)
파라미터
타입 | 이름 | 설명 |
---|---|---|
int | index | Which one to get. Must be in range [0...NumCustomBlendables) |
반환
타입 | 설명 |
---|---|
CameraState.CustomBlendable | The custom blendable at the specified index. |