SqueezeBrains SDK 1.13
sb_cs::SbParLevel Class Reference

Level parameters Class that wraps the sb_t_level_par structure More...

#include <cs_par.h>

Data Fields

bool enabled
 Enabling flag of the level. More...
 
float scale
 Scale factor. More...
 

Detailed Description

Level parameters Class that wraps the sb_t_level_par structure

Definition at line 96 of file cs_par.h.

Field Documentation

◆ enabled

bool sb_cs::SbParLevel::enabled

Enabling flag of the level.

The possbile values are:

  • false: level is disabled
  • true: level is enabled

Definition at line 105 of file cs_par.h.

◆ scale

float sb_cs::SbParLevel::scale

Scale factor.

The range of values is between SB_PAR_LEVEL_SCALE_MIN and SB_PAR_LEVEL_SCALE_MAX.

Definition at line 110 of file cs_par.h.


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