2020-05-21 01:08:36 +02:00
### YamlMime:ManagedReference
items :
- uid : MLEM.Extensions.SoundExtensions
commentId : T:MLEM.Extensions.SoundExtensions
id : SoundExtensions
parent : MLEM.Extensions
children :
- MLEM.Extensions.SoundExtensions.Replay(Microsoft.Xna.Framework.Audio.SoundEffectInstance)
langs :
- csharp
- vb
name : SoundExtensions
nameWithType : SoundExtensions
fullName : MLEM.Extensions.SoundExtensions
type : Class
source :
remote :
path : MLEM/Extensions/SoundExtensions.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : SoundExtensions
path : ../MLEM/Extensions/SoundExtensions.cs
2020-05-21 23:19:16 +02:00
startLine : 7
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Extensions
2020-05-21 23:19:16 +02:00
summary : "\nA set of extensions for dealing wiht <xref href=\"Microsoft.Xna.Framework.Audio.SoundEffectInstance\" data-throw-if-not-resolved=\"false\"></xref>\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : public static class SoundExtensions
content.vb : Public Module SoundExtensions
inheritance :
- System.Object
inheritedMembers :
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
modifiers.csharp :
- public
- static
- class
modifiers.vb :
- Public
- Module
- uid : MLEM.Extensions.SoundExtensions.Replay(Microsoft.Xna.Framework.Audio.SoundEffectInstance)
commentId : M:MLEM.Extensions.SoundExtensions.Replay(Microsoft.Xna.Framework.Audio.SoundEffectInstance)
id : Replay(Microsoft.Xna.Framework.Audio.SoundEffectInstance)
isExtensionMethod : true
parent : MLEM.Extensions.SoundExtensions
langs :
- csharp
- vb
name : Replay(SoundEffectInstance)
nameWithType : SoundExtensions.Replay(SoundEffectInstance)
fullName : MLEM.Extensions.SoundExtensions.Replay(Microsoft.Xna.Framework.Audio.SoundEffectInstance)
type : Method
source :
remote :
path : MLEM/Extensions/SoundExtensions.cs
branch : master
repo : https://github.com/Ellpeck/MLEM
id : Replay
path : ../MLEM/Extensions/SoundExtensions.cs
2020-05-21 23:19:16 +02:00
startLine : 13
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Extensions
2020-05-21 23:19:16 +02:00
summary : "\nStops and plays a sound effect instance in one call\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : >-
[ Obsolete("When using the .NET Core version of MonoGame, the replay issue has been fixed. Just call Play() instead.")]
public static void Replay(this SoundEffectInstance sound)
parameters :
- id : sound
type : Microsoft.Xna.Framework.Audio.SoundEffectInstance
2020-05-21 23:19:16 +02:00
description : The sound to stop and play
2020-05-21 01:08:36 +02:00
content.vb : >-
<Obsolete("When using the .NET Core version of MonoGame, the replay issue has been fixed. Just call Play() instead.")>
<ExtensionAttribute>
Public Shared Sub Replay(sound As SoundEffectInstance)
overload : MLEM.Extensions.SoundExtensions.Replay*
attributes :
- type : System.ObsoleteAttribute
ctor : System.ObsoleteAttribute.#ctor(System.String)
arguments :
- type : System.String
value : When using the .NET Core version of MonoGame, the replay issue has been fixed. Just call Play() instead.
modifiers.csharp :
- public
- static
modifiers.vb :
- Public
- Shared
references :
2020-05-21 23:19:16 +02:00
- uid : Microsoft.Xna.Framework.Audio.SoundEffectInstance
commentId : T:Microsoft.Xna.Framework.Audio.SoundEffectInstance
parent : Microsoft.Xna.Framework.Audio
isExternal : true
name : SoundEffectInstance
nameWithType : SoundEffectInstance
fullName : Microsoft.Xna.Framework.Audio.SoundEffectInstance
2020-05-21 01:08:36 +02:00
- uid : MLEM.Extensions
commentId : N : MLEM.Extensions
name : MLEM.Extensions
nameWithType : MLEM.Extensions
fullName : MLEM.Extensions
- uid : System.Object
commentId : T:System.Object
parent : System
isExternal : true
name : Object
nameWithType : Object
fullName : System.Object
- uid : System.Object.Equals(System.Object)
commentId : M:System.Object.Equals(System.Object)
parent : System.Object
isExternal : true
name : Equals(Object)
nameWithType : Object.Equals(Object)
fullName : System.Object.Equals(System.Object)
spec.csharp :
- uid : System.Object.Equals(System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.Equals(System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : System.Object.Equals(System.Object,System.Object)
commentId : M:System.Object.Equals(System.Object,System.Object)
parent : System.Object
isExternal : true
name : Equals(Object, Object)
nameWithType : Object.Equals(Object, Object)
fullName : System.Object.Equals(System.Object, System.Object)
spec.csharp :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
nameWithType : Object.Equals
fullName : System.Object.Equals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : System.Object.GetHashCode
commentId : M:System.Object.GetHashCode
parent : System.Object
isExternal : true
name : GetHashCode()
nameWithType : Object.GetHashCode()
fullName : System.Object.GetHashCode()
spec.csharp :
- uid : System.Object.GetHashCode
name : GetHashCode
nameWithType : Object.GetHashCode
fullName : System.Object.GetHashCode
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.GetHashCode
name : GetHashCode
nameWithType : Object.GetHashCode
fullName : System.Object.GetHashCode
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : System.Object.GetType
commentId : M:System.Object.GetType
parent : System.Object
isExternal : true
name : GetType()
nameWithType : Object.GetType()
fullName : System.Object.GetType()
spec.csharp :
- uid : System.Object.GetType
name : GetType
nameWithType : Object.GetType
fullName : System.Object.GetType
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.GetType
name : GetType
nameWithType : Object.GetType
fullName : System.Object.GetType
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : System.Object.MemberwiseClone
commentId : M:System.Object.MemberwiseClone
parent : System.Object
isExternal : true
name : MemberwiseClone()
nameWithType : Object.MemberwiseClone()
fullName : System.Object.MemberwiseClone()
spec.csharp :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
nameWithType : Object.MemberwiseClone
fullName : System.Object.MemberwiseClone
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
nameWithType : Object.MemberwiseClone
fullName : System.Object.MemberwiseClone
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
commentId : M:System.Object.ReferenceEquals(System.Object,System.Object)
parent : System.Object
isExternal : true
name : ReferenceEquals(Object, Object)
nameWithType : Object.ReferenceEquals(Object, Object)
fullName : System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
nameWithType : Object.ReferenceEquals
fullName : System.Object.ReferenceEquals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
nameWithType : Object.ReferenceEquals
fullName : System.Object.ReferenceEquals
isExternal : true
- name : (
nameWithType : (
fullName : (
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : ', '
nameWithType : ', '
fullName : ', '
- uid : System.Object
name : Object
nameWithType : Object
fullName : System.Object
isExternal : true
- name : )
nameWithType : )
fullName : )
- uid : System.Object.ToString
commentId : M:System.Object.ToString
parent : System.Object
isExternal : true
name : ToString()
nameWithType : Object.ToString()
fullName : System.Object.ToString()
spec.csharp :
- uid : System.Object.ToString
name : ToString
nameWithType : Object.ToString
fullName : System.Object.ToString
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : System.Object.ToString
name : ToString
nameWithType : Object.ToString
fullName : System.Object.ToString
isExternal : true
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
2020-05-21 23:19:16 +02:00
- uid : Microsoft.Xna.Framework.Audio
commentId : N : Microsoft.Xna.Framework.Audio
isExternal : true
name : Microsoft.Xna.Framework.Audio
nameWithType : Microsoft.Xna.Framework.Audio
fullName : Microsoft.Xna.Framework.Audio
2020-05-21 01:08:36 +02:00
- uid : System
commentId : N : System
isExternal : true
name : System
nameWithType : System
fullName : System
- uid : MLEM.Extensions.SoundExtensions.Replay*
commentId : Overload:MLEM.Extensions.SoundExtensions.Replay
name : Replay
nameWithType : SoundExtensions.Replay
fullName : MLEM.Extensions.SoundExtensions.Replay