OrbbecSDK 2.6.3
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 344 of file ObTypes.h.

Member Data Documentation

◆ cur

float OBFloatPropertyRange::cur

Current value.

Definition at line 345 of file ObTypes.h.

◆ max

float OBFloatPropertyRange::max

Maximum value.

Definition at line 346 of file ObTypes.h.

◆ min

float OBFloatPropertyRange::min

Minimum value.

Definition at line 347 of file ObTypes.h.

◆ step

float OBFloatPropertyRange::step

Step value.

Definition at line 348 of file ObTypes.h.

◆ def

float OBFloatPropertyRange::def

Default value.

Definition at line 349 of file ObTypes.h.


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