示例#1
0
 public EaxEnvironmentParameter(EaxEnvironment environment, float volume, float decay, float damp)
 {
     Environment = environment;
     Volume      = volume;
     Decay       = decay;
     Damp        = damp;
 }
 public EaxEnvironmentParameter(EaxEnvironment environment, float volume, float decay, float damp)
 {
     Environment = environment;
     Volume = volume;
     Decay = decay;
     Damp = damp;
 }