Method SupportsCameraStackingType
SupportsCameraStackingType(CameraRenderType)
Check if the given camera render type is supported in the renderer's current state.
선언
public bool SupportsCameraStackingType(CameraRenderType cameraRenderType)
파라미터
타입 | 이름 | 설명 |
---|---|---|
CameraRenderType | cameraRenderType | The camera render type that is checked if supported. |
반환
타입 | 설명 |
---|---|
bool | True if the given camera render type is supported in the renderer's current state. |