Skip to main content
Version: 1.0.0-preview.34

Velaptor.Content.ISound

Velaptor

Velaptor.Content

ISound Interface

A single sound that can be played, paused etc.

public interface ISound :
CASL.ISound,
System.IDisposable,
Velaptor.Content.IContent

Derived
Sound

Implements CASL.ISound, System.IDisposable, IContent

Properties

FilePath

Gets the fully qualified path to the content file.

string FilePath { get; }

Implements FilePath, FilePath

Property Value

System.String

Id

Gets the unique ID of the sound.

uint Id { get; }

Property Value

System.UInt32

Name

Gets the name of the content.

string Name { get; }

Implements Name, Name

Property Value

System.String