Category5.SoundClip.SoundClip C# (CSharp) Méthode

SoundClip() public méthode

public SoundClip ( Microsoft.Xna.Framework.Content.ContentManager Content, String filename ) : System
Content Microsoft.Xna.Framework.Content.ContentManager
filename String
Résultat System
        public SoundClip(ContentManager Content, String filename)
        {
            this.content = Content;
            Load(filename);
        }

Same methods

SoundClip::SoundClip ( Microsoft.Xna.Framework.Content.ContentManager Content, short index, String filename ) : System