Table of Contents

Class SoundComponentPresentation

Namespace
AlphaFramework.Presentation
Assembly
AlphaFramework.Presentation.dll

Converts Sound components into Sound3Ds.

public static class SoundComponentPresentation
Inheritance
object
SoundComponentPresentation

Methods

ToPresentation(Sound, Engine)

Creates a Sound3D from a Sound component.

public static Sound3D? ToPresentation(this Sound component, Engine engine)

Parameters

component Sound

The Sound component to visualize using the Engine.

engine Engine

The engine to use for loading and playing the sound.

Returns

Sound3D

The presentation; null if the component configuration is incomplete.