nw::snd::SoundArchive::Sound3DInfo::DecayCurve Enumerated Type

Syntax

#include <nw/snd/snd_SoundArchive.h>
enum DecayCurve;

Value

Value Description
DECAY_CURVE_LOG This is a logrithmic curve.
DECAY_CURVE_LINEAR Linear curve.

Description

Enum indicating the shape of the 3D decay curve.

Revision History

2010/03/05
Initial version.

CONFIDENTIAL