Space Engineers
Public Member Functions | Properties | List of all members
VRage.Audio.IMyAudioEffect Interface Reference
Inheritance diagram for VRage.Audio.IMyAudioEffect:
VRage.Audio.MyEffectInstance

Public Member Functions

void Update (int stepInMsec)
 
void SetPosition (float msecs)
 
void SetPositionRelative (float position)
 

Properties

bool AutoUpdate [get, set]
 
IMySourceVoice OutputSound [get]
 
bool Finished [get]
 

Detailed Description

Definition at line 8 of file IMyAudioEffect.cs.

Member Function Documentation

void VRage.Audio.IMyAudioEffect.SetPosition ( float  msecs)
void VRage.Audio.IMyAudioEffect.SetPositionRelative ( float  position)
void VRage.Audio.IMyAudioEffect.Update ( int  stepInMsec)

Property Documentation

bool VRage.Audio.IMyAudioEffect.AutoUpdate
getset

Definition at line 10 of file IMyAudioEffect.cs.

bool VRage.Audio.IMyAudioEffect.Finished
get

Definition at line 15 of file IMyAudioEffect.cs.

IMySourceVoice VRage.Audio.IMyAudioEffect.OutputSound
get

Definition at line 14 of file IMyAudioEffect.cs.


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