Method ExportSkyToTexture
ExportSkyToTexture(Camera)
Export the provided camera's sky to a flattened cubemap.
선언
public Texture2D ExportSkyToTexture(Camera camera)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Camera | camera | Requested camera. |
반환
타입 | 설명 |
---|---|
Texture2D | Result texture. |