CRIWARE Unity Plugin Manual  Last Updated: 2024-04-24
CriAtomExAcf.AcfDspBusInfo 構造体

DSPバス設定情報取得用構造体 [詳解]

公開変数類

IntPtr namePointer
 
float volume
 
float pan3dVolume
 
float pan3dAngle
 
float pan3dDistance
 
float pan3dSpread
 
float pan3dWideness
 
ushort[] fxIndexes
 
ushort[] busLinkIndexes
 
ushort busNo
 
byte numFxes
 
byte numBusLinks
 

プロパティ

string name [get]
 名前
 

詳解

DSPバス設定情報取得用構造体

説明:
DSPバス設定情報を取得するための構造体です。
CriAtomExAcf::GetDspBusInformation 関数に引数として渡します。
参照
CriAtomExAcf::GetDspBusInformation

メンバ詳解

IntPtr namePointer

名前の文字列ポインタ

float volume

音量

float pan3dVolume

Pan3D 音量

float pan3dAngle

Pan3D 角度

float pan3dDistance

Pan3D インテリア距離

float pan3dSpread

Pan3D スプレッド

float pan3dWideness

Pan3D スプレッド(旧形式)

ushort [] fxIndexes

DSP FXインデックス配列

ushort [] busLinkIndexes

DSPバスリンクインデックス配列

ushort busNo

セッティング内DSPバス番号

byte numFxes

DSP FX数

byte numBusLinks

DSPバスリンク数


この構造体詳解は次のファイルから抽出されました: