OrbbecSDK 2.7.2
OrbbecSDK: Software-Development-Kit for Orbbec 3D Cameras
Loading...
Searching...
No Matches
OBFloatPropertyRange Struct Reference

Structure for float range. More...

#include <ObTypes.h>

Public Attributes

float cur
 Current value.
float max
 Maximum value.
float min
 Minimum value.
float step
 Step value.
float def
 Default value.

Detailed Description

Structure for float range.

Definition at line 350 of file ObTypes.h.

Member Data Documentation

◆ cur

float OBFloatPropertyRange::cur

Current value.

Definition at line 351 of file ObTypes.h.

◆ max

float OBFloatPropertyRange::max

Maximum value.

Definition at line 352 of file ObTypes.h.

◆ min

float OBFloatPropertyRange::min

Minimum value.

Definition at line 353 of file ObTypes.h.

◆ step

float OBFloatPropertyRange::step

Step value.

Definition at line 354 of file ObTypes.h.

◆ def

float OBFloatPropertyRange::def

Default value.

Definition at line 355 of file ObTypes.h.


The documentation for this struct was generated from the following file: