Version: 2023.1
언어: 한국어

CommandBuffer.SetupCameraProperties

매뉴얼로 전환
public void SetupCameraProperties (Camera camera);

파라미터

camera Camera to setup shader variables for.

설명

Schedules the setup of Camera specific global Shader variables.

This function sets up view, projection and clipping planes global shader variables. This command is essentially the same to ScriptableRenderContext.SetupCameraProperties.