浏览代码

Update ResetLight name to ResetCamera

/main
sebastienlagarde 6 年前
当前提交
eebff28e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.render-pipelines.high-definition/HDRP/Editor/Camera/HDCameraEditor.cs

2
com.unity.render-pipelines.high-definition/HDRP/Editor/Camera/HDCameraEditor.cs


}
[MenuItem("CONTEXT/Camera/Reset", false, 0)]
static void ResetLight(MenuCommand menuCommand)
static void ResetCamera(MenuCommand menuCommand)
{
GameObject go = ((Camera)menuCommand.context).gameObject;

正在加载...
取消
保存