프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AirAbsorptionHF | float | ||
DecayHFRatio | float | ||
DecayLFRatio | float | ||
DecayTime | float | ||
EchoDepth | float | ||
EchoTime | float | ||
Environment | uint | ||
EnvironmentDiffusion | float | ||
EnvironmentSize | float | ||
Flags | uint | ||
HFReference | float | ||
LFReference | float | ||
ModulationDepth | float | ||
ModulationTime | float | ||
Reflections | int | ||
ReflectionsDelay | float | ||
ReflectionsPan | Mogre.Vector3 | ||
Reverb | int | ||
ReverbDelay | float | ||
ReverbPan | Mogre.Vector3 | ||
Room | int | ||
RoomHF | int | ||
RoomLF | int | ||
RoomRolloffFactor | float |
메소드 | 설명 | |
---|---|---|
EaxReverb ( uint environment, float environmentSize, float environmentDiffusion, int room, int roomHF, int roomLF, float decayTime, float decayHFRatio, float decayLFRatio, int reflections, float reflectionsDelay, float reflectionsPanX, float reflectionsPanY, float reflectionsPanZ, int reverb, float reverbDelay, float reverbPanX, float reverbPanY, float reverbPanZ, float echoTime, float echoDepth, float modulationTime, float modulationDepth, float airAbsorptionHF, float hfReference, float lfReference, float roomRolloffFactor, uint flags ) : System |
public EaxReverb ( uint environment, float environmentSize, float environmentDiffusion, int room, int roomHF, int roomLF, float decayTime, float decayHFRatio, float decayLFRatio, int reflections, float reflectionsDelay, float reflectionsPanX, float reflectionsPanY, float reflectionsPanZ, int reverb, float reverbDelay, float reverbPanX, float reverbPanY, float reverbPanZ, float echoTime, float echoDepth, float modulationTime, float modulationDepth, float airAbsorptionHF, float hfReference, float lfReference, float roomRolloffFactor, uint flags ) : System | ||
environment | uint | |
environmentSize | float | |
environmentDiffusion | float | |
room | int | |
roomHF | int | |
roomLF | int | |
decayTime | float | |
decayHFRatio | float | |
decayLFRatio | float | |
reflections | int | |
reflectionsDelay | float | |
reflectionsPanX | float | |
reflectionsPanY | float | |
reflectionsPanZ | float | |
reverb | int | |
reverbDelay | float | |
reverbPanX | float | |
reverbPanY | float | |
reverbPanZ | float | |
echoTime | float | |
echoDepth | float | |
modulationTime | float | |
modulationDepth | float | |
airAbsorptionHF | float | |
hfReference | float | |
lfReference | float | |
roomRolloffFactor | float | |
flags | uint | |
리턴 | System |