Namespace: Rx::LFR – Class: CCamera – Header: Rx.LFR/Camera.h

CCamera::GetPropertyRange Method

C++
void GetPropertyRange(Rx::ECamProperty eProp, float& fMin, float& fMax)

Gets the property value range of the given property of type float.

Parameters

[Rx::ECamProperty] eProp

[in] The property in question.

[float&] fMin

[out] The minimum value for given property.

[float&] fMax

[out] The maximum value for given property.