C# Class Sharpex2D.Common.Extensions.OpenALSourceStateExtension

Mostrar archivo Open project: ThuCommix/Sharpex2D

Public Methods

Method Description
ToPlaybackState ( this state ) : PlaybackState

Converts the SourceState into a PlaybackState.

Method Details

ToPlaybackState() public static method

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