Table of Contents

Class VirtualMicrophone.RectangularSound

Namespace
Global
Assembly
Assembly-CSharp.dll
public class VirtualMicrophone.RectangularSound : VirtualMicrophone.PositionedSound
Inheritance
VirtualMicrophone.RectangularSound
Inherited Members

Constructors

RectangularSound(VirtualMicrophone, SoundData, bool, RectSoundEmitter, float, float, bool)

public RectangularSound(VirtualMicrophone mic, SoundLoader.SoundData sData, bool loop, RectSoundEmitter controller, float volume, float pitch, bool startAtRandomTime)

Parameters

mic VirtualMicrophone
sData SoundLoader.SoundData
loop bool
controller RectSoundEmitter
volume float
pitch float
startAtRandomTime bool

Fields

controller

public RectSoundEmitter controller

Field Value

RectSoundEmitter

rect

public FloatRect rect

Field Value

FloatRect

Properties

Done

public override bool Done { get; }

Property Value

bool

PlayAgain

public override bool PlayAgain { get; }

Property Value

bool

lastPos

public override Vector2 lastPos { get; set; }

Property Value

Vector2

pos

public override Vector2 pos { get; set; }

Property Value

Vector2

Methods

Update(float, float)

public override void Update(float timeStacker, float timeSpeed)

Parameters

timeStacker float
timeSpeed float