Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.I3DL2Listener


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
00069
00070
00071
00072
00073
00074
00075
//=============================================================================
// I3DL2Listener: Base class for I3DL2 room effects.
//=============================================================================

class I3DL2Listener extends Core.Object
	abstract
	editinlinenew
	native;


var()			float		EnvironmentSize;
var()			float		EnvironmentDiffusion;
var()			int			Room;
var()			int			RoomHF;
var()			int			RoomLF;
var()			float		DecayTime;
var()			float		DecayHFRatio;
var()			float		DecayLFRatio;
var()			int			Reflections;
var()			float		ReflectionsDelay;
var()			vector		ReflectionsPan;
var()			int			Reverb;
var()			float		ReverbDelay;
var()			vector		ReverbPan;
var()			float		EchoTime;
var()			float		EchoDepth;
var()			float		ModulationTime;
var()			float		ModulationDepth;
var()			float		RoomRolloffFactor;
var()			float		AirAbsorptionHF;
var()			float		HFReference;
var()			float		LFReference;
var()			bool		bDecayTimeScale;
var()			bool		bReflectionsScale;
var()			bool		bReflectionsDelayScale;
var()			bool		bReverbScale;
var()			bool		bReverbDelayScale;
var()			bool		bEchoTimeScale;
var()			bool		bModulationTimeScale;
var()			bool		bDecayHFLimit;

var	transient	int			Environment;
var transient	int			Updated;

defaultproperties
{
//	Texture=S_Emitter
	EnvironmentSize=7.5
	EnvironmentDiffusion=1.0
	Room=-1000
	RoomHF=-100
	RoomLF=0
	DecayTime=1.49
	DecayHFRatio=0.83
	DecayLFRatio=1.00
	Reflections=-2602
	ReflectionsDelay=0.007
	Reverb=200
	ReverbDelay=0.011
	EchoTime=0.25
	EchoDepth=0.0
	ModulationTime=0.25
	ModulationDepth=0.0
	RoomRolloffFactor=0.0
	AirAbsorptionHF=-5
	HFReference=5000
	LFReference=250
	bDecayTimeScale=true
	bReflectionsScale=true
	bReflectionsDelayScale=true
	bReverbScale=true
	bReverbDelayScale=true
	bEchoTimeScale=true
	bDecayHFLimit=true
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: ne 5.9.2004 16:01:22.000 - Creation time: st 23.5.2018 00:10:44.564 - Created with UnCodeX