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