C# 클래스 UnityEditor.ColorPickerHDRConfig

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
ColorPickerHDRConfig ( float minBrightness, float maxBrightness, float minExposureValue, float maxExposureValue ) : System

비공개 메소드들

메소드 설명
ColorPickerHDRConfig ( ColorPickerHDRConfig other ) : System
Temp ( float minBrightness, float maxBrightness, float minExposure, float maxExposure ) : ColorPickerHDRConfig

메소드 상세

ColorPickerHDRConfig() 공개 메소드

public ColorPickerHDRConfig ( float minBrightness, float maxBrightness, float minExposureValue, float maxExposureValue ) : System
minBrightness float Minimum brightness value allowed when using the Color Picker.
maxBrightness float Maximum brightness value allowed when using the Color Picker.
minExposureValue float Minimum exposure value used in the tonemapping section of the Color Picker.
maxExposureValue float Maximum exposure value used in the tonemapping section of the Color Picker.
리턴 System