setDirectionalCone method

void setDirectionalCone(
  1. double coneInnerAngle,
  2. double coneOuterAngle,
  3. double coneOuterGain
)

Implementation

void setDirectionalCone(double coneInnerAngle, double coneOuterAngle, double coneOuterGain) {
	this.coneInnerAngle = coneInnerAngle;
	this.coneOuterAngle = coneOuterAngle;
	this.coneOuterGain = coneOuterGain;
}