Searched defs:Sound3DInfo (Results 1 – 2 of 2) sorted by relevance
150 struct Sound3DInfo struct157 enum DecayCurve168 static const u32 FLAG_CTRL_VOLUME = ( 1 << 0 );175 static const u32 FLAG_CTRL_PRIORITY = ( 1 << 1 );182 static const u32 FLAG_CTRL_PAN = ( 1 << 2 );191 static const u32 FLAG_CTRL_SPAN = ( 1 << 3 );200 static const u32 FLAG_CTRL_FILTER = ( 1 << 4 );206 u32 flags; 207 f32 decayRatio; //!< 3D 減衰率です。208 u8 decayCurve; //!< 3D 減衰カーブの形状です。@ref DecayCurve が格納されます。[all …]
332 struct Sound3DInfo struct334 ut::ResU32 flags; // [0]Vol [1]Priotity [2]Pan [3]SPan [4]Filter335 ut::ResF32 decayRatio; // 減衰率336 u8 decayCurve; // 減衰カーブタイプ (nw::snd::DecayCurve が入る)337 u8 dopplerFactor; // ドップラーファクター338 u8 padding[2]; // padding339 Util::BitFlag optionParameter; // 予備