Constructor MotionBlurModeParameter
MotionBlurModeParameter(MotionBlurMode, bool)
Creates a new MotionBlurModeParameter instance.
선언
public MotionBlurModeParameter(MotionBlurMode value, bool overrideState = false)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| MotionBlurMode | value | The initial value to store in the parameter. |
| bool | overrideState | The initial override state for the parameter. |