SqueezeBrains SDK 1.13
sb_t_par_level Struct Reference

Level parameters. More...

#include <sb.h>

Data Fields

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

Detailed Description

Level parameters.

Defines the parameter of the level.

See also
Levels

Definition at line 10311 of file sb.h.

Field Documentation

◆ enabled

int sb_t_par_level::enabled

Enabling flag of the level.

The possbile values are:

  • 0: level is disabled
  • 1: level is enabled

Definition at line 10319 of file sb.h.

◆ scale

float sb_t_par_level::scale

Scale factor.

The range of values is between SB_PAR_LEVEL_SCALE_MIN and SB_PAR_LEVEL_SCALE_MAX.

Definition at line 10324 of file sb.h.


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