SqueezeBrains SDK 1.18
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 11455 of file sb.h.

Field Documentation

◆ enabled

int sb_t_par_level::enabled

Enabling flag of the level.

The possible values are:

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

Definition at line 11463 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 11468 of file sb.h.


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