TriEngine  v0.0.16
General-purpose engine in C#/OpenGL
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
TriDevs.TriEngine.Audio.ISound Interface Reference

A sound file for use with the audio manager. More...

Inheritance diagram for TriDevs.TriEngine.Audio.ISound:
[legend]
Collaboration diagram for TriDevs.TriEngine.Audio.ISound:
[legend]

Public Member Functions

void Play ()
 Plays the sound. More...
 
void Stop ()
 Stops the sound. More...
 

Properties

string File [get]
 Gets the file this sound was created from. More...
 
- Properties inherited from TriDevs.TriEngine.Resources.IResource
string Name [get]
 Gets the name associated with this resource. More...
 

Detailed Description

A sound file for use with the audio manager.

Member Function Documentation

void TriDevs.TriEngine.Audio.ISound.Play ( )
void TriDevs.TriEngine.Audio.ISound.Stop ( )

Property Documentation

string TriDevs.TriEngine.Audio.ISound.File
get

Gets the file this sound was created from.


The documentation for this interface was generated from the following file: