Method OnExposureTimeChanged
OnExposureTimeChanged(float, float)
Sets the amount of time the photosensor is capturing light, in seconds.
Declaration
protected virtual void OnExposureTimeChanged(float oldExposureTime, float newExposureTime)
Parameters
Type | Name | Description |
---|---|---|
float | oldExposureTime | Value of exposure time before the change |
float | newExposureTime | Time in seconds |