TinyLifeWeb/docs/api/TinyLife.World.MapAudioEmitter.yml

668 lines
22 KiB
YAML
Raw Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.World.MapAudioEmitter
commentId: T:TinyLife.World.MapAudioEmitter
id: MapAudioEmitter
parent: TinyLife.World
children:
2023-10-11 16:05:32 +02:00
- TinyLife.World.MapAudioEmitter.#ctor(Microsoft.Xna.Framework.Vector2,System.Single)
- TinyLife.World.MapAudioEmitter.Floor
2021-08-04 06:51:12 +02:00
- TinyLife.World.MapAudioEmitter.WorldPosition
langs:
- csharp
- vb
name: MapAudioEmitter
nameWithType: MapAudioEmitter
fullName: TinyLife.World.MapAudioEmitter
type: Class
source:
remote:
path: TinyLife/World/MapAudioEmitter.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: MapAudioEmitter
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/MapAudioEmitter.cs
2022-09-05 14:19:42 +02:00
startLine: 9
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: An extension of the <xref href="Microsoft.Xna.Framework.Audio.AudioEmitter" data-throw-if-not-resolved="false"></xref> class that also stores the emitter's <xref href="TinyLife.World.MapAudioEmitter.WorldPosition" data-throw-if-not-resolved="false"></xref>
2021-08-30 20:44:32 +02:00
example: []
2021-08-04 06:51:12 +02:00
syntax:
content: 'public class MapAudioEmitter : AudioEmitter'
2023-03-30 18:07:55 +02:00
content.vb: Public Class MapAudioEmitter Inherits AudioEmitter
2021-08-04 06:51:12 +02:00
inheritance:
- System.Object
2022-09-05 14:19:42 +02:00
- Microsoft.Xna.Framework.Audio.AudioEmitter
inheritedMembers:
- Microsoft.Xna.Framework.Audio.AudioEmitter.DopplerScale
- Microsoft.Xna.Framework.Audio.AudioEmitter.Forward
- Microsoft.Xna.Framework.Audio.AudioEmitter.Position
- Microsoft.Xna.Framework.Audio.AudioEmitter.Up
- Microsoft.Xna.Framework.Audio.AudioEmitter.Velocity
- 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
2021-08-04 06:51:12 +02:00
extensionMethods:
- TinyLife.World.MapAudioEmitter.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.World.MapAudioEmitter.WorldPosition
commentId: P:TinyLife.World.MapAudioEmitter.WorldPosition
id: WorldPosition
parent: TinyLife.World.MapAudioEmitter
langs:
- csharp
- vb
name: WorldPosition
nameWithType: MapAudioEmitter.WorldPosition
fullName: TinyLife.World.MapAudioEmitter.WorldPosition
type: Property
source:
remote:
path: TinyLife/World/MapAudioEmitter.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: WorldPosition
2022-03-09 16:13:05 +01:00
path: ../TinyLife/World/MapAudioEmitter.cs
2022-09-05 14:19:42 +02:00
startLine: 14
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: This audio emitter's current in-world coordinates.
2021-08-30 20:44:32 +02:00
example: []
2021-08-04 06:51:12 +02:00
syntax:
content: public Vector2 WorldPosition { get; set; }
parameters: []
return:
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
content.vb: Public Property WorldPosition As Vector2
overload: TinyLife.World.MapAudioEmitter.WorldPosition*
2023-10-11 16:05:32 +02:00
- uid: TinyLife.World.MapAudioEmitter.Floor
commentId: P:TinyLife.World.MapAudioEmitter.Floor
id: Floor
parent: TinyLife.World.MapAudioEmitter
langs:
- csharp
- vb
name: Floor
nameWithType: MapAudioEmitter.Floor
fullName: TinyLife.World.MapAudioEmitter.Floor
type: Property
source:
remote:
path: TinyLife/World/MapAudioEmitter.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-10-11 16:05:32 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Floor
path: ../TinyLife/World/MapAudioEmitter.cs
startLine: 24
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: This audio emitter's current floor.
2023-10-11 16:05:32 +02:00
example: []
syntax:
content: public float Floor { get; set; }
parameters: []
return:
type: System.Single
content.vb: Public Property Floor As Single
overload: TinyLife.World.MapAudioEmitter.Floor*
- uid: TinyLife.World.MapAudioEmitter.#ctor(Microsoft.Xna.Framework.Vector2,System.Single)
commentId: M:TinyLife.World.MapAudioEmitter.#ctor(Microsoft.Xna.Framework.Vector2,System.Single)
id: '#ctor(Microsoft.Xna.Framework.Vector2,System.Single)'
parent: TinyLife.World.MapAudioEmitter
langs:
- csharp
- vb
name: MapAudioEmitter(Vector2, float)
nameWithType: MapAudioEmitter.MapAudioEmitter(Vector2, float)
fullName: TinyLife.World.MapAudioEmitter.MapAudioEmitter(Microsoft.Xna.Framework.Vector2, float)
type: Constructor
source:
remote:
path: TinyLife/World/MapAudioEmitter.cs
2023-12-06 13:25:52 +01:00
branch: main
2023-10-11 16:05:32 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/World/MapAudioEmitter.cs
startLine: 40
assemblies:
- Tiny Life
namespace: TinyLife.World
2024-01-07 16:53:47 +01:00
summary: Creates a new map audio emitter with the given settings.
2023-10-11 16:05:32 +02:00
example: []
syntax:
content: public MapAudioEmitter(Vector2 worldPosition, float floor)
parameters:
- id: worldPosition
type: Microsoft.Xna.Framework.Vector2
2024-01-07 16:53:47 +01:00
description: This audio emitter's current in-world coordinates.
2023-10-11 16:05:32 +02:00
- id: floor
type: System.Single
2024-01-07 16:53:47 +01:00
description: This audio emitter's current floor.
2023-10-11 16:05:32 +02:00
content.vb: Public Sub New(worldPosition As Vector2, floor As Single)
overload: TinyLife.World.MapAudioEmitter.#ctor*
nameWithType.vb: MapAudioEmitter.New(Vector2, Single)
fullName.vb: TinyLife.World.MapAudioEmitter.New(Microsoft.Xna.Framework.Vector2, Single)
name.vb: New(Vector2, Single)
2021-08-04 06:51:12 +02:00
references:
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Audio.AudioEmitter
commentId: T:Microsoft.Xna.Framework.Audio.AudioEmitter
parent: Microsoft.Xna.Framework.Audio
isExternal: true
name: AudioEmitter
nameWithType: AudioEmitter
fullName: Microsoft.Xna.Framework.Audio.AudioEmitter
2021-08-30 20:44:32 +02:00
- uid: TinyLife.World.MapAudioEmitter.WorldPosition
commentId: P:TinyLife.World.MapAudioEmitter.WorldPosition
2024-01-07 16:53:47 +01:00
href: TinyLife.World.MapAudioEmitter.html#TinyLife_World_MapAudioEmitter_WorldPosition
2023-03-30 18:07:55 +02:00
name: WorldPosition
nameWithType: MapAudioEmitter.WorldPosition
fullName: TinyLife.World.MapAudioEmitter.WorldPosition
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World
commentId: N:TinyLife.World
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.World
nameWithType: TinyLife.World
fullName: TinyLife.World
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.World
name: World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.World
name: World
2024-01-07 16:53:47 +01:00
href: TinyLife.World.html
2021-08-04 06:51:12 +02:00
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Audio.AudioEmitter.DopplerScale
commentId: P:Microsoft.Xna.Framework.Audio.AudioEmitter.DopplerScale
parent: Microsoft.Xna.Framework.Audio.AudioEmitter
isExternal: true
name: DopplerScale
nameWithType: AudioEmitter.DopplerScale
fullName: Microsoft.Xna.Framework.Audio.AudioEmitter.DopplerScale
- uid: Microsoft.Xna.Framework.Audio.AudioEmitter.Forward
commentId: P:Microsoft.Xna.Framework.Audio.AudioEmitter.Forward
parent: Microsoft.Xna.Framework.Audio.AudioEmitter
isExternal: true
name: Forward
nameWithType: AudioEmitter.Forward
fullName: Microsoft.Xna.Framework.Audio.AudioEmitter.Forward
- uid: Microsoft.Xna.Framework.Audio.AudioEmitter.Position
commentId: P:Microsoft.Xna.Framework.Audio.AudioEmitter.Position
parent: Microsoft.Xna.Framework.Audio.AudioEmitter
isExternal: true
name: Position
nameWithType: AudioEmitter.Position
fullName: Microsoft.Xna.Framework.Audio.AudioEmitter.Position
- uid: Microsoft.Xna.Framework.Audio.AudioEmitter.Up
commentId: P:Microsoft.Xna.Framework.Audio.AudioEmitter.Up
parent: Microsoft.Xna.Framework.Audio.AudioEmitter
isExternal: true
name: Up
nameWithType: AudioEmitter.Up
fullName: Microsoft.Xna.Framework.Audio.AudioEmitter.Up
- uid: Microsoft.Xna.Framework.Audio.AudioEmitter.Velocity
commentId: P:Microsoft.Xna.Framework.Audio.AudioEmitter.Velocity
parent: Microsoft.Xna.Framework.Audio.AudioEmitter
isExternal: true
name: Velocity
nameWithType: AudioEmitter.Velocity
fullName: Microsoft.Xna.Framework.Audio.AudioEmitter.Velocity
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
2022-09-05 14:19:42 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2022-09-05 14:19:42 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-09-05 14:19:42 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-09-05 14:19:42 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2022-09-05 14:19:42 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-09-05 14:19:42 +02:00
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
2022-09-05 14:19:42 +02:00
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2022-09-05 14:19:42 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-09-05 14:19:42 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-09-05 14:19:42 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-09-05 14:19:42 +02:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2022-09-05 14:19:42 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-09-05 14:19:42 +02:00
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-09-05 14:19:42 +02:00
name: GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
2022-09-05 14:19:42 +02:00
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-09-05 14:19:42 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2022-09-05 14:19:42 +02:00
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-09-05 14:19:42 +02:00
name: GetType()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
2022-09-05 14:19:42 +02:00
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-09-05 14:19:42 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-09-05 14:19:42 +02:00
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-09-05 14:19:42 +02:00
name: MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
2022-09-05 14:19:42 +02:00
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-09-05 14:19:42 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2022-09-05 14:19:42 +02:00
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
2022-09-05 14:19:42 +02:00
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2022-09-05 14:19:42 +02:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-09-05 14:19:42 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2022-09-05 14:19:42 +02:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-09-05 14:19:42 +02:00
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2022-09-05 14:19:42 +02:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2022-09-05 14:19:42 +02:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2022-09-05 14:19:42 +02:00
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-09-05 14:19:42 +02:00
name: ToString()
2023-03-30 18:07:55 +02:00
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
2022-09-05 14:19:42 +02:00
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-09-05 14:19:42 +02:00
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2022-09-05 14:19:42 +02:00
- name: (
- name: )
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.MapAudioEmitter.TinyLife.Utilities.Extensions.JsonCopy``1
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name: JsonCopy<MapAudioEmitter>(MapAudioEmitter)
nameWithType: Extensions.JsonCopy<MapAudioEmitter>(MapAudioEmitter)
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.World.MapAudioEmitter>(TinyLife.World.MapAudioEmitter)
nameWithType.vb: Extensions.JsonCopy(Of MapAudioEmitter)(MapAudioEmitter)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.World.MapAudioEmitter)(TinyLife.World.MapAudioEmitter)
name.vb: JsonCopy(Of MapAudioEmitter)(MapAudioEmitter)
2021-08-04 06:51:12 +02:00
spec.csharp:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.MapAudioEmitter)
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- uid: TinyLife.World.MapAudioEmitter
name: MapAudioEmitter
2024-01-07 16:53:47 +01:00
href: TinyLife.World.MapAudioEmitter.html
2023-03-30 18:07:55 +02:00
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.World.MapAudioEmitter
name: MapAudioEmitter
2024-01-07 16:53:47 +01:00
href: TinyLife.World.MapAudioEmitter.html
2021-08-04 06:51:12 +02:00
- name: )
spec.vb:
2023-03-30 18:07:55 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.World.MapAudioEmitter)
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
- uid: TinyLife.World.MapAudioEmitter
name: MapAudioEmitter
2024-01-07 16:53:47 +01:00
href: TinyLife.World.MapAudioEmitter.html
2023-03-30 18:07:55 +02:00
- name: )
2021-08-04 06:51:12 +02:00
- name: (
2023-03-30 18:07:55 +02:00
- uid: TinyLife.World.MapAudioEmitter
name: MapAudioEmitter
2024-01-07 16:53:47 +01:00
href: TinyLife.World.MapAudioEmitter.html
2021-08-04 06:51:12 +02:00
- name: )
2022-09-05 14:19:42 +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
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework.Audio
name: Audio
isExternal: true
spec.vb:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework.Audio
name: Audio
isExternal: true
2021-08-30 20:44:32 +02:00
- uid: System
commentId: N:System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2021-08-30 20:44:32 +02:00
name: System
nameWithType: System
fullName: System
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
name: JsonCopy<T>(T)
nameWithType: Extensions.JsonCopy<T>(T)
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb: JsonCopy(Of T)(T)
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: <
- name: T
- name: '>'
2021-08-04 06:51:12 +02:00
- name: (
- name: T
- name: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name: JsonCopy
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name: (
- name: Of
- name: " "
- name: T
- name: )
2021-08-04 06:51:12 +02:00
- name: (
- name: T
- name: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.Extensions.html
2021-08-04 06:51:12 +02:00
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-08-04 06:51:12 +02:00
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Utilities
name: Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb:
- uid: TinyLife
name: TinyLife
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2023-03-30 18:07:55 +02:00
- name: .
- uid: TinyLife.Utilities
name: Utilities
2024-01-07 16:53:47 +01:00
href: TinyLife.Utilities.html
2021-08-04 06:51:12 +02:00
- uid: TinyLife.World.MapAudioEmitter.WorldPosition*
commentId: Overload:TinyLife.World.MapAudioEmitter.WorldPosition
2024-01-07 16:53:47 +01:00
href: TinyLife.World.MapAudioEmitter.html#TinyLife_World_MapAudioEmitter_WorldPosition
2021-08-04 06:51:12 +02:00
name: WorldPosition
nameWithType: MapAudioEmitter.WorldPosition
fullName: TinyLife.World.MapAudioEmitter.WorldPosition
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.Vector2
commentId: T:Microsoft.Xna.Framework.Vector2
parent: Microsoft.Xna.Framework
2021-08-04 06:51:12 +02:00
isExternal: true
name: Vector2
nameWithType: Vector2
2022-09-05 14:19:42 +02:00
fullName: Microsoft.Xna.Framework.Vector2
- uid: Microsoft.Xna.Framework
commentId: N:Microsoft.Xna.Framework
isExternal: true
name: Microsoft.Xna.Framework
nameWithType: Microsoft.Xna.Framework
fullName: Microsoft.Xna.Framework
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
spec.vb:
- uid: Microsoft
name: Microsoft
isExternal: true
- name: .
- uid: Microsoft.Xna
name: Xna
isExternal: true
- name: .
- uid: Microsoft.Xna.Framework
name: Framework
isExternal: true
2023-10-11 16:05:32 +02:00
- uid: TinyLife.World.MapAudioEmitter.Floor*
commentId: Overload:TinyLife.World.MapAudioEmitter.Floor
2024-01-07 16:53:47 +01:00
href: TinyLife.World.MapAudioEmitter.html#TinyLife_World_MapAudioEmitter_Floor
2023-10-11 16:05:32 +02:00
name: Floor
nameWithType: MapAudioEmitter.Floor
fullName: TinyLife.World.MapAudioEmitter.Floor
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.single
name: float
nameWithType: float
fullName: float
nameWithType.vb: Single
fullName.vb: Single
name.vb: Single
- uid: TinyLife.World.MapAudioEmitter.#ctor*
commentId: Overload:TinyLife.World.MapAudioEmitter.#ctor
2024-01-07 16:53:47 +01:00
href: TinyLife.World.MapAudioEmitter.html#TinyLife_World_MapAudioEmitter__ctor_Microsoft_Xna_Framework_Vector2_System_Single_
2023-10-11 16:05:32 +02:00
name: MapAudioEmitter
nameWithType: MapAudioEmitter.MapAudioEmitter
fullName: TinyLife.World.MapAudioEmitter.MapAudioEmitter
nameWithType.vb: MapAudioEmitter.New
fullName.vb: TinyLife.World.MapAudioEmitter.New
name.vb: New