Voice3D
Declaration
public abstract class Strawberry.Sound.Voice3D
Inherits: Strawberry.Sound.Voice
Properties
Position abstract
Gets or sets position of the source sound.
Vector3 Position { get set }
Direction abstract
Gets or sets direction to which the sound is projecting
Vector3 Direction { get set }
Velocity abstract
Gets or sets velocity of the sound projection
Vector3 Velocity { get set }
MaxDistance abstract
Gets or sets maximum distance the sound can be heard from.
float MaxDistance { get set }
ReferenceDistance abstract
float ReferenceDistance { get set }