-
TCastleSound.Url
— set this to load the given sound file. -
TCastleSound.Stream
— optionally use "streaming", which is an alternative loading method best suited for longer playing sounds (like music tracks). -
TCastleSound.Volume
— how loud the sound is. This is multiplied by volume atTCastlePlayingSound.Volume
andTCastleSoundSource.Volume
and by spatial calculations. -
TCastleSound.Pitch
— sound playing speed. As with volume, the volume ofTCastleSound.Pitch
is multiplied by similar parameters controlled atTCastlePlayingSound.Pitch
andTCastleSoundSource.Pitch
.