C# Class Sharpex2D.Common.Extensions.OpenALSourceStateExtension

Afficher le fichier Open project: ThuCommix/Sharpex2D

Méthodes publiques

Méthode Description
ToPlaybackState ( this state ) : PlaybackState

Converts the SourceState into a PlaybackState.

Method Details

ToPlaybackState() public static méthode

Converts the SourceState into a PlaybackState.
public static ToPlaybackState ( this state ) : PlaybackState
state this The SourceState.
Résultat PlaybackState