mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 04:53:29 +01:00
exclude auto-generated doc files
This commit is contained in:
parent
9573682304
commit
139f9ff763
169 changed files with 1 additions and 167754 deletions
1
Docs/.gitignore
vendored
1
Docs/.gitignore
vendored
|
@ -7,3 +7,4 @@
|
|||
/**/bin/
|
||||
/**/obj/
|
||||
_site
|
||||
api
|
1132
Docs/api/.manifest
1132
Docs/api/.manifest
File diff suppressed because it is too large
Load diff
|
@ -1,485 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Animations.AnimationFrame
|
||||
commentId: T:MLEM.Animations.AnimationFrame
|
||||
id: AnimationFrame
|
||||
parent: MLEM.Animations
|
||||
children:
|
||||
- MLEM.Animations.AnimationFrame.#ctor(MLEM.Textures.TextureRegion,System.Double)
|
||||
- MLEM.Animations.AnimationFrame.Region
|
||||
- MLEM.Animations.AnimationFrame.Seconds
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: AnimationFrame
|
||||
nameWithType: AnimationFrame
|
||||
fullName: MLEM.Animations.AnimationFrame
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Animations/SpriteAnimation.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: AnimationFrame
|
||||
path: ../MLEM/Animations/SpriteAnimation.cs
|
||||
startLine: 151
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Animations
|
||||
summary: "\nRepresents a single frame of a <xref href=\"MLEM.Animations.SpriteAnimation\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public class AnimationFrame
|
||||
content.vb: Public Class AnimationFrame
|
||||
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
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: MLEM.Animations.AnimationFrame.Region
|
||||
commentId: F:MLEM.Animations.AnimationFrame.Region
|
||||
id: Region
|
||||
parent: MLEM.Animations.AnimationFrame
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Region
|
||||
nameWithType: AnimationFrame.Region
|
||||
fullName: MLEM.Animations.AnimationFrame.Region
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Animations/SpriteAnimation.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Region
|
||||
path: ../MLEM/Animations/SpriteAnimation.cs
|
||||
startLine: 156
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Animations
|
||||
summary: "\nThe texture region that this frame should render\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public readonly TextureRegion Region
|
||||
return:
|
||||
type: MLEM.Textures.TextureRegion
|
||||
content.vb: Public ReadOnly Region As TextureRegion
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Animations.AnimationFrame.Seconds
|
||||
commentId: F:MLEM.Animations.AnimationFrame.Seconds
|
||||
id: Seconds
|
||||
parent: MLEM.Animations.AnimationFrame
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Seconds
|
||||
nameWithType: AnimationFrame.Seconds
|
||||
fullName: MLEM.Animations.AnimationFrame.Seconds
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Animations/SpriteAnimation.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Seconds
|
||||
path: ../MLEM/Animations/SpriteAnimation.cs
|
||||
startLine: 160
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Animations
|
||||
summary: "\nThe total amount of seconds that this frame should last for\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public readonly double Seconds
|
||||
return:
|
||||
type: System.Double
|
||||
content.vb: Public ReadOnly Seconds As Double
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Animations.AnimationFrame.#ctor(MLEM.Textures.TextureRegion,System.Double)
|
||||
commentId: M:MLEM.Animations.AnimationFrame.#ctor(MLEM.Textures.TextureRegion,System.Double)
|
||||
id: '#ctor(MLEM.Textures.TextureRegion,System.Double)'
|
||||
parent: MLEM.Animations.AnimationFrame
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: AnimationFrame(TextureRegion, Double)
|
||||
nameWithType: AnimationFrame.AnimationFrame(TextureRegion, Double)
|
||||
fullName: MLEM.Animations.AnimationFrame.AnimationFrame(MLEM.Textures.TextureRegion, System.Double)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Animations/SpriteAnimation.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: .ctor
|
||||
path: ../MLEM/Animations/SpriteAnimation.cs
|
||||
startLine: 167
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Animations
|
||||
summary: "\nCreates a new animation frame based on a texture region and a time\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public AnimationFrame(TextureRegion region, double seconds)
|
||||
parameters:
|
||||
- id: region
|
||||
type: MLEM.Textures.TextureRegion
|
||||
description: The texture region that this frame should render
|
||||
- id: seconds
|
||||
type: System.Double
|
||||
description: The total amount of seconds that this frame should last for
|
||||
content.vb: Public Sub New(region As TextureRegion, seconds As Double)
|
||||
overload: MLEM.Animations.AnimationFrame.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: MLEM.Animations.SpriteAnimation
|
||||
commentId: T:MLEM.Animations.SpriteAnimation
|
||||
parent: MLEM.Animations
|
||||
name: SpriteAnimation
|
||||
nameWithType: SpriteAnimation
|
||||
fullName: MLEM.Animations.SpriteAnimation
|
||||
- uid: MLEM.Animations
|
||||
commentId: N:MLEM.Animations
|
||||
name: MLEM.Animations
|
||||
nameWithType: MLEM.Animations
|
||||
fullName: MLEM.Animations
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Textures.TextureRegion
|
||||
commentId: T:MLEM.Textures.TextureRegion
|
||||
parent: MLEM.Textures
|
||||
name: TextureRegion
|
||||
nameWithType: TextureRegion
|
||||
fullName: MLEM.Textures.TextureRegion
|
||||
- uid: MLEM.Textures
|
||||
commentId: N:MLEM.Textures
|
||||
name: MLEM.Textures
|
||||
nameWithType: MLEM.Textures
|
||||
fullName: MLEM.Textures
|
||||
- uid: System.Double
|
||||
commentId: T:System.Double
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Double
|
||||
nameWithType: Double
|
||||
fullName: System.Double
|
||||
- uid: MLEM.Animations.AnimationFrame.#ctor*
|
||||
commentId: Overload:MLEM.Animations.AnimationFrame.#ctor
|
||||
name: AnimationFrame
|
||||
nameWithType: AnimationFrame.AnimationFrame
|
||||
fullName: MLEM.Animations.AnimationFrame.AnimationFrame
|
|
@ -1,52 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Animations.SpriteAnimation.Completed
|
||||
commentId: T:MLEM.Animations.SpriteAnimation.Completed
|
||||
id: SpriteAnimation.Completed
|
||||
parent: MLEM.Animations
|
||||
children: []
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SpriteAnimation.Completed
|
||||
nameWithType: SpriteAnimation.Completed
|
||||
fullName: MLEM.Animations.SpriteAnimation.Completed
|
||||
type: Delegate
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Animations/SpriteAnimation.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Completed
|
||||
path: ../MLEM/Animations/SpriteAnimation.cs
|
||||
startLine: 144
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Animations
|
||||
summary: "\nA callback for when a sprite animation is completed.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public delegate void Completed(SpriteAnimation animation);
|
||||
parameters:
|
||||
- id: animation
|
||||
type: MLEM.Animations.SpriteAnimation
|
||||
description: The animation that has completed
|
||||
content.vb: Public Delegate Sub Completed(animation As SpriteAnimation)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- delegate
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Delegate
|
||||
references:
|
||||
- uid: MLEM.Animations
|
||||
commentId: N:MLEM.Animations
|
||||
name: MLEM.Animations
|
||||
nameWithType: MLEM.Animations
|
||||
fullName: MLEM.Animations
|
||||
- uid: MLEM.Animations.SpriteAnimation
|
||||
commentId: T:MLEM.Animations.SpriteAnimation
|
||||
parent: MLEM.Animations
|
||||
name: SpriteAnimation
|
||||
nameWithType: SpriteAnimation
|
||||
fullName: MLEM.Animations.SpriteAnimation
|
File diff suppressed because it is too large
Load diff
|
@ -1,61 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup.AnimationChanged
|
||||
commentId: T:MLEM.Animations.SpriteAnimationGroup.AnimationChanged
|
||||
id: SpriteAnimationGroup.AnimationChanged
|
||||
parent: MLEM.Animations
|
||||
children: []
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SpriteAnimationGroup.AnimationChanged
|
||||
nameWithType: SpriteAnimationGroup.AnimationChanged
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup.AnimationChanged
|
||||
type: Delegate
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Animations/SpriteAnimationGroup.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: AnimationChanged
|
||||
path: ../MLEM/Animations/SpriteAnimationGroup.cs
|
||||
startLine: 105
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Animations
|
||||
summary: "\nA callback delegate for when a <xref href=\"MLEM.Animations.SpriteAnimationGroup\" data-throw-if-not-resolved=\"false\"></xref>'s current animation changed.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public delegate void AnimationChanged(SpriteAnimation oldAnim, SpriteAnimation newAnim);
|
||||
parameters:
|
||||
- id: oldAnim
|
||||
type: MLEM.Animations.SpriteAnimation
|
||||
description: The previous animation
|
||||
- id: newAnim
|
||||
type: MLEM.Animations.SpriteAnimation
|
||||
description: The new animation
|
||||
content.vb: Public Delegate Sub AnimationChanged(oldAnim As SpriteAnimation, newAnim As SpriteAnimation)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- delegate
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Delegate
|
||||
references:
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup
|
||||
commentId: T:MLEM.Animations.SpriteAnimationGroup
|
||||
parent: MLEM.Animations
|
||||
name: SpriteAnimationGroup
|
||||
nameWithType: SpriteAnimationGroup
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup
|
||||
- uid: MLEM.Animations
|
||||
commentId: N:MLEM.Animations
|
||||
name: MLEM.Animations
|
||||
nameWithType: MLEM.Animations
|
||||
fullName: MLEM.Animations
|
||||
- uid: MLEM.Animations.SpriteAnimation
|
||||
commentId: T:MLEM.Animations.SpriteAnimation
|
||||
parent: MLEM.Animations
|
||||
name: SpriteAnimation
|
||||
nameWithType: SpriteAnimation
|
||||
fullName: MLEM.Animations.SpriteAnimation
|
|
@ -1,998 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup
|
||||
commentId: T:MLEM.Animations.SpriteAnimationGroup
|
||||
id: SpriteAnimationGroup
|
||||
parent: MLEM.Animations
|
||||
children:
|
||||
- MLEM.Animations.SpriteAnimationGroup.Add(MLEM.Animations.SpriteAnimation,System.Func{System.Boolean},System.Int32)
|
||||
- MLEM.Animations.SpriteAnimationGroup.ByName(System.String)
|
||||
- MLEM.Animations.SpriteAnimationGroup.CurrentAnimation
|
||||
- MLEM.Animations.SpriteAnimationGroup.CurrentFrame
|
||||
- MLEM.Animations.SpriteAnimationGroup.CurrentRegion
|
||||
- MLEM.Animations.SpriteAnimationGroup.OnAnimationChanged
|
||||
- MLEM.Animations.SpriteAnimationGroup.SpeedMultiplier
|
||||
- MLEM.Animations.SpriteAnimationGroup.Update(Microsoft.Xna.Framework.GameTime)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SpriteAnimationGroup
|
||||
nameWithType: SpriteAnimationGroup
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Animations/SpriteAnimationGroup.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: SpriteAnimationGroup
|
||||
path: ../MLEM/Animations/SpriteAnimationGroup.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Animations
|
||||
summary: "\nRepresents a list of <xref href=\"MLEM.Animations.SpriteAnimation\" data-throw-if-not-resolved=\"false\"></xref> objects with a condition and priority attached to them.\nSprite animation groups can be used if any single entity should have multiple animations (like up, down, left, right standing and running animations) that should be automatically managed.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public class SpriteAnimationGroup : GenericDataHolder'
|
||||
content.vb: >-
|
||||
Public Class SpriteAnimationGroup
|
||||
|
||||
Inherits GenericDataHolder
|
||||
inheritance:
|
||||
- System.Object
|
||||
- MLEM.Misc.GenericDataHolder
|
||||
inheritedMembers:
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
- MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
- 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
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup.CurrentAnimation
|
||||
commentId: P:MLEM.Animations.SpriteAnimationGroup.CurrentAnimation
|
||||
id: CurrentAnimation
|
||||
parent: MLEM.Animations.SpriteAnimationGroup
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CurrentAnimation
|
||||
nameWithType: SpriteAnimationGroup.CurrentAnimation
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup.CurrentAnimation
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Animations/SpriteAnimationGroup.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: CurrentAnimation
|
||||
path: ../MLEM/Animations/SpriteAnimationGroup.cs
|
||||
startLine: 29
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Animations
|
||||
summary: "\nThe animation that is currently playing\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public SpriteAnimation CurrentAnimation { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: MLEM.Animations.SpriteAnimation
|
||||
content.vb: Public ReadOnly Property CurrentAnimation As SpriteAnimation
|
||||
overload: MLEM.Animations.SpriteAnimationGroup.CurrentAnimation*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup.CurrentFrame
|
||||
commentId: P:MLEM.Animations.SpriteAnimationGroup.CurrentFrame
|
||||
id: CurrentFrame
|
||||
parent: MLEM.Animations.SpriteAnimationGroup
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CurrentFrame
|
||||
nameWithType: SpriteAnimationGroup.CurrentFrame
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup.CurrentFrame
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Animations/SpriteAnimationGroup.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: CurrentFrame
|
||||
path: ../MLEM/Animations/SpriteAnimationGroup.cs
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Animations
|
||||
summary: "\nThe frame that <xref href=\"MLEM.Animations.SpriteAnimationGroup.CurrentAnimation\" data-throw-if-not-resolved=\"false\"></xref> is displaying\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public AnimationFrame CurrentFrame { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: MLEM.Animations.AnimationFrame
|
||||
content.vb: Public ReadOnly Property CurrentFrame As AnimationFrame
|
||||
overload: MLEM.Animations.SpriteAnimationGroup.CurrentFrame*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup.CurrentRegion
|
||||
commentId: P:MLEM.Animations.SpriteAnimationGroup.CurrentRegion
|
||||
id: CurrentRegion
|
||||
parent: MLEM.Animations.SpriteAnimationGroup
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CurrentRegion
|
||||
nameWithType: SpriteAnimationGroup.CurrentRegion
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup.CurrentRegion
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Animations/SpriteAnimationGroup.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: CurrentRegion
|
||||
path: ../MLEM/Animations/SpriteAnimationGroup.cs
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Animations
|
||||
summary: "\nThe region that <xref href=\"MLEM.Animations.SpriteAnimationGroup.CurrentFrame\" data-throw-if-not-resolved=\"false\"></xref> has\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public TextureRegion CurrentRegion { get; }
|
||||
parameters: []
|
||||
return:
|
||||
type: MLEM.Textures.TextureRegion
|
||||
content.vb: Public ReadOnly Property CurrentRegion As TextureRegion
|
||||
overload: MLEM.Animations.SpriteAnimationGroup.CurrentRegion*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- get
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup.OnAnimationChanged
|
||||
commentId: E:MLEM.Animations.SpriteAnimationGroup.OnAnimationChanged
|
||||
id: OnAnimationChanged
|
||||
parent: MLEM.Animations.SpriteAnimationGroup
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: OnAnimationChanged
|
||||
nameWithType: SpriteAnimationGroup.OnAnimationChanged
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup.OnAnimationChanged
|
||||
type: Event
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Animations/SpriteAnimationGroup.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: OnAnimationChanged
|
||||
path: ../MLEM/Animations/SpriteAnimationGroup.cs
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Animations
|
||||
summary: "\nA callback for when the currently displaying animation has changed due to a condition with a higher priority being met. \n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public event SpriteAnimationGroup.AnimationChanged OnAnimationChanged
|
||||
return:
|
||||
type: MLEM.Animations.SpriteAnimationGroup.AnimationChanged
|
||||
content.vb: Public Event OnAnimationChanged As SpriteAnimationGroup.AnimationChanged
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup.SpeedMultiplier
|
||||
commentId: P:MLEM.Animations.SpriteAnimationGroup.SpeedMultiplier
|
||||
id: SpeedMultiplier
|
||||
parent: MLEM.Animations.SpriteAnimationGroup
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SpeedMultiplier
|
||||
nameWithType: SpriteAnimationGroup.SpeedMultiplier
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup.SpeedMultiplier
|
||||
type: Property
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Animations/SpriteAnimationGroup.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: SpeedMultiplier
|
||||
path: ../MLEM/Animations/SpriteAnimationGroup.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Animations
|
||||
example: []
|
||||
syntax:
|
||||
content: public float SpeedMultiplier { set; }
|
||||
parameters: []
|
||||
return:
|
||||
type: System.Single
|
||||
content.vb: Public WriteOnly Property SpeedMultiplier As Single
|
||||
overload: MLEM.Animations.SpriteAnimationGroup.SpeedMultiplier*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- set
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- WriteOnly
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup.Add(MLEM.Animations.SpriteAnimation,System.Func{System.Boolean},System.Int32)
|
||||
commentId: M:MLEM.Animations.SpriteAnimationGroup.Add(MLEM.Animations.SpriteAnimation,System.Func{System.Boolean},System.Int32)
|
||||
id: Add(MLEM.Animations.SpriteAnimation,System.Func{System.Boolean},System.Int32)
|
||||
parent: MLEM.Animations.SpriteAnimationGroup
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Add(SpriteAnimation, Func<Boolean>, Int32)
|
||||
nameWithType: SpriteAnimationGroup.Add(SpriteAnimation, Func<Boolean>, Int32)
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup.Add(MLEM.Animations.SpriteAnimation, System.Func<System.Boolean>, System.Int32)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Animations/SpriteAnimationGroup.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Add
|
||||
path: ../MLEM/Animations/SpriteAnimationGroup.cs
|
||||
startLine: 58
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Animations
|
||||
summary: "\nAdds a <xref href=\"MLEM.Animations.SpriteAnimation\" data-throw-if-not-resolved=\"false\"></xref> to this group.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public SpriteAnimationGroup Add(SpriteAnimation anim, Func<bool> condition, int priority = 0)
|
||||
parameters:
|
||||
- id: anim
|
||||
type: MLEM.Animations.SpriteAnimation
|
||||
description: The animation to add
|
||||
- id: condition
|
||||
type: System.Func{System.Boolean}
|
||||
description: The condition that needs to be met for this animation to play
|
||||
- id: priority
|
||||
type: System.Int32
|
||||
description: The priority of this animation. The higher the priority, the earlier it is picked for playing.
|
||||
return:
|
||||
type: MLEM.Animations.SpriteAnimationGroup
|
||||
description: This group, for chaining
|
||||
content.vb: Public Function Add(anim As SpriteAnimation, condition As Func(Of Boolean), priority As Integer = 0) As SpriteAnimationGroup
|
||||
overload: MLEM.Animations.SpriteAnimationGroup.Add*
|
||||
nameWithType.vb: SpriteAnimationGroup.Add(SpriteAnimation, Func(Of Boolean), Int32)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
fullName.vb: MLEM.Animations.SpriteAnimationGroup.Add(MLEM.Animations.SpriteAnimation, System.Func(Of System.Boolean), System.Int32)
|
||||
name.vb: Add(SpriteAnimation, Func(Of Boolean), Int32)
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup.Update(Microsoft.Xna.Framework.GameTime)
|
||||
commentId: M:MLEM.Animations.SpriteAnimationGroup.Update(Microsoft.Xna.Framework.GameTime)
|
||||
id: Update(Microsoft.Xna.Framework.GameTime)
|
||||
parent: MLEM.Animations.SpriteAnimationGroup
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Update(GameTime)
|
||||
nameWithType: SpriteAnimationGroup.Update(GameTime)
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup.Update(Microsoft.Xna.Framework.GameTime)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Animations/SpriteAnimationGroup.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Update
|
||||
path: ../MLEM/Animations/SpriteAnimationGroup.cs
|
||||
startLine: 65
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Animations
|
||||
example: []
|
||||
syntax:
|
||||
content: public void Update(GameTime time)
|
||||
parameters:
|
||||
- id: time
|
||||
type: Microsoft.Xna.Framework.GameTime
|
||||
content.vb: Public Sub Update(time As GameTime)
|
||||
overload: MLEM.Animations.SpriteAnimationGroup.Update*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup.ByName(System.String)
|
||||
commentId: M:MLEM.Animations.SpriteAnimationGroup.ByName(System.String)
|
||||
id: ByName(System.String)
|
||||
parent: MLEM.Animations.SpriteAnimationGroup
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ByName(String)
|
||||
nameWithType: SpriteAnimationGroup.ByName(String)
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup.ByName(System.String)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Animations/SpriteAnimationGroup.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: ByName
|
||||
path: ../MLEM/Animations/SpriteAnimationGroup.cs
|
||||
startLine: 76
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Animations
|
||||
summary: "\nFind an animation in this group by name and returns it.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public SpriteAnimation ByName(string name)
|
||||
parameters:
|
||||
- id: name
|
||||
type: System.String
|
||||
description: The <xref href="MLEM.Animations.SpriteAnimation.Name" data-throw-if-not-resolved="false"></xref> of the animation
|
||||
return:
|
||||
type: MLEM.Animations.SpriteAnimation
|
||||
description: The animation by that name, or <code>null</code> if there is none
|
||||
content.vb: Public Function ByName(name As String) As SpriteAnimation
|
||||
overload: MLEM.Animations.SpriteAnimationGroup.ByName*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: MLEM.Animations.SpriteAnimation
|
||||
commentId: T:MLEM.Animations.SpriteAnimation
|
||||
parent: MLEM.Animations
|
||||
name: SpriteAnimation
|
||||
nameWithType: SpriteAnimation
|
||||
fullName: MLEM.Animations.SpriteAnimation
|
||||
- uid: MLEM.Animations
|
||||
commentId: N:MLEM.Animations
|
||||
name: MLEM.Animations
|
||||
nameWithType: MLEM.Animations
|
||||
fullName: MLEM.Animations
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: MLEM.Misc.GenericDataHolder
|
||||
commentId: T:MLEM.Misc.GenericDataHolder
|
||||
parent: MLEM.Misc
|
||||
name: GenericDataHolder
|
||||
nameWithType: GenericDataHolder
|
||||
fullName: MLEM.Misc.GenericDataHolder
|
||||
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
parent: MLEM.Misc.GenericDataHolder
|
||||
isExternal: true
|
||||
name: SetData(String, Object)
|
||||
nameWithType: GenericDataHolder.SetData(String, Object)
|
||||
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
name: SetData
|
||||
nameWithType: GenericDataHolder.SetData
|
||||
fullName: MLEM.Misc.GenericDataHolder.SetData
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
name: SetData
|
||||
nameWithType: GenericDataHolder.SetData
|
||||
fullName: MLEM.Misc.GenericDataHolder.SetData
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
parent: MLEM.Misc.GenericDataHolder
|
||||
isExternal: true
|
||||
name: GetData<T>(String)
|
||||
nameWithType: GenericDataHolder.GetData<T>(String)
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
|
||||
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
|
||||
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
|
||||
name.vb: GetData(Of T)(String)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
name: GetData<T>
|
||||
nameWithType: GenericDataHolder.GetData<T>
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
name: GetData(Of T)
|
||||
nameWithType: GenericDataHolder.GetData(Of T)
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
parent: MLEM.Misc.GenericDataHolder
|
||||
name: GetDataKeys()
|
||||
nameWithType: GenericDataHolder.GetDataKeys()
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
name: GetDataKeys
|
||||
nameWithType: GenericDataHolder.GetDataKeys
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
name: GetDataKeys
|
||||
nameWithType: GenericDataHolder.GetDataKeys
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Misc
|
||||
commentId: N:MLEM.Misc
|
||||
name: MLEM.Misc
|
||||
nameWithType: MLEM.Misc
|
||||
fullName: MLEM.Misc
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup.CurrentAnimation*
|
||||
commentId: Overload:MLEM.Animations.SpriteAnimationGroup.CurrentAnimation
|
||||
name: CurrentAnimation
|
||||
nameWithType: SpriteAnimationGroup.CurrentAnimation
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup.CurrentAnimation
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup.CurrentAnimation
|
||||
commentId: P:MLEM.Animations.SpriteAnimationGroup.CurrentAnimation
|
||||
isExternal: true
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup.CurrentFrame*
|
||||
commentId: Overload:MLEM.Animations.SpriteAnimationGroup.CurrentFrame
|
||||
name: CurrentFrame
|
||||
nameWithType: SpriteAnimationGroup.CurrentFrame
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup.CurrentFrame
|
||||
- uid: MLEM.Animations.AnimationFrame
|
||||
commentId: T:MLEM.Animations.AnimationFrame
|
||||
parent: MLEM.Animations
|
||||
name: AnimationFrame
|
||||
nameWithType: AnimationFrame
|
||||
fullName: MLEM.Animations.AnimationFrame
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup.CurrentFrame
|
||||
commentId: P:MLEM.Animations.SpriteAnimationGroup.CurrentFrame
|
||||
isExternal: true
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup.CurrentRegion*
|
||||
commentId: Overload:MLEM.Animations.SpriteAnimationGroup.CurrentRegion
|
||||
name: CurrentRegion
|
||||
nameWithType: SpriteAnimationGroup.CurrentRegion
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup.CurrentRegion
|
||||
- uid: MLEM.Textures.TextureRegion
|
||||
commentId: T:MLEM.Textures.TextureRegion
|
||||
parent: MLEM.Textures
|
||||
name: TextureRegion
|
||||
nameWithType: TextureRegion
|
||||
fullName: MLEM.Textures.TextureRegion
|
||||
- uid: MLEM.Textures
|
||||
commentId: N:MLEM.Textures
|
||||
name: MLEM.Textures
|
||||
nameWithType: MLEM.Textures
|
||||
fullName: MLEM.Textures
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup.AnimationChanged
|
||||
commentId: T:MLEM.Animations.SpriteAnimationGroup.AnimationChanged
|
||||
parent: MLEM.Animations
|
||||
name: SpriteAnimationGroup.AnimationChanged
|
||||
nameWithType: SpriteAnimationGroup.AnimationChanged
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup.AnimationChanged
|
||||
- uid: MLEM.Animations.SpriteAnimation.SpeedMultiplier
|
||||
commentId: F:MLEM.Animations.SpriteAnimation.SpeedMultiplier
|
||||
isExternal: true
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup.SpeedMultiplier*
|
||||
commentId: Overload:MLEM.Animations.SpriteAnimationGroup.SpeedMultiplier
|
||||
name: SpeedMultiplier
|
||||
nameWithType: SpriteAnimationGroup.SpeedMultiplier
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup.SpeedMultiplier
|
||||
- uid: System.Single
|
||||
commentId: T:System.Single
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup.Add*
|
||||
commentId: Overload:MLEM.Animations.SpriteAnimationGroup.Add
|
||||
name: Add
|
||||
nameWithType: SpriteAnimationGroup.Add
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup.Add
|
||||
- uid: System.Func{System.Boolean}
|
||||
commentId: T:System.Func{System.Boolean}
|
||||
parent: System
|
||||
definition: System.Func`1
|
||||
name: Func<Boolean>
|
||||
nameWithType: Func<Boolean>
|
||||
fullName: System.Func<System.Boolean>
|
||||
nameWithType.vb: Func(Of Boolean)
|
||||
fullName.vb: System.Func(Of System.Boolean)
|
||||
name.vb: Func(Of Boolean)
|
||||
spec.csharp:
|
||||
- uid: System.Func`1
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Func`1
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Int32
|
||||
commentId: T:System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup
|
||||
commentId: T:MLEM.Animations.SpriteAnimationGroup
|
||||
parent: MLEM.Animations
|
||||
name: SpriteAnimationGroup
|
||||
nameWithType: SpriteAnimationGroup
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup
|
||||
- uid: System.Func`1
|
||||
commentId: T:System.Func`1
|
||||
isExternal: true
|
||||
name: Func<TResult>
|
||||
nameWithType: Func<TResult>
|
||||
fullName: System.Func<TResult>
|
||||
nameWithType.vb: Func(Of TResult)
|
||||
fullName.vb: System.Func(Of TResult)
|
||||
name.vb: Func(Of TResult)
|
||||
spec.csharp:
|
||||
- uid: System.Func`1
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: TResult
|
||||
nameWithType: TResult
|
||||
fullName: TResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Func`1
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: TResult
|
||||
nameWithType: TResult
|
||||
fullName: TResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Animations.SpriteAnimation.Update(Microsoft.Xna.Framework.GameTime)
|
||||
commentId: M:MLEM.Animations.SpriteAnimation.Update(Microsoft.Xna.Framework.GameTime)
|
||||
isExternal: true
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup.Update*
|
||||
commentId: Overload:MLEM.Animations.SpriteAnimationGroup.Update
|
||||
name: Update
|
||||
nameWithType: SpriteAnimationGroup.Update
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup.Update
|
||||
- uid: Microsoft.Xna.Framework.GameTime
|
||||
commentId: T:Microsoft.Xna.Framework.GameTime
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: GameTime
|
||||
nameWithType: GameTime
|
||||
fullName: Microsoft.Xna.Framework.GameTime
|
||||
- uid: Microsoft.Xna.Framework
|
||||
commentId: N:Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework
|
||||
nameWithType: Microsoft.Xna.Framework
|
||||
fullName: Microsoft.Xna.Framework
|
||||
- uid: MLEM.Animations.SpriteAnimation.Name
|
||||
commentId: F:MLEM.Animations.SpriteAnimation.Name
|
||||
isExternal: true
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup.ByName*
|
||||
commentId: Overload:MLEM.Animations.SpriteAnimationGroup.ByName
|
||||
name: ByName
|
||||
nameWithType: SpriteAnimationGroup.ByName
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup.ByName
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
|
@ -1,56 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Animations
|
||||
commentId: N:MLEM.Animations
|
||||
id: MLEM.Animations
|
||||
children:
|
||||
- MLEM.Animations.AnimationFrame
|
||||
- MLEM.Animations.SpriteAnimation
|
||||
- MLEM.Animations.SpriteAnimation.Completed
|
||||
- MLEM.Animations.SpriteAnimationGroup
|
||||
- MLEM.Animations.SpriteAnimationGroup.AnimationChanged
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MLEM.Animations
|
||||
nameWithType: MLEM.Animations
|
||||
fullName: MLEM.Animations
|
||||
type: Namespace
|
||||
assemblies:
|
||||
- MLEM
|
||||
references:
|
||||
- uid: MLEM.Animations.SpriteAnimation
|
||||
commentId: T:MLEM.Animations.SpriteAnimation
|
||||
parent: MLEM.Animations
|
||||
name: SpriteAnimation
|
||||
nameWithType: SpriteAnimation
|
||||
fullName: MLEM.Animations.SpriteAnimation
|
||||
- uid: MLEM.Animations.SpriteAnimation.Completed
|
||||
commentId: T:MLEM.Animations.SpriteAnimation.Completed
|
||||
parent: MLEM.Animations
|
||||
name: SpriteAnimation.Completed
|
||||
nameWithType: SpriteAnimation.Completed
|
||||
fullName: MLEM.Animations.SpriteAnimation.Completed
|
||||
- uid: MLEM.Animations.AnimationFrame
|
||||
commentId: T:MLEM.Animations.AnimationFrame
|
||||
parent: MLEM.Animations
|
||||
name: AnimationFrame
|
||||
nameWithType: AnimationFrame
|
||||
fullName: MLEM.Animations.AnimationFrame
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup
|
||||
commentId: T:MLEM.Animations.SpriteAnimationGroup
|
||||
parent: MLEM.Animations
|
||||
name: SpriteAnimationGroup
|
||||
nameWithType: SpriteAnimationGroup
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup
|
||||
- uid: MLEM.Animations.SpriteAnimationGroup.AnimationChanged
|
||||
commentId: T:MLEM.Animations.SpriteAnimationGroup.AnimationChanged
|
||||
parent: MLEM.Animations
|
||||
name: SpriteAnimationGroup.AnimationChanged
|
||||
nameWithType: SpriteAnimationGroup.AnimationChanged
|
||||
fullName: MLEM.Animations.SpriteAnimationGroup.AnimationChanged
|
||||
- uid: MLEM.Animations
|
||||
commentId: N:MLEM.Animations
|
||||
name: MLEM.Animations
|
||||
nameWithType: MLEM.Animations
|
||||
fullName: MLEM.Animations
|
File diff suppressed because it is too large
Load diff
|
@ -1,22 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Cameras
|
||||
commentId: N:MLEM.Cameras
|
||||
id: MLEM.Cameras
|
||||
children:
|
||||
- MLEM.Cameras.Camera
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MLEM.Cameras
|
||||
nameWithType: MLEM.Cameras
|
||||
fullName: MLEM.Cameras
|
||||
type: Namespace
|
||||
assemblies:
|
||||
- MLEM
|
||||
references:
|
||||
- uid: MLEM.Cameras.Camera
|
||||
commentId: T:MLEM.Cameras.Camera
|
||||
name: Camera
|
||||
nameWithType: Camera
|
||||
fullName: MLEM.Cameras.Camera
|
File diff suppressed because it is too large
Load diff
|
@ -1,762 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Content.RawContentReader`1
|
||||
commentId: T:MLEM.Content.RawContentReader`1
|
||||
id: RawContentReader`1
|
||||
parent: MLEM.Content
|
||||
children:
|
||||
- MLEM.Content.RawContentReader`1.CanRead(System.Type)
|
||||
- MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0)
|
||||
- MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: RawContentReader<T>
|
||||
nameWithType: RawContentReader<T>
|
||||
fullName: MLEM.Content.RawContentReader<T>
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Content/RawContentReader.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: RawContentReader
|
||||
path: ../MLEM/Content/RawContentReader.cs
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Content
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public abstract class RawContentReader<T> : RawContentReader'
|
||||
typeParameters:
|
||||
- id: T
|
||||
content.vb: >-
|
||||
Public MustInherit Class RawContentReader(Of T)
|
||||
|
||||
Inherits RawContentReader
|
||||
inheritance:
|
||||
- System.Object
|
||||
- MLEM.Content.RawContentReader
|
||||
derivedClasses:
|
||||
- MLEM.Content.SongReader
|
||||
- MLEM.Content.SoundEffectReader
|
||||
- MLEM.Content.Texture2DReader
|
||||
inheritedMembers:
|
||||
- MLEM.Content.RawContentReader.GetFileExtensions
|
||||
- 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
|
||||
nameWithType.vb: RawContentReader(Of T)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- abstract
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- MustInherit
|
||||
- Class
|
||||
fullName.vb: MLEM.Content.RawContentReader(Of T)
|
||||
name.vb: RawContentReader(Of T)
|
||||
- uid: MLEM.Content.RawContentReader`1.CanRead(System.Type)
|
||||
commentId: M:MLEM.Content.RawContentReader`1.CanRead(System.Type)
|
||||
id: CanRead(System.Type)
|
||||
parent: MLEM.Content.RawContentReader`1
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CanRead(Type)
|
||||
nameWithType: RawContentReader<T>.CanRead(Type)
|
||||
fullName: MLEM.Content.RawContentReader<T>.CanRead(System.Type)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Content/RawContentReader.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: CanRead
|
||||
path: ../MLEM/Content/RawContentReader.cs
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Content
|
||||
example: []
|
||||
syntax:
|
||||
content: public override bool CanRead(Type t)
|
||||
parameters:
|
||||
- id: t
|
||||
type: System.Type
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public Overrides Function CanRead(t As Type) As Boolean
|
||||
overridden: MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
overload: MLEM.Content.RawContentReader`1.CanRead*
|
||||
nameWithType.vb: RawContentReader(Of T).CanRead(Type)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
fullName.vb: MLEM.Content.RawContentReader(Of T).CanRead(System.Type)
|
||||
- uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
commentId: M:MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
id: Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
parent: MLEM.Content.RawContentReader`1
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Read(RawContentManager, String, Stream, Type, Object)
|
||||
nameWithType: RawContentReader<T>.Read(RawContentManager, String, Stream, Type, Object)
|
||||
fullName: MLEM.Content.RawContentReader<T>.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Content/RawContentReader.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Read
|
||||
path: ../MLEM/Content/RawContentReader.cs
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Content
|
||||
example: []
|
||||
syntax:
|
||||
content: public override object Read(RawContentManager manager, string assetPath, Stream stream, Type t, object existing)
|
||||
parameters:
|
||||
- id: manager
|
||||
type: MLEM.Content.RawContentManager
|
||||
- id: assetPath
|
||||
type: System.String
|
||||
- id: stream
|
||||
type: System.IO.Stream
|
||||
- id: t
|
||||
type: System.Type
|
||||
- id: existing
|
||||
type: System.Object
|
||||
return:
|
||||
type: System.Object
|
||||
content.vb: Public Overrides Function Read(manager As RawContentManager, assetPath As String, stream As Stream, t As Type, existing As Object) As Object
|
||||
overridden: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
overload: MLEM.Content.RawContentReader`1.Read*
|
||||
nameWithType.vb: RawContentReader(Of T).Read(RawContentManager, String, Stream, Type, Object)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
fullName.vb: MLEM.Content.RawContentReader(Of T).Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object)
|
||||
- uid: MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0)
|
||||
commentId: M:MLEM.Content.RawContentReader`1.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0)
|
||||
id: Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,`0)
|
||||
parent: MLEM.Content.RawContentReader`1
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Read(RawContentManager, String, Stream, T)
|
||||
nameWithType: RawContentReader<T>.Read(RawContentManager, String, Stream, T)
|
||||
fullName: MLEM.Content.RawContentReader<T>.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, T)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Content/RawContentReader.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Read
|
||||
path: ../MLEM/Content/RawContentReader.cs
|
||||
startLine: 57
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Content
|
||||
summary: "\nReads the content file that is represented by our generic type from disk.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: protected abstract T Read(RawContentManager manager, string assetPath, Stream stream, T existing)
|
||||
parameters:
|
||||
- id: manager
|
||||
type: MLEM.Content.RawContentManager
|
||||
description: The <xref href="MLEM.Content.RawContentManager" data-throw-if-not-resolved="false"></xref> that is loading the asset
|
||||
- id: assetPath
|
||||
type: System.String
|
||||
description: The full path to the asset, starting from the <xref href="Microsoft.Xna.Framework.Content.ContentManager.RootDirectory" data-throw-if-not-resolved="false"></xref>
|
||||
- id: stream
|
||||
type: System.IO.Stream
|
||||
description: A stream that leads to this asset
|
||||
- id: existing
|
||||
type: '{T}'
|
||||
description: If this asset is being reloaded, this value contains the previous version of the asset.
|
||||
return:
|
||||
type: '{T}'
|
||||
description: The loaded asset
|
||||
content.vb: Protected MustOverride Function Read(manager As RawContentManager, assetPath As String, stream As Stream, existing As T) As T
|
||||
overload: MLEM.Content.RawContentReader`1.Read*
|
||||
nameWithType.vb: RawContentReader(Of T).Read(RawContentManager, String, Stream, T)
|
||||
modifiers.csharp:
|
||||
- protected
|
||||
- abstract
|
||||
modifiers.vb:
|
||||
- Protected
|
||||
- MustOverride
|
||||
fullName.vb: MLEM.Content.RawContentReader(Of T).Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, T)
|
||||
references:
|
||||
- uid: MLEM.Content
|
||||
commentId: N:MLEM.Content
|
||||
name: MLEM.Content
|
||||
nameWithType: MLEM.Content
|
||||
fullName: MLEM.Content
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: MLEM.Content.RawContentReader
|
||||
commentId: T:MLEM.Content.RawContentReader
|
||||
parent: MLEM.Content
|
||||
name: RawContentReader
|
||||
nameWithType: RawContentReader
|
||||
fullName: MLEM.Content.RawContentReader
|
||||
- uid: MLEM.Content.RawContentReader.GetFileExtensions
|
||||
commentId: M:MLEM.Content.RawContentReader.GetFileExtensions
|
||||
parent: MLEM.Content.RawContentReader
|
||||
name: GetFileExtensions()
|
||||
nameWithType: RawContentReader.GetFileExtensions()
|
||||
fullName: MLEM.Content.RawContentReader.GetFileExtensions()
|
||||
spec.csharp:
|
||||
- uid: MLEM.Content.RawContentReader.GetFileExtensions
|
||||
name: GetFileExtensions
|
||||
nameWithType: RawContentReader.GetFileExtensions
|
||||
fullName: MLEM.Content.RawContentReader.GetFileExtensions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Content.RawContentReader.GetFileExtensions
|
||||
name: GetFileExtensions
|
||||
nameWithType: RawContentReader.GetFileExtensions
|
||||
fullName: MLEM.Content.RawContentReader.GetFileExtensions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
commentId: M:MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
parent: MLEM.Content.RawContentReader
|
||||
isExternal: true
|
||||
name: CanRead(Type)
|
||||
nameWithType: RawContentReader.CanRead(Type)
|
||||
fullName: MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
name: CanRead
|
||||
nameWithType: RawContentReader.CanRead
|
||||
fullName: MLEM.Content.RawContentReader.CanRead
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Type
|
||||
name: Type
|
||||
nameWithType: Type
|
||||
fullName: System.Type
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
name: CanRead
|
||||
nameWithType: RawContentReader.CanRead
|
||||
fullName: MLEM.Content.RawContentReader.CanRead
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Type
|
||||
name: Type
|
||||
nameWithType: Type
|
||||
fullName: System.Type
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Content.RawContentReader`1.CanRead*
|
||||
commentId: Overload:MLEM.Content.RawContentReader`1.CanRead
|
||||
name: CanRead
|
||||
nameWithType: RawContentReader<T>.CanRead
|
||||
fullName: MLEM.Content.RawContentReader<T>.CanRead
|
||||
nameWithType.vb: RawContentReader(Of T).CanRead
|
||||
fullName.vb: MLEM.Content.RawContentReader(Of T).CanRead
|
||||
- uid: System.Type
|
||||
commentId: T:System.Type
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Type
|
||||
nameWithType: Type
|
||||
fullName: System.Type
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
commentId: M:MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
parent: MLEM.Content.RawContentReader
|
||||
isExternal: true
|
||||
name: Read(RawContentManager, String, Stream, Type, Object)
|
||||
nameWithType: RawContentReader.Read(RawContentManager, String, Stream, Type, Object)
|
||||
fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
name: Read
|
||||
nameWithType: RawContentReader.Read
|
||||
fullName: MLEM.Content.RawContentReader.Read
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Content.RawContentManager
|
||||
name: RawContentManager
|
||||
nameWithType: RawContentManager
|
||||
fullName: MLEM.Content.RawContentManager
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.IO.Stream
|
||||
name: Stream
|
||||
nameWithType: Stream
|
||||
fullName: System.IO.Stream
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Type
|
||||
name: Type
|
||||
nameWithType: Type
|
||||
fullName: System.Type
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
name: Read
|
||||
nameWithType: RawContentReader.Read
|
||||
fullName: MLEM.Content.RawContentReader.Read
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Content.RawContentManager
|
||||
name: RawContentManager
|
||||
nameWithType: RawContentManager
|
||||
fullName: MLEM.Content.RawContentManager
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.IO.Stream
|
||||
name: Stream
|
||||
nameWithType: Stream
|
||||
fullName: System.IO.Stream
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Type
|
||||
name: Type
|
||||
nameWithType: Type
|
||||
fullName: System.Type
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Content.RawContentReader`1.Read*
|
||||
commentId: Overload:MLEM.Content.RawContentReader`1.Read
|
||||
name: Read
|
||||
nameWithType: RawContentReader<T>.Read
|
||||
fullName: MLEM.Content.RawContentReader<T>.Read
|
||||
nameWithType.vb: RawContentReader(Of T).Read
|
||||
fullName.vb: MLEM.Content.RawContentReader(Of T).Read
|
||||
- uid: MLEM.Content.RawContentManager
|
||||
commentId: T:MLEM.Content.RawContentManager
|
||||
parent: MLEM.Content
|
||||
name: RawContentManager
|
||||
nameWithType: RawContentManager
|
||||
fullName: MLEM.Content.RawContentManager
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: System.IO.Stream
|
||||
commentId: T:System.IO.Stream
|
||||
parent: System.IO
|
||||
isExternal: true
|
||||
name: Stream
|
||||
nameWithType: Stream
|
||||
fullName: System.IO.Stream
|
||||
- uid: System.IO
|
||||
commentId: N:System.IO
|
||||
isExternal: true
|
||||
name: System.IO
|
||||
nameWithType: System.IO
|
||||
fullName: System.IO
|
||||
- uid: Microsoft.Xna.Framework.Content.ContentManager.RootDirectory
|
||||
commentId: P:Microsoft.Xna.Framework.Content.ContentManager.RootDirectory
|
||||
parent: Microsoft.Xna.Framework.Content.ContentManager
|
||||
isExternal: true
|
||||
name: RootDirectory
|
||||
nameWithType: ContentManager.RootDirectory
|
||||
fullName: Microsoft.Xna.Framework.Content.ContentManager.RootDirectory
|
||||
- uid: '{T}'
|
||||
commentId: '!:T'
|
||||
definition: T
|
||||
name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- uid: Microsoft.Xna.Framework.Content.ContentManager
|
||||
commentId: T:Microsoft.Xna.Framework.Content.ContentManager
|
||||
parent: Microsoft.Xna.Framework.Content
|
||||
isExternal: true
|
||||
name: ContentManager
|
||||
nameWithType: ContentManager
|
||||
fullName: Microsoft.Xna.Framework.Content.ContentManager
|
||||
- uid: T
|
||||
name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- uid: Microsoft.Xna.Framework.Content
|
||||
commentId: N:Microsoft.Xna.Framework.Content
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework.Content
|
||||
nameWithType: Microsoft.Xna.Framework.Content
|
||||
fullName: Microsoft.Xna.Framework.Content
|
|
@ -1,585 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Content.RawContentReader
|
||||
commentId: T:MLEM.Content.RawContentReader
|
||||
id: RawContentReader
|
||||
parent: MLEM.Content
|
||||
children:
|
||||
- MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
- MLEM.Content.RawContentReader.GetFileExtensions
|
||||
- MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: RawContentReader
|
||||
nameWithType: RawContentReader
|
||||
fullName: MLEM.Content.RawContentReader
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Content/RawContentReader.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: RawContentReader
|
||||
path: ../MLEM/Content/RawContentReader.cs
|
||||
startLine: 8
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Content
|
||||
summary: "\nRepresents a way for any kind of raw content file to be read using a <xref href=\"MLEM.Content.RawContentManager\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public abstract class RawContentReader
|
||||
content.vb: Public MustInherit Class RawContentReader
|
||||
inheritance:
|
||||
- System.Object
|
||||
derivedClasses:
|
||||
- MLEM.Content.RawContentReader`1
|
||||
- MLEM.Content.XmlReader
|
||||
- MLEM.Data.Json.RawJsonReader
|
||||
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
|
||||
- abstract
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- MustInherit
|
||||
- Class
|
||||
- uid: MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
commentId: M:MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
id: CanRead(System.Type)
|
||||
parent: MLEM.Content.RawContentReader
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CanRead(Type)
|
||||
nameWithType: RawContentReader.CanRead(Type)
|
||||
fullName: MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Content/RawContentReader.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: CanRead
|
||||
path: ../MLEM/Content/RawContentReader.cs
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Content
|
||||
summary: "\nReturns if the given type can be loaded by this content reader\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public abstract bool CanRead(Type t)
|
||||
parameters:
|
||||
- id: t
|
||||
type: System.Type
|
||||
description: The type of asset
|
||||
return:
|
||||
type: System.Boolean
|
||||
description: If the type can be loaded by this content reader
|
||||
content.vb: Public MustOverride Function CanRead(t As Type) As Boolean
|
||||
overload: MLEM.Content.RawContentReader.CanRead*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- abstract
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- MustOverride
|
||||
- uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
commentId: M:MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
id: Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
parent: MLEM.Content.RawContentReader
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Read(RawContentManager, String, Stream, Type, Object)
|
||||
nameWithType: RawContentReader.Read(RawContentManager, String, Stream, Type, Object)
|
||||
fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Content/RawContentReader.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Read
|
||||
path: ../MLEM/Content/RawContentReader.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Content
|
||||
summary: "\nReads the content file from disk and returns it.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public abstract object Read(RawContentManager manager, string assetPath, Stream stream, Type t, object existing)
|
||||
parameters:
|
||||
- id: manager
|
||||
type: MLEM.Content.RawContentManager
|
||||
description: The <xref href="MLEM.Content.RawContentManager" data-throw-if-not-resolved="false"></xref> that is loading the asset
|
||||
- id: assetPath
|
||||
type: System.String
|
||||
description: The full path to the asset, starting from the <xref href="Microsoft.Xna.Framework.Content.ContentManager.RootDirectory" data-throw-if-not-resolved="false"></xref>
|
||||
- id: stream
|
||||
type: System.IO.Stream
|
||||
description: A stream that leads to this asset
|
||||
- id: t
|
||||
type: System.Type
|
||||
description: The type of asset to load
|
||||
- id: existing
|
||||
type: System.Object
|
||||
description: If this asset is being reloaded, this value contains the previous version of the asset.
|
||||
return:
|
||||
type: System.Object
|
||||
description: The loaded asset
|
||||
content.vb: Public MustOverride Function Read(manager As RawContentManager, assetPath As String, stream As Stream, t As Type, existing As Object) As Object
|
||||
overload: MLEM.Content.RawContentReader.Read*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- abstract
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- MustOverride
|
||||
- uid: MLEM.Content.RawContentReader.GetFileExtensions
|
||||
commentId: M:MLEM.Content.RawContentReader.GetFileExtensions
|
||||
id: GetFileExtensions
|
||||
parent: MLEM.Content.RawContentReader
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetFileExtensions()
|
||||
nameWithType: RawContentReader.GetFileExtensions()
|
||||
fullName: MLEM.Content.RawContentReader.GetFileExtensions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Content/RawContentReader.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GetFileExtensions
|
||||
path: ../MLEM/Content/RawContentReader.cs
|
||||
startLine: 32
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Content
|
||||
summary: "\nRepresents the list of file extensions that this reader can read from.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public abstract string[] GetFileExtensions()
|
||||
return:
|
||||
type: System.String[]
|
||||
description: The list of valid extensions
|
||||
content.vb: Public MustOverride Function GetFileExtensions As String()
|
||||
overload: MLEM.Content.RawContentReader.GetFileExtensions*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- abstract
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- MustOverride
|
||||
references:
|
||||
- uid: MLEM.Content.RawContentManager
|
||||
commentId: T:MLEM.Content.RawContentManager
|
||||
parent: MLEM.Content
|
||||
name: RawContentManager
|
||||
nameWithType: RawContentManager
|
||||
fullName: MLEM.Content.RawContentManager
|
||||
- uid: MLEM.Content
|
||||
commentId: N:MLEM.Content
|
||||
name: MLEM.Content
|
||||
nameWithType: MLEM.Content
|
||||
fullName: MLEM.Content
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Content.RawContentReader.CanRead*
|
||||
commentId: Overload:MLEM.Content.RawContentReader.CanRead
|
||||
name: CanRead
|
||||
nameWithType: RawContentReader.CanRead
|
||||
fullName: MLEM.Content.RawContentReader.CanRead
|
||||
- uid: System.Type
|
||||
commentId: T:System.Type
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Type
|
||||
nameWithType: Type
|
||||
fullName: System.Type
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Microsoft.Xna.Framework.Content.ContentManager.RootDirectory
|
||||
commentId: P:Microsoft.Xna.Framework.Content.ContentManager.RootDirectory
|
||||
parent: Microsoft.Xna.Framework.Content.ContentManager
|
||||
isExternal: true
|
||||
name: RootDirectory
|
||||
nameWithType: ContentManager.RootDirectory
|
||||
fullName: Microsoft.Xna.Framework.Content.ContentManager.RootDirectory
|
||||
- uid: MLEM.Content.RawContentReader.Read*
|
||||
commentId: Overload:MLEM.Content.RawContentReader.Read
|
||||
name: Read
|
||||
nameWithType: RawContentReader.Read
|
||||
fullName: MLEM.Content.RawContentReader.Read
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: System.IO.Stream
|
||||
commentId: T:System.IO.Stream
|
||||
parent: System.IO
|
||||
isExternal: true
|
||||
name: Stream
|
||||
nameWithType: Stream
|
||||
fullName: System.IO.Stream
|
||||
- uid: Microsoft.Xna.Framework.Content.ContentManager
|
||||
commentId: T:Microsoft.Xna.Framework.Content.ContentManager
|
||||
parent: Microsoft.Xna.Framework.Content
|
||||
isExternal: true
|
||||
name: ContentManager
|
||||
nameWithType: ContentManager
|
||||
fullName: Microsoft.Xna.Framework.Content.ContentManager
|
||||
- uid: System.IO
|
||||
commentId: N:System.IO
|
||||
isExternal: true
|
||||
name: System.IO
|
||||
nameWithType: System.IO
|
||||
fullName: System.IO
|
||||
- uid: Microsoft.Xna.Framework.Content
|
||||
commentId: N:Microsoft.Xna.Framework.Content
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework.Content
|
||||
nameWithType: Microsoft.Xna.Framework.Content
|
||||
fullName: Microsoft.Xna.Framework.Content
|
||||
- uid: MLEM.Content.RawContentReader.GetFileExtensions*
|
||||
commentId: Overload:MLEM.Content.RawContentReader.GetFileExtensions
|
||||
name: GetFileExtensions
|
||||
nameWithType: RawContentReader.GetFileExtensions
|
||||
fullName: MLEM.Content.RawContentReader.GetFileExtensions
|
||||
- uid: System.String[]
|
||||
isExternal: true
|
||||
name: String[]
|
||||
nameWithType: String[]
|
||||
fullName: System.String[]
|
||||
nameWithType.vb: String()
|
||||
fullName.vb: System.String()
|
||||
name.vb: String()
|
||||
spec.csharp:
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
spec.vb:
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,727 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Content.XmlReader
|
||||
commentId: T:MLEM.Content.XmlReader
|
||||
id: XmlReader
|
||||
parent: MLEM.Content
|
||||
children:
|
||||
- MLEM.Content.XmlReader.CanRead(System.Type)
|
||||
- MLEM.Content.XmlReader.GetFileExtensions
|
||||
- MLEM.Content.XmlReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: XmlReader
|
||||
nameWithType: XmlReader
|
||||
fullName: MLEM.Content.XmlReader
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Content/XmlReader.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: XmlReader
|
||||
path: ../MLEM/Content/XmlReader.cs
|
||||
startLine: 6
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Content
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public class XmlReader : RawContentReader'
|
||||
content.vb: >-
|
||||
Public Class XmlReader
|
||||
|
||||
Inherits RawContentReader
|
||||
inheritance:
|
||||
- System.Object
|
||||
- MLEM.Content.RawContentReader
|
||||
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
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: MLEM.Content.XmlReader.CanRead(System.Type)
|
||||
commentId: M:MLEM.Content.XmlReader.CanRead(System.Type)
|
||||
id: CanRead(System.Type)
|
||||
parent: MLEM.Content.XmlReader
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CanRead(Type)
|
||||
nameWithType: XmlReader.CanRead(Type)
|
||||
fullName: MLEM.Content.XmlReader.CanRead(System.Type)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Content/XmlReader.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: CanRead
|
||||
path: ../MLEM/Content/XmlReader.cs
|
||||
startLine: 9
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Content
|
||||
example: []
|
||||
syntax:
|
||||
content: public override bool CanRead(Type t)
|
||||
parameters:
|
||||
- id: t
|
||||
type: System.Type
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public Overrides Function CanRead(t As Type) As Boolean
|
||||
overridden: MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
overload: MLEM.Content.XmlReader.CanRead*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
- uid: MLEM.Content.XmlReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
commentId: M:MLEM.Content.XmlReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
id: Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
parent: MLEM.Content.XmlReader
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Read(RawContentManager, String, Stream, Type, Object)
|
||||
nameWithType: XmlReader.Read(RawContentManager, String, Stream, Type, Object)
|
||||
fullName: MLEM.Content.XmlReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Content/XmlReader.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Read
|
||||
path: ../MLEM/Content/XmlReader.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Content
|
||||
example: []
|
||||
syntax:
|
||||
content: public override object Read(RawContentManager manager, string assetPath, Stream stream, Type t, object existing)
|
||||
parameters:
|
||||
- id: manager
|
||||
type: MLEM.Content.RawContentManager
|
||||
- id: assetPath
|
||||
type: System.String
|
||||
- id: stream
|
||||
type: System.IO.Stream
|
||||
- id: t
|
||||
type: System.Type
|
||||
- id: existing
|
||||
type: System.Object
|
||||
return:
|
||||
type: System.Object
|
||||
content.vb: Public Overrides Function Read(manager As RawContentManager, assetPath As String, stream As Stream, t As Type, existing As Object) As Object
|
||||
overridden: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
overload: MLEM.Content.XmlReader.Read*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
- uid: MLEM.Content.XmlReader.GetFileExtensions
|
||||
commentId: M:MLEM.Content.XmlReader.GetFileExtensions
|
||||
id: GetFileExtensions
|
||||
parent: MLEM.Content.XmlReader
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetFileExtensions()
|
||||
nameWithType: XmlReader.GetFileExtensions()
|
||||
fullName: MLEM.Content.XmlReader.GetFileExtensions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Content/XmlReader.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GetFileExtensions
|
||||
path: ../MLEM/Content/XmlReader.cs
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Content
|
||||
example: []
|
||||
syntax:
|
||||
content: public override string[] GetFileExtensions()
|
||||
return:
|
||||
type: System.String[]
|
||||
content.vb: Public Overrides Function GetFileExtensions As String()
|
||||
overridden: MLEM.Content.RawContentReader.GetFileExtensions
|
||||
overload: MLEM.Content.XmlReader.GetFileExtensions*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
references:
|
||||
- uid: MLEM.Content
|
||||
commentId: N:MLEM.Content
|
||||
name: MLEM.Content
|
||||
nameWithType: MLEM.Content
|
||||
fullName: MLEM.Content
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: MLEM.Content.RawContentReader
|
||||
commentId: T:MLEM.Content.RawContentReader
|
||||
parent: MLEM.Content
|
||||
name: RawContentReader
|
||||
nameWithType: RawContentReader
|
||||
fullName: MLEM.Content.RawContentReader
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
commentId: M:MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
parent: MLEM.Content.RawContentReader
|
||||
isExternal: true
|
||||
name: CanRead(Type)
|
||||
nameWithType: RawContentReader.CanRead(Type)
|
||||
fullName: MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
name: CanRead
|
||||
nameWithType: RawContentReader.CanRead
|
||||
fullName: MLEM.Content.RawContentReader.CanRead
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Type
|
||||
name: Type
|
||||
nameWithType: Type
|
||||
fullName: System.Type
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
name: CanRead
|
||||
nameWithType: RawContentReader.CanRead
|
||||
fullName: MLEM.Content.RawContentReader.CanRead
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Type
|
||||
name: Type
|
||||
nameWithType: Type
|
||||
fullName: System.Type
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Content.XmlReader.CanRead*
|
||||
commentId: Overload:MLEM.Content.XmlReader.CanRead
|
||||
name: CanRead
|
||||
nameWithType: XmlReader.CanRead
|
||||
fullName: MLEM.Content.XmlReader.CanRead
|
||||
- uid: System.Type
|
||||
commentId: T:System.Type
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Type
|
||||
nameWithType: Type
|
||||
fullName: System.Type
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
commentId: M:MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
parent: MLEM.Content.RawContentReader
|
||||
isExternal: true
|
||||
name: Read(RawContentManager, String, Stream, Type, Object)
|
||||
nameWithType: RawContentReader.Read(RawContentManager, String, Stream, Type, Object)
|
||||
fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
name: Read
|
||||
nameWithType: RawContentReader.Read
|
||||
fullName: MLEM.Content.RawContentReader.Read
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Content.RawContentManager
|
||||
name: RawContentManager
|
||||
nameWithType: RawContentManager
|
||||
fullName: MLEM.Content.RawContentManager
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.IO.Stream
|
||||
name: Stream
|
||||
nameWithType: Stream
|
||||
fullName: System.IO.Stream
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Type
|
||||
name: Type
|
||||
nameWithType: Type
|
||||
fullName: System.Type
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
name: Read
|
||||
nameWithType: RawContentReader.Read
|
||||
fullName: MLEM.Content.RawContentReader.Read
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Content.RawContentManager
|
||||
name: RawContentManager
|
||||
nameWithType: RawContentManager
|
||||
fullName: MLEM.Content.RawContentManager
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.IO.Stream
|
||||
name: Stream
|
||||
nameWithType: Stream
|
||||
fullName: System.IO.Stream
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Type
|
||||
name: Type
|
||||
nameWithType: Type
|
||||
fullName: System.Type
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Content.XmlReader.Read*
|
||||
commentId: Overload:MLEM.Content.XmlReader.Read
|
||||
name: Read
|
||||
nameWithType: XmlReader.Read
|
||||
fullName: MLEM.Content.XmlReader.Read
|
||||
- uid: MLEM.Content.RawContentManager
|
||||
commentId: T:MLEM.Content.RawContentManager
|
||||
parent: MLEM.Content
|
||||
name: RawContentManager
|
||||
nameWithType: RawContentManager
|
||||
fullName: MLEM.Content.RawContentManager
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: System.IO.Stream
|
||||
commentId: T:System.IO.Stream
|
||||
parent: System.IO
|
||||
isExternal: true
|
||||
name: Stream
|
||||
nameWithType: Stream
|
||||
fullName: System.IO.Stream
|
||||
- uid: System.IO
|
||||
commentId: N:System.IO
|
||||
isExternal: true
|
||||
name: System.IO
|
||||
nameWithType: System.IO
|
||||
fullName: System.IO
|
||||
- uid: MLEM.Content.RawContentReader.GetFileExtensions
|
||||
commentId: M:MLEM.Content.RawContentReader.GetFileExtensions
|
||||
parent: MLEM.Content.RawContentReader
|
||||
name: GetFileExtensions()
|
||||
nameWithType: RawContentReader.GetFileExtensions()
|
||||
fullName: MLEM.Content.RawContentReader.GetFileExtensions()
|
||||
spec.csharp:
|
||||
- uid: MLEM.Content.RawContentReader.GetFileExtensions
|
||||
name: GetFileExtensions
|
||||
nameWithType: RawContentReader.GetFileExtensions
|
||||
fullName: MLEM.Content.RawContentReader.GetFileExtensions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Content.RawContentReader.GetFileExtensions
|
||||
name: GetFileExtensions
|
||||
nameWithType: RawContentReader.GetFileExtensions
|
||||
fullName: MLEM.Content.RawContentReader.GetFileExtensions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Content.XmlReader.GetFileExtensions*
|
||||
commentId: Overload:MLEM.Content.XmlReader.GetFileExtensions
|
||||
name: GetFileExtensions
|
||||
nameWithType: XmlReader.GetFileExtensions
|
||||
fullName: MLEM.Content.XmlReader.GetFileExtensions
|
||||
- uid: System.String[]
|
||||
isExternal: true
|
||||
name: String[]
|
||||
nameWithType: String[]
|
||||
fullName: System.String[]
|
||||
nameWithType.vb: String()
|
||||
fullName.vb: System.String()
|
||||
name.vb: String()
|
||||
spec.csharp:
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
spec.vb:
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
|
@ -1,96 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Content
|
||||
commentId: N:MLEM.Content
|
||||
id: MLEM.Content
|
||||
children:
|
||||
- MLEM.Content.RawContentManager
|
||||
- MLEM.Content.RawContentReader
|
||||
- MLEM.Content.RawContentReader`1
|
||||
- MLEM.Content.SongReader
|
||||
- MLEM.Content.SoundEffectReader
|
||||
- MLEM.Content.Texture2DReader
|
||||
- MLEM.Content.XmlReader
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MLEM.Content
|
||||
nameWithType: MLEM.Content
|
||||
fullName: MLEM.Content
|
||||
type: Namespace
|
||||
assemblies:
|
||||
- MLEM
|
||||
references:
|
||||
- uid: MLEM.Content.RawContentManager
|
||||
commentId: T:MLEM.Content.RawContentManager
|
||||
parent: MLEM.Content
|
||||
name: RawContentManager
|
||||
nameWithType: RawContentManager
|
||||
fullName: MLEM.Content.RawContentManager
|
||||
- uid: MLEM.Content.RawContentReader
|
||||
commentId: T:MLEM.Content.RawContentReader
|
||||
parent: MLEM.Content
|
||||
name: RawContentReader
|
||||
nameWithType: RawContentReader
|
||||
fullName: MLEM.Content.RawContentReader
|
||||
- uid: MLEM.Content.RawContentReader`1
|
||||
commentId: T:MLEM.Content.RawContentReader`1
|
||||
name: RawContentReader<T>
|
||||
nameWithType: RawContentReader<T>
|
||||
fullName: MLEM.Content.RawContentReader<T>
|
||||
nameWithType.vb: RawContentReader(Of T)
|
||||
fullName.vb: MLEM.Content.RawContentReader(Of T)
|
||||
name.vb: RawContentReader(Of T)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Content.RawContentReader`1
|
||||
name: RawContentReader
|
||||
nameWithType: RawContentReader
|
||||
fullName: MLEM.Content.RawContentReader
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: MLEM.Content.RawContentReader`1
|
||||
name: RawContentReader
|
||||
nameWithType: RawContentReader
|
||||
fullName: MLEM.Content.RawContentReader
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Content.SongReader
|
||||
commentId: T:MLEM.Content.SongReader
|
||||
name: SongReader
|
||||
nameWithType: SongReader
|
||||
fullName: MLEM.Content.SongReader
|
||||
- uid: MLEM.Content.SoundEffectReader
|
||||
commentId: T:MLEM.Content.SoundEffectReader
|
||||
name: SoundEffectReader
|
||||
nameWithType: SoundEffectReader
|
||||
fullName: MLEM.Content.SoundEffectReader
|
||||
- uid: MLEM.Content.Texture2DReader
|
||||
commentId: T:MLEM.Content.Texture2DReader
|
||||
name: Texture2DReader
|
||||
nameWithType: Texture2DReader
|
||||
fullName: MLEM.Content.Texture2DReader
|
||||
- uid: MLEM.Content.XmlReader
|
||||
commentId: T:MLEM.Content.XmlReader
|
||||
name: XmlReader
|
||||
nameWithType: XmlReader
|
||||
fullName: MLEM.Content.XmlReader
|
||||
- uid: MLEM.Content
|
||||
commentId: N:MLEM.Content
|
||||
name: MLEM.Content
|
||||
nameWithType: MLEM.Content
|
||||
fullName: MLEM.Content
|
|
@ -1,590 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Data.ContentExtensions
|
||||
commentId: T:MLEM.Data.ContentExtensions
|
||||
id: ContentExtensions
|
||||
parent: MLEM.Data
|
||||
children:
|
||||
- MLEM.Data.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonConverter)
|
||||
- MLEM.Data.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager)
|
||||
- MLEM.Data.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String)
|
||||
- MLEM.Data.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ContentExtensions
|
||||
nameWithType: ContentExtensions
|
||||
fullName: MLEM.Data.ContentExtensions
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/ContentExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: ContentExtensions
|
||||
path: ../MLEM.Data/ContentExtensions.cs
|
||||
startLine: 7
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data
|
||||
syntax:
|
||||
content: public static class ContentExtensions
|
||||
content.vb: Public Module ContentExtensions
|
||||
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.Data.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer)
|
||||
commentId: M:MLEM.Data.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer)
|
||||
id: SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonSerializer)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Data.ContentExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SetJsonSerializer(ContentManager, JsonSerializer)
|
||||
nameWithType: ContentExtensions.SetJsonSerializer(ContentManager, JsonSerializer)
|
||||
fullName: MLEM.Data.ContentExtensions.SetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager, Newtonsoft.Json.JsonSerializer)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/ContentExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: SetJsonSerializer
|
||||
path: ../MLEM.Data/ContentExtensions.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data
|
||||
syntax:
|
||||
content: public static void SetJsonSerializer(this ContentManager content, JsonSerializer serializer)
|
||||
parameters:
|
||||
- id: content
|
||||
type: Microsoft.Xna.Framework.Content.ContentManager
|
||||
- id: serializer
|
||||
type: Newtonsoft.Json.JsonSerializer
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub SetJsonSerializer(content As ContentManager, serializer As JsonSerializer)
|
||||
overload: MLEM.Data.ContentExtensions.SetJsonSerializer*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Data.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager)
|
||||
commentId: M:MLEM.Data.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager)
|
||||
id: GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Data.ContentExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetJsonSerializer(ContentManager)
|
||||
nameWithType: ContentExtensions.GetJsonSerializer(ContentManager)
|
||||
fullName: MLEM.Data.ContentExtensions.GetJsonSerializer(Microsoft.Xna.Framework.Content.ContentManager)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/ContentExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GetJsonSerializer
|
||||
path: ../MLEM.Data/ContentExtensions.cs
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data
|
||||
syntax:
|
||||
content: public static JsonSerializer GetJsonSerializer(this ContentManager content)
|
||||
parameters:
|
||||
- id: content
|
||||
type: Microsoft.Xna.Framework.Content.ContentManager
|
||||
return:
|
||||
type: Newtonsoft.Json.JsonSerializer
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function GetJsonSerializer(content As ContentManager) As JsonSerializer
|
||||
overload: MLEM.Data.ContentExtensions.GetJsonSerializer*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Data.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonConverter)
|
||||
commentId: M:MLEM.Data.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonConverter)
|
||||
id: AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager,Newtonsoft.Json.JsonConverter)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Data.ContentExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: AddJsonConverter(ContentManager, JsonConverter)
|
||||
nameWithType: ContentExtensions.AddJsonConverter(ContentManager, JsonConverter)
|
||||
fullName: MLEM.Data.ContentExtensions.AddJsonConverter(Microsoft.Xna.Framework.Content.ContentManager, Newtonsoft.Json.JsonConverter)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/ContentExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: AddJsonConverter
|
||||
path: ../MLEM.Data/ContentExtensions.cs
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data
|
||||
syntax:
|
||||
content: public static void AddJsonConverter(this ContentManager content, JsonConverter converter)
|
||||
parameters:
|
||||
- id: content
|
||||
type: Microsoft.Xna.Framework.Content.ContentManager
|
||||
- id: converter
|
||||
type: Newtonsoft.Json.JsonConverter
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub AddJsonConverter(content As ContentManager, converter As JsonConverter)
|
||||
overload: MLEM.Data.ContentExtensions.AddJsonConverter*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Data.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String)
|
||||
commentId: M:MLEM.Data.ContentExtensions.LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String)
|
||||
id: LoadJson``1(Microsoft.Xna.Framework.Content.ContentManager,System.String,System.String)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Data.ContentExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: LoadJson<T>(ContentManager, String, String)
|
||||
nameWithType: ContentExtensions.LoadJson<T>(ContentManager, String, String)
|
||||
fullName: MLEM.Data.ContentExtensions.LoadJson<T>(Microsoft.Xna.Framework.Content.ContentManager, System.String, System.String)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/ContentExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: LoadJson
|
||||
path: ../MLEM.Data/ContentExtensions.cs
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data
|
||||
syntax:
|
||||
content: public static T LoadJson<T>(this ContentManager content, string name, string extension = ".json")
|
||||
parameters:
|
||||
- id: content
|
||||
type: Microsoft.Xna.Framework.Content.ContentManager
|
||||
- id: name
|
||||
type: System.String
|
||||
- id: extension
|
||||
type: System.String
|
||||
typeParameters:
|
||||
- id: T
|
||||
return:
|
||||
type: '{T}'
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function LoadJson(Of T)(content As ContentManager, name As String, extension As String = ".json") As T
|
||||
overload: MLEM.Data.ContentExtensions.LoadJson*
|
||||
nameWithType.vb: ContentExtensions.LoadJson(Of T)(ContentManager, String, String)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
fullName.vb: MLEM.Data.ContentExtensions.LoadJson(Of T)(Microsoft.Xna.Framework.Content.ContentManager, System.String, System.String)
|
||||
name.vb: LoadJson(Of T)(ContentManager, String, String)
|
||||
references:
|
||||
- uid: MLEM.Data
|
||||
commentId: N:MLEM.Data
|
||||
name: MLEM.Data
|
||||
nameWithType: MLEM.Data
|
||||
fullName: MLEM.Data
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Data.ContentExtensions.SetJsonSerializer*
|
||||
commentId: Overload:MLEM.Data.ContentExtensions.SetJsonSerializer
|
||||
name: SetJsonSerializer
|
||||
nameWithType: ContentExtensions.SetJsonSerializer
|
||||
fullName: MLEM.Data.ContentExtensions.SetJsonSerializer
|
||||
- uid: Microsoft.Xna.Framework.Content.ContentManager
|
||||
commentId: T:Microsoft.Xna.Framework.Content.ContentManager
|
||||
parent: Microsoft.Xna.Framework.Content
|
||||
isExternal: true
|
||||
name: ContentManager
|
||||
nameWithType: ContentManager
|
||||
fullName: Microsoft.Xna.Framework.Content.ContentManager
|
||||
- uid: Newtonsoft.Json.JsonSerializer
|
||||
commentId: T:Newtonsoft.Json.JsonSerializer
|
||||
parent: Newtonsoft.Json
|
||||
isExternal: true
|
||||
name: JsonSerializer
|
||||
nameWithType: JsonSerializer
|
||||
fullName: Newtonsoft.Json.JsonSerializer
|
||||
- uid: Microsoft.Xna.Framework.Content
|
||||
commentId: N:Microsoft.Xna.Framework.Content
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework.Content
|
||||
nameWithType: Microsoft.Xna.Framework.Content
|
||||
fullName: Microsoft.Xna.Framework.Content
|
||||
- uid: Newtonsoft.Json
|
||||
commentId: N:Newtonsoft.Json
|
||||
isExternal: true
|
||||
name: Newtonsoft.Json
|
||||
nameWithType: Newtonsoft.Json
|
||||
fullName: Newtonsoft.Json
|
||||
- uid: MLEM.Data.ContentExtensions.GetJsonSerializer*
|
||||
commentId: Overload:MLEM.Data.ContentExtensions.GetJsonSerializer
|
||||
name: GetJsonSerializer
|
||||
nameWithType: ContentExtensions.GetJsonSerializer
|
||||
fullName: MLEM.Data.ContentExtensions.GetJsonSerializer
|
||||
- uid: MLEM.Data.ContentExtensions.AddJsonConverter*
|
||||
commentId: Overload:MLEM.Data.ContentExtensions.AddJsonConverter
|
||||
name: AddJsonConverter
|
||||
nameWithType: ContentExtensions.AddJsonConverter
|
||||
fullName: MLEM.Data.ContentExtensions.AddJsonConverter
|
||||
- uid: Newtonsoft.Json.JsonConverter
|
||||
commentId: T:Newtonsoft.Json.JsonConverter
|
||||
parent: Newtonsoft.Json
|
||||
isExternal: true
|
||||
name: JsonConverter
|
||||
nameWithType: JsonConverter
|
||||
fullName: Newtonsoft.Json.JsonConverter
|
||||
- uid: MLEM.Data.ContentExtensions.LoadJson*
|
||||
commentId: Overload:MLEM.Data.ContentExtensions.LoadJson
|
||||
name: LoadJson
|
||||
nameWithType: ContentExtensions.LoadJson
|
||||
fullName: MLEM.Data.ContentExtensions.LoadJson
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: '{T}'
|
||||
commentId: '!:T'
|
||||
definition: T
|
||||
name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- uid: T
|
||||
name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
File diff suppressed because it is too large
Load diff
|
@ -1,460 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Data.Json.JsonConverters
|
||||
commentId: T:MLEM.Data.Json.JsonConverters
|
||||
id: JsonConverters
|
||||
parent: MLEM.Data.Json
|
||||
children:
|
||||
- MLEM.Data.Json.JsonConverters.AddAll(Newtonsoft.Json.JsonSerializer)
|
||||
- MLEM.Data.Json.JsonConverters.Converters
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: JsonConverters
|
||||
nameWithType: JsonConverters
|
||||
fullName: MLEM.Data.Json.JsonConverters
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/Json/JsonConverters.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: JsonConverters
|
||||
path: ../MLEM.Data/Json/JsonConverters.cs
|
||||
startLine: 6
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data.Json
|
||||
syntax:
|
||||
content: public class JsonConverters
|
||||
content.vb: Public Class JsonConverters
|
||||
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
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: MLEM.Data.Json.JsonConverters.Converters
|
||||
commentId: F:MLEM.Data.Json.JsonConverters.Converters
|
||||
id: Converters
|
||||
parent: MLEM.Data.Json.JsonConverters
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Converters
|
||||
nameWithType: JsonConverters.Converters
|
||||
fullName: MLEM.Data.Json.JsonConverters.Converters
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/Json/JsonConverters.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Converters
|
||||
path: ../MLEM.Data/Json/JsonConverters.cs
|
||||
startLine: 8
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data.Json
|
||||
syntax:
|
||||
content: public static readonly JsonConverter[] Converters
|
||||
return:
|
||||
type: Newtonsoft.Json.JsonConverter[]
|
||||
content.vb: Public Shared ReadOnly Converters As JsonConverter()
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: MLEM.Data.Json.JsonConverters.AddAll(Newtonsoft.Json.JsonSerializer)
|
||||
commentId: M:MLEM.Data.Json.JsonConverters.AddAll(Newtonsoft.Json.JsonSerializer)
|
||||
id: AddAll(Newtonsoft.Json.JsonSerializer)
|
||||
parent: MLEM.Data.Json.JsonConverters
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: AddAll(JsonSerializer)
|
||||
nameWithType: JsonConverters.AddAll(JsonSerializer)
|
||||
fullName: MLEM.Data.Json.JsonConverters.AddAll(Newtonsoft.Json.JsonSerializer)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/Json/JsonConverters.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: AddAll
|
||||
path: ../MLEM.Data/Json/JsonConverters.cs
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data.Json
|
||||
syntax:
|
||||
content: public static JsonSerializer AddAll(JsonSerializer serializer)
|
||||
parameters:
|
||||
- id: serializer
|
||||
type: Newtonsoft.Json.JsonSerializer
|
||||
return:
|
||||
type: Newtonsoft.Json.JsonSerializer
|
||||
content.vb: Public Shared Function AddAll(serializer As JsonSerializer) As JsonSerializer
|
||||
overload: MLEM.Data.Json.JsonConverters.AddAll*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
references:
|
||||
- uid: MLEM.Data.Json
|
||||
commentId: N:MLEM.Data.Json
|
||||
name: MLEM.Data.Json
|
||||
nameWithType: MLEM.Data.Json
|
||||
fullName: MLEM.Data.Json
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: Newtonsoft.Json.JsonConverter[]
|
||||
isExternal: true
|
||||
name: JsonConverter[]
|
||||
nameWithType: JsonConverter[]
|
||||
fullName: Newtonsoft.Json.JsonConverter[]
|
||||
nameWithType.vb: JsonConverter()
|
||||
fullName.vb: Newtonsoft.Json.JsonConverter()
|
||||
name.vb: JsonConverter()
|
||||
spec.csharp:
|
||||
- uid: Newtonsoft.Json.JsonConverter
|
||||
name: JsonConverter
|
||||
nameWithType: JsonConverter
|
||||
fullName: Newtonsoft.Json.JsonConverter
|
||||
isExternal: true
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
spec.vb:
|
||||
- uid: Newtonsoft.Json.JsonConverter
|
||||
name: JsonConverter
|
||||
nameWithType: JsonConverter
|
||||
fullName: Newtonsoft.Json.JsonConverter
|
||||
isExternal: true
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- uid: MLEM.Data.Json.JsonConverters.AddAll*
|
||||
commentId: Overload:MLEM.Data.Json.JsonConverters.AddAll
|
||||
name: AddAll
|
||||
nameWithType: JsonConverters.AddAll
|
||||
fullName: MLEM.Data.Json.JsonConverters.AddAll
|
||||
- uid: Newtonsoft.Json.JsonSerializer
|
||||
commentId: T:Newtonsoft.Json.JsonSerializer
|
||||
parent: Newtonsoft.Json
|
||||
isExternal: true
|
||||
name: JsonSerializer
|
||||
nameWithType: JsonSerializer
|
||||
fullName: Newtonsoft.Json.JsonSerializer
|
||||
- uid: Newtonsoft.Json
|
||||
commentId: N:Newtonsoft.Json
|
||||
isExternal: true
|
||||
name: Newtonsoft.Json
|
||||
nameWithType: Newtonsoft.Json
|
||||
fullName: Newtonsoft.Json
|
File diff suppressed because it is too large
Load diff
|
@ -1,728 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Data.Json.RawJsonReader
|
||||
commentId: T:MLEM.Data.Json.RawJsonReader
|
||||
id: RawJsonReader
|
||||
parent: MLEM.Data.Json
|
||||
children:
|
||||
- MLEM.Data.Json.RawJsonReader.CanRead(System.Type)
|
||||
- MLEM.Data.Json.RawJsonReader.GetFileExtensions
|
||||
- MLEM.Data.Json.RawJsonReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: RawJsonReader
|
||||
nameWithType: RawJsonReader
|
||||
fullName: MLEM.Data.Json.RawJsonReader
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/Json/RawJsonReader.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: RawJsonReader
|
||||
path: ../MLEM.Data/Json/RawJsonReader.cs
|
||||
startLine: 6
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data.Json
|
||||
syntax:
|
||||
content: 'public class RawJsonReader : RawContentReader'
|
||||
content.vb: >-
|
||||
Public Class RawJsonReader
|
||||
|
||||
Inherits RawContentReader
|
||||
inheritance:
|
||||
- System.Object
|
||||
- MLEM.Content.RawContentReader
|
||||
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
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: MLEM.Data.Json.RawJsonReader.CanRead(System.Type)
|
||||
commentId: M:MLEM.Data.Json.RawJsonReader.CanRead(System.Type)
|
||||
id: CanRead(System.Type)
|
||||
parent: MLEM.Data.Json.RawJsonReader
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CanRead(Type)
|
||||
nameWithType: RawJsonReader.CanRead(Type)
|
||||
fullName: MLEM.Data.Json.RawJsonReader.CanRead(System.Type)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/Json/RawJsonReader.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: CanRead
|
||||
path: ../MLEM.Data/Json/RawJsonReader.cs
|
||||
startLine: 8
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data.Json
|
||||
syntax:
|
||||
content: public override bool CanRead(Type t)
|
||||
parameters:
|
||||
- id: t
|
||||
type: System.Type
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public Overrides Function CanRead(t As Type) As Boolean
|
||||
overridden: MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
overload: MLEM.Data.Json.RawJsonReader.CanRead*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
- uid: MLEM.Data.Json.RawJsonReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
commentId: M:MLEM.Data.Json.RawJsonReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
id: Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
parent: MLEM.Data.Json.RawJsonReader
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Read(RawContentManager, String, Stream, Type, Object)
|
||||
nameWithType: RawJsonReader.Read(RawContentManager, String, Stream, Type, Object)
|
||||
fullName: MLEM.Data.Json.RawJsonReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/Json/RawJsonReader.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Read
|
||||
path: ../MLEM.Data/Json/RawJsonReader.cs
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data.Json
|
||||
syntax:
|
||||
content: public override object Read(RawContentManager manager, string assetPath, Stream stream, Type t, object existing)
|
||||
parameters:
|
||||
- id: manager
|
||||
type: MLEM.Content.RawContentManager
|
||||
- id: assetPath
|
||||
type: System.String
|
||||
- id: stream
|
||||
type: System.IO.Stream
|
||||
- id: t
|
||||
type: System.Type
|
||||
- id: existing
|
||||
type: System.Object
|
||||
return:
|
||||
type: System.Object
|
||||
content.vb: Public Overrides Function Read(manager As RawContentManager, assetPath As String, stream As Stream, t As Type, existing As Object) As Object
|
||||
overridden: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
overload: MLEM.Data.Json.RawJsonReader.Read*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
- uid: MLEM.Data.Json.RawJsonReader.GetFileExtensions
|
||||
commentId: M:MLEM.Data.Json.RawJsonReader.GetFileExtensions
|
||||
id: GetFileExtensions
|
||||
parent: MLEM.Data.Json.RawJsonReader
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetFileExtensions()
|
||||
nameWithType: RawJsonReader.GetFileExtensions()
|
||||
fullName: MLEM.Data.Json.RawJsonReader.GetFileExtensions()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/Json/RawJsonReader.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GetFileExtensions
|
||||
path: ../MLEM.Data/Json/RawJsonReader.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data.Json
|
||||
syntax:
|
||||
content: public override string[] GetFileExtensions()
|
||||
return:
|
||||
type: System.String[]
|
||||
content.vb: Public Overrides Function GetFileExtensions As String()
|
||||
overridden: MLEM.Content.RawContentReader.GetFileExtensions
|
||||
overload: MLEM.Data.Json.RawJsonReader.GetFileExtensions*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
references:
|
||||
- uid: MLEM.Data.Json
|
||||
commentId: N:MLEM.Data.Json
|
||||
name: MLEM.Data.Json
|
||||
nameWithType: MLEM.Data.Json
|
||||
fullName: MLEM.Data.Json
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: MLEM.Content.RawContentReader
|
||||
commentId: T:MLEM.Content.RawContentReader
|
||||
parent: MLEM.Content
|
||||
name: RawContentReader
|
||||
nameWithType: RawContentReader
|
||||
fullName: MLEM.Content.RawContentReader
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Content
|
||||
commentId: N:MLEM.Content
|
||||
name: MLEM.Content
|
||||
nameWithType: MLEM.Content
|
||||
fullName: MLEM.Content
|
||||
- uid: MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
commentId: M:MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
parent: MLEM.Content.RawContentReader
|
||||
isExternal: true
|
||||
name: CanRead(Type)
|
||||
nameWithType: RawContentReader.CanRead(Type)
|
||||
fullName: MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
name: CanRead
|
||||
nameWithType: RawContentReader.CanRead
|
||||
fullName: MLEM.Content.RawContentReader.CanRead
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Type
|
||||
name: Type
|
||||
nameWithType: Type
|
||||
fullName: System.Type
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Content.RawContentReader.CanRead(System.Type)
|
||||
name: CanRead
|
||||
nameWithType: RawContentReader.CanRead
|
||||
fullName: MLEM.Content.RawContentReader.CanRead
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Type
|
||||
name: Type
|
||||
nameWithType: Type
|
||||
fullName: System.Type
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Data.Json.RawJsonReader.CanRead*
|
||||
commentId: Overload:MLEM.Data.Json.RawJsonReader.CanRead
|
||||
name: CanRead
|
||||
nameWithType: RawJsonReader.CanRead
|
||||
fullName: MLEM.Data.Json.RawJsonReader.CanRead
|
||||
- uid: System.Type
|
||||
commentId: T:System.Type
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Type
|
||||
nameWithType: Type
|
||||
fullName: System.Type
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
commentId: M:MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
parent: MLEM.Content.RawContentReader
|
||||
isExternal: true
|
||||
name: Read(RawContentManager, String, Stream, Type, Object)
|
||||
nameWithType: RawContentReader.Read(RawContentManager, String, Stream, Type, Object)
|
||||
fullName: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager, System.String, System.IO.Stream, System.Type, System.Object)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
name: Read
|
||||
nameWithType: RawContentReader.Read
|
||||
fullName: MLEM.Content.RawContentReader.Read
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Content.RawContentManager
|
||||
name: RawContentManager
|
||||
nameWithType: RawContentManager
|
||||
fullName: MLEM.Content.RawContentManager
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.IO.Stream
|
||||
name: Stream
|
||||
nameWithType: Stream
|
||||
fullName: System.IO.Stream
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Type
|
||||
name: Type
|
||||
nameWithType: Type
|
||||
fullName: System.Type
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Content.RawContentReader.Read(MLEM.Content.RawContentManager,System.String,System.IO.Stream,System.Type,System.Object)
|
||||
name: Read
|
||||
nameWithType: RawContentReader.Read
|
||||
fullName: MLEM.Content.RawContentReader.Read
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Content.RawContentManager
|
||||
name: RawContentManager
|
||||
nameWithType: RawContentManager
|
||||
fullName: MLEM.Content.RawContentManager
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.IO.Stream
|
||||
name: Stream
|
||||
nameWithType: Stream
|
||||
fullName: System.IO.Stream
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Type
|
||||
name: Type
|
||||
nameWithType: Type
|
||||
fullName: System.Type
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Data.Json.RawJsonReader.Read*
|
||||
commentId: Overload:MLEM.Data.Json.RawJsonReader.Read
|
||||
name: Read
|
||||
nameWithType: RawJsonReader.Read
|
||||
fullName: MLEM.Data.Json.RawJsonReader.Read
|
||||
- uid: MLEM.Content.RawContentManager
|
||||
commentId: T:MLEM.Content.RawContentManager
|
||||
parent: MLEM.Content
|
||||
name: RawContentManager
|
||||
nameWithType: RawContentManager
|
||||
fullName: MLEM.Content.RawContentManager
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: System.IO.Stream
|
||||
commentId: T:System.IO.Stream
|
||||
parent: System.IO
|
||||
isExternal: true
|
||||
name: Stream
|
||||
nameWithType: Stream
|
||||
fullName: System.IO.Stream
|
||||
- uid: System.IO
|
||||
commentId: N:System.IO
|
||||
isExternal: true
|
||||
name: System.IO
|
||||
nameWithType: System.IO
|
||||
fullName: System.IO
|
||||
- uid: MLEM.Content.RawContentReader.GetFileExtensions
|
||||
commentId: M:MLEM.Content.RawContentReader.GetFileExtensions
|
||||
parent: MLEM.Content.RawContentReader
|
||||
name: GetFileExtensions()
|
||||
nameWithType: RawContentReader.GetFileExtensions()
|
||||
fullName: MLEM.Content.RawContentReader.GetFileExtensions()
|
||||
spec.csharp:
|
||||
- uid: MLEM.Content.RawContentReader.GetFileExtensions
|
||||
name: GetFileExtensions
|
||||
nameWithType: RawContentReader.GetFileExtensions
|
||||
fullName: MLEM.Content.RawContentReader.GetFileExtensions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Content.RawContentReader.GetFileExtensions
|
||||
name: GetFileExtensions
|
||||
nameWithType: RawContentReader.GetFileExtensions
|
||||
fullName: MLEM.Content.RawContentReader.GetFileExtensions
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Data.Json.RawJsonReader.GetFileExtensions*
|
||||
commentId: Overload:MLEM.Data.Json.RawJsonReader.GetFileExtensions
|
||||
name: GetFileExtensions
|
||||
nameWithType: RawJsonReader.GetFileExtensions
|
||||
fullName: MLEM.Data.Json.RawJsonReader.GetFileExtensions
|
||||
- uid: System.String[]
|
||||
isExternal: true
|
||||
name: String[]
|
||||
nameWithType: String[]
|
||||
fullName: System.String[]
|
||||
nameWithType.vb: String()
|
||||
fullName.vb: System.String()
|
||||
name.vb: String()
|
||||
spec.csharp:
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
spec.vb:
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,58 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Data.Json
|
||||
commentId: N:MLEM.Data.Json
|
||||
id: MLEM.Data.Json
|
||||
children:
|
||||
- MLEM.Data.Json.Direction2Converter
|
||||
- MLEM.Data.Json.JsonConverters
|
||||
- MLEM.Data.Json.PointConverter
|
||||
- MLEM.Data.Json.RawJsonReader
|
||||
- MLEM.Data.Json.RectangleConverter
|
||||
- MLEM.Data.Json.RectangleFConverter
|
||||
- MLEM.Data.Json.Vector2Converter
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MLEM.Data.Json
|
||||
nameWithType: MLEM.Data.Json
|
||||
fullName: MLEM.Data.Json
|
||||
type: Namespace
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
references:
|
||||
- uid: MLEM.Data.Json.Direction2Converter
|
||||
commentId: T:MLEM.Data.Json.Direction2Converter
|
||||
name: Direction2Converter
|
||||
nameWithType: Direction2Converter
|
||||
fullName: MLEM.Data.Json.Direction2Converter
|
||||
- uid: MLEM.Data.Json.JsonConverters
|
||||
commentId: T:MLEM.Data.Json.JsonConverters
|
||||
name: JsonConverters
|
||||
nameWithType: JsonConverters
|
||||
fullName: MLEM.Data.Json.JsonConverters
|
||||
- uid: MLEM.Data.Json.PointConverter
|
||||
commentId: T:MLEM.Data.Json.PointConverter
|
||||
name: PointConverter
|
||||
nameWithType: PointConverter
|
||||
fullName: MLEM.Data.Json.PointConverter
|
||||
- uid: MLEM.Data.Json.RawJsonReader
|
||||
commentId: T:MLEM.Data.Json.RawJsonReader
|
||||
name: RawJsonReader
|
||||
nameWithType: RawJsonReader
|
||||
fullName: MLEM.Data.Json.RawJsonReader
|
||||
- uid: MLEM.Data.Json.RectangleConverter
|
||||
commentId: T:MLEM.Data.Json.RectangleConverter
|
||||
name: RectangleConverter
|
||||
nameWithType: RectangleConverter
|
||||
fullName: MLEM.Data.Json.RectangleConverter
|
||||
- uid: MLEM.Data.Json.RectangleFConverter
|
||||
commentId: T:MLEM.Data.Json.RectangleFConverter
|
||||
name: RectangleFConverter
|
||||
nameWithType: RectangleFConverter
|
||||
fullName: MLEM.Data.Json.RectangleFConverter
|
||||
- uid: MLEM.Data.Json.Vector2Converter
|
||||
commentId: T:MLEM.Data.Json.Vector2Converter
|
||||
name: Vector2Converter
|
||||
nameWithType: Vector2Converter
|
||||
fullName: MLEM.Data.Json.Vector2Converter
|
|
@ -1,802 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Data.NetBufferSerializer
|
||||
commentId: T:MLEM.Data.NetBufferSerializer
|
||||
id: NetBufferSerializer
|
||||
parent: MLEM.Data
|
||||
children:
|
||||
- MLEM.Data.NetBufferSerializer.#ctor
|
||||
- MLEM.Data.NetBufferSerializer.AddHandler``1(Newtonsoft.Json.JsonSerializer)
|
||||
- MLEM.Data.NetBufferSerializer.AddHandler``1(System.Action{Lidgren.Network.NetBuffer,``0},System.Func{Lidgren.Network.NetBuffer,``0})
|
||||
- MLEM.Data.NetBufferSerializer.Deserialize(Lidgren.Network.NetBuffer,System.Object,System.Reflection.BindingFlags)
|
||||
- MLEM.Data.NetBufferSerializer.Serialize(Lidgren.Network.NetBuffer,System.Object,System.Reflection.BindingFlags)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: NetBufferSerializer
|
||||
nameWithType: NetBufferSerializer
|
||||
fullName: MLEM.Data.NetBufferSerializer
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/NetBufferSerializer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: NetBufferSerializer
|
||||
path: ../MLEM.Data/NetBufferSerializer.cs
|
||||
startLine: 7
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data
|
||||
syntax:
|
||||
content: public class NetBufferSerializer
|
||||
content.vb: Public Class NetBufferSerializer
|
||||
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
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: MLEM.Data.NetBufferSerializer.#ctor
|
||||
commentId: M:MLEM.Data.NetBufferSerializer.#ctor
|
||||
id: '#ctor'
|
||||
parent: MLEM.Data.NetBufferSerializer
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: NetBufferSerializer()
|
||||
nameWithType: NetBufferSerializer.NetBufferSerializer()
|
||||
fullName: MLEM.Data.NetBufferSerializer.NetBufferSerializer()
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/NetBufferSerializer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: .ctor
|
||||
path: ../MLEM.Data/NetBufferSerializer.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data
|
||||
syntax:
|
||||
content: public NetBufferSerializer()
|
||||
content.vb: Public Sub New
|
||||
overload: MLEM.Data.NetBufferSerializer.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Data.NetBufferSerializer.Serialize(Lidgren.Network.NetBuffer,System.Object,System.Reflection.BindingFlags)
|
||||
commentId: M:MLEM.Data.NetBufferSerializer.Serialize(Lidgren.Network.NetBuffer,System.Object,System.Reflection.BindingFlags)
|
||||
id: Serialize(Lidgren.Network.NetBuffer,System.Object,System.Reflection.BindingFlags)
|
||||
parent: MLEM.Data.NetBufferSerializer
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Serialize(NetBuffer, Object, BindingFlags)
|
||||
nameWithType: NetBufferSerializer.Serialize(NetBuffer, Object, BindingFlags)
|
||||
fullName: MLEM.Data.NetBufferSerializer.Serialize(Lidgren.Network.NetBuffer, System.Object, System.Reflection.BindingFlags)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/NetBufferSerializer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Serialize
|
||||
path: ../MLEM.Data/NetBufferSerializer.cs
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data
|
||||
syntax:
|
||||
content: public void Serialize(NetBuffer buffer, object o, BindingFlags flags = BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public)
|
||||
parameters:
|
||||
- id: buffer
|
||||
type: Lidgren.Network.NetBuffer
|
||||
- id: o
|
||||
type: System.Object
|
||||
- id: flags
|
||||
type: System.Reflection.BindingFlags
|
||||
content.vb: Public Sub Serialize(buffer As NetBuffer, o As Object, flags As BindingFlags = BindingFlags.Instance Or BindingFlags.NonPublic Or BindingFlags.Public)
|
||||
overload: MLEM.Data.NetBufferSerializer.Serialize*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Data.NetBufferSerializer.Deserialize(Lidgren.Network.NetBuffer,System.Object,System.Reflection.BindingFlags)
|
||||
commentId: M:MLEM.Data.NetBufferSerializer.Deserialize(Lidgren.Network.NetBuffer,System.Object,System.Reflection.BindingFlags)
|
||||
id: Deserialize(Lidgren.Network.NetBuffer,System.Object,System.Reflection.BindingFlags)
|
||||
parent: MLEM.Data.NetBufferSerializer
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Deserialize(NetBuffer, Object, BindingFlags)
|
||||
nameWithType: NetBufferSerializer.Deserialize(NetBuffer, Object, BindingFlags)
|
||||
fullName: MLEM.Data.NetBufferSerializer.Deserialize(Lidgren.Network.NetBuffer, System.Object, System.Reflection.BindingFlags)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/NetBufferSerializer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Deserialize
|
||||
path: ../MLEM.Data/NetBufferSerializer.cs
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data
|
||||
syntax:
|
||||
content: public void Deserialize(NetBuffer buffer, object o, BindingFlags flags = BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public)
|
||||
parameters:
|
||||
- id: buffer
|
||||
type: Lidgren.Network.NetBuffer
|
||||
- id: o
|
||||
type: System.Object
|
||||
- id: flags
|
||||
type: System.Reflection.BindingFlags
|
||||
content.vb: Public Sub Deserialize(buffer As NetBuffer, o As Object, flags As BindingFlags = BindingFlags.Instance Or BindingFlags.NonPublic Or BindingFlags.Public)
|
||||
overload: MLEM.Data.NetBufferSerializer.Deserialize*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Data.NetBufferSerializer.AddHandler``1(System.Action{Lidgren.Network.NetBuffer,``0},System.Func{Lidgren.Network.NetBuffer,``0})
|
||||
commentId: M:MLEM.Data.NetBufferSerializer.AddHandler``1(System.Action{Lidgren.Network.NetBuffer,``0},System.Func{Lidgren.Network.NetBuffer,``0})
|
||||
id: AddHandler``1(System.Action{Lidgren.Network.NetBuffer,``0},System.Func{Lidgren.Network.NetBuffer,``0})
|
||||
parent: MLEM.Data.NetBufferSerializer
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: AddHandler<T>(Action<NetBuffer, T>, Func<NetBuffer, T>)
|
||||
nameWithType: NetBufferSerializer.AddHandler<T>(Action<NetBuffer, T>, Func<NetBuffer, T>)
|
||||
fullName: MLEM.Data.NetBufferSerializer.AddHandler<T>(System.Action<Lidgren.Network.NetBuffer, T>, System.Func<Lidgren.Network.NetBuffer, T>)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/NetBufferSerializer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: AddHandler
|
||||
path: ../MLEM.Data/NetBufferSerializer.cs
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data
|
||||
syntax:
|
||||
content: public void AddHandler<T>(Action<NetBuffer, T> write, Func<NetBuffer, T> read)
|
||||
parameters:
|
||||
- id: write
|
||||
type: System.Action{Lidgren.Network.NetBuffer,{T}}
|
||||
- id: read
|
||||
type: System.Func{Lidgren.Network.NetBuffer,{T}}
|
||||
typeParameters:
|
||||
- id: T
|
||||
content.vb: Public Sub AddHandler(Of T)(write As Action(Of NetBuffer, T), read As Func(Of NetBuffer, T))
|
||||
overload: MLEM.Data.NetBufferSerializer.AddHandler*
|
||||
nameWithType.vb: NetBufferSerializer.AddHandler(Of T)(Action(Of NetBuffer, T), Func(Of NetBuffer, T))
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
fullName.vb: MLEM.Data.NetBufferSerializer.AddHandler(Of T)(System.Action(Of Lidgren.Network.NetBuffer, T), System.Func(Of Lidgren.Network.NetBuffer, T))
|
||||
name.vb: AddHandler(Of T)(Action(Of NetBuffer, T), Func(Of NetBuffer, T))
|
||||
- uid: MLEM.Data.NetBufferSerializer.AddHandler``1(Newtonsoft.Json.JsonSerializer)
|
||||
commentId: M:MLEM.Data.NetBufferSerializer.AddHandler``1(Newtonsoft.Json.JsonSerializer)
|
||||
id: AddHandler``1(Newtonsoft.Json.JsonSerializer)
|
||||
parent: MLEM.Data.NetBufferSerializer
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: AddHandler<T>(JsonSerializer)
|
||||
nameWithType: NetBufferSerializer.AddHandler<T>(JsonSerializer)
|
||||
fullName: MLEM.Data.NetBufferSerializer.AddHandler<T>(Newtonsoft.Json.JsonSerializer)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/NetBufferSerializer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: AddHandler
|
||||
path: ../MLEM.Data/NetBufferSerializer.cs
|
||||
startLine: 60
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data
|
||||
syntax:
|
||||
content: public void AddHandler<T>(JsonSerializer serializer)
|
||||
parameters:
|
||||
- id: serializer
|
||||
type: Newtonsoft.Json.JsonSerializer
|
||||
typeParameters:
|
||||
- id: T
|
||||
content.vb: Public Sub AddHandler(Of T)(serializer As JsonSerializer)
|
||||
overload: MLEM.Data.NetBufferSerializer.AddHandler*
|
||||
nameWithType.vb: NetBufferSerializer.AddHandler(Of T)(JsonSerializer)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
fullName.vb: MLEM.Data.NetBufferSerializer.AddHandler(Of T)(Newtonsoft.Json.JsonSerializer)
|
||||
name.vb: AddHandler(Of T)(JsonSerializer)
|
||||
references:
|
||||
- uid: MLEM.Data
|
||||
commentId: N:MLEM.Data
|
||||
name: MLEM.Data
|
||||
nameWithType: MLEM.Data
|
||||
fullName: MLEM.Data
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Data.NetBufferSerializer.#ctor*
|
||||
commentId: Overload:MLEM.Data.NetBufferSerializer.#ctor
|
||||
name: NetBufferSerializer
|
||||
nameWithType: NetBufferSerializer.NetBufferSerializer
|
||||
fullName: MLEM.Data.NetBufferSerializer.NetBufferSerializer
|
||||
- uid: MLEM.Data.NetBufferSerializer.Serialize*
|
||||
commentId: Overload:MLEM.Data.NetBufferSerializer.Serialize
|
||||
name: Serialize
|
||||
nameWithType: NetBufferSerializer.Serialize
|
||||
fullName: MLEM.Data.NetBufferSerializer.Serialize
|
||||
- uid: Lidgren.Network.NetBuffer
|
||||
commentId: T:Lidgren.Network.NetBuffer
|
||||
parent: Lidgren.Network
|
||||
isExternal: true
|
||||
name: NetBuffer
|
||||
nameWithType: NetBuffer
|
||||
fullName: Lidgren.Network.NetBuffer
|
||||
- uid: System.Reflection.BindingFlags
|
||||
commentId: T:System.Reflection.BindingFlags
|
||||
parent: System.Reflection
|
||||
isExternal: true
|
||||
name: BindingFlags
|
||||
nameWithType: BindingFlags
|
||||
fullName: System.Reflection.BindingFlags
|
||||
- uid: Lidgren.Network
|
||||
commentId: N:Lidgren.Network
|
||||
isExternal: true
|
||||
name: Lidgren.Network
|
||||
nameWithType: Lidgren.Network
|
||||
fullName: Lidgren.Network
|
||||
- uid: System.Reflection
|
||||
commentId: N:System.Reflection
|
||||
isExternal: true
|
||||
name: System.Reflection
|
||||
nameWithType: System.Reflection
|
||||
fullName: System.Reflection
|
||||
- uid: MLEM.Data.NetBufferSerializer.Deserialize*
|
||||
commentId: Overload:MLEM.Data.NetBufferSerializer.Deserialize
|
||||
name: Deserialize
|
||||
nameWithType: NetBufferSerializer.Deserialize
|
||||
fullName: MLEM.Data.NetBufferSerializer.Deserialize
|
||||
- uid: MLEM.Data.NetBufferSerializer.AddHandler*
|
||||
commentId: Overload:MLEM.Data.NetBufferSerializer.AddHandler
|
||||
name: AddHandler
|
||||
nameWithType: NetBufferSerializer.AddHandler
|
||||
fullName: MLEM.Data.NetBufferSerializer.AddHandler
|
||||
- uid: System.Action{Lidgren.Network.NetBuffer,{T}}
|
||||
commentId: T:System.Action{Lidgren.Network.NetBuffer,``0}
|
||||
parent: System
|
||||
definition: System.Action`2
|
||||
name: Action<NetBuffer, T>
|
||||
nameWithType: Action<NetBuffer, T>
|
||||
fullName: System.Action<Lidgren.Network.NetBuffer, T>
|
||||
nameWithType.vb: Action(Of NetBuffer, T)
|
||||
fullName.vb: System.Action(Of Lidgren.Network.NetBuffer, T)
|
||||
name.vb: Action(Of NetBuffer, T)
|
||||
spec.csharp:
|
||||
- uid: System.Action`2
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: Lidgren.Network.NetBuffer
|
||||
name: NetBuffer
|
||||
nameWithType: NetBuffer
|
||||
fullName: Lidgren.Network.NetBuffer
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Action`2
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: Lidgren.Network.NetBuffer
|
||||
name: NetBuffer
|
||||
nameWithType: NetBuffer
|
||||
fullName: Lidgren.Network.NetBuffer
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Func{Lidgren.Network.NetBuffer,{T}}
|
||||
commentId: T:System.Func{Lidgren.Network.NetBuffer,``0}
|
||||
parent: System
|
||||
definition: System.Func`2
|
||||
name: Func<NetBuffer, T>
|
||||
nameWithType: Func<NetBuffer, T>
|
||||
fullName: System.Func<Lidgren.Network.NetBuffer, T>
|
||||
nameWithType.vb: Func(Of NetBuffer, T)
|
||||
fullName.vb: System.Func(Of Lidgren.Network.NetBuffer, T)
|
||||
name.vb: Func(Of NetBuffer, T)
|
||||
spec.csharp:
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: Lidgren.Network.NetBuffer
|
||||
name: NetBuffer
|
||||
nameWithType: NetBuffer
|
||||
fullName: Lidgren.Network.NetBuffer
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: Lidgren.Network.NetBuffer
|
||||
name: NetBuffer
|
||||
nameWithType: NetBuffer
|
||||
fullName: Lidgren.Network.NetBuffer
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Action`2
|
||||
commentId: T:System.Action`2
|
||||
isExternal: true
|
||||
name: Action<T1, T2>
|
||||
nameWithType: Action<T1, T2>
|
||||
fullName: System.Action<T1, T2>
|
||||
nameWithType.vb: Action(Of T1, T2)
|
||||
fullName.vb: System.Action(Of T1, T2)
|
||||
name.vb: Action(Of T1, T2)
|
||||
spec.csharp:
|
||||
- uid: System.Action`2
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T1
|
||||
nameWithType: T1
|
||||
fullName: T1
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: T2
|
||||
nameWithType: T2
|
||||
fullName: T2
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Action`2
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T1
|
||||
nameWithType: T1
|
||||
fullName: T1
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: T2
|
||||
nameWithType: T2
|
||||
fullName: T2
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Func`2
|
||||
commentId: T:System.Func`2
|
||||
isExternal: true
|
||||
name: Func<T, TResult>
|
||||
nameWithType: Func<T, TResult>
|
||||
fullName: System.Func<T, TResult>
|
||||
nameWithType.vb: Func(Of T, TResult)
|
||||
fullName.vb: System.Func(Of T, TResult)
|
||||
name.vb: Func(Of T, TResult)
|
||||
spec.csharp:
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: TResult
|
||||
nameWithType: TResult
|
||||
fullName: TResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: TResult
|
||||
nameWithType: TResult
|
||||
fullName: TResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: Newtonsoft.Json.JsonSerializer
|
||||
commentId: T:Newtonsoft.Json.JsonSerializer
|
||||
parent: Newtonsoft.Json
|
||||
isExternal: true
|
||||
name: JsonSerializer
|
||||
nameWithType: JsonSerializer
|
||||
fullName: Newtonsoft.Json.JsonSerializer
|
||||
- uid: Newtonsoft.Json
|
||||
commentId: N:Newtonsoft.Json
|
||||
isExternal: true
|
||||
name: Newtonsoft.Json
|
||||
nameWithType: Newtonsoft.Json
|
||||
fullName: Newtonsoft.Json
|
|
@ -1,790 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Data.NetExtensions
|
||||
commentId: T:MLEM.Data.NetExtensions
|
||||
id: NetExtensions
|
||||
parent: MLEM.Data
|
||||
children:
|
||||
- MLEM.Data.NetExtensions.ReadDirection(Lidgren.Network.NetBuffer)
|
||||
- MLEM.Data.NetExtensions.ReadGuid(Lidgren.Network.NetBuffer)
|
||||
- MLEM.Data.NetExtensions.ReadObject``1(Lidgren.Network.NetBuffer,Newtonsoft.Json.JsonSerializer)
|
||||
- MLEM.Data.NetExtensions.ReadVector2(Lidgren.Network.NetBuffer)
|
||||
- MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,Microsoft.Xna.Framework.Vector2)
|
||||
- MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,MLEM.Misc.Direction2)
|
||||
- MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,System.Guid)
|
||||
- MLEM.Data.NetExtensions.WriteObject``1(Lidgren.Network.NetBuffer,``0,Newtonsoft.Json.JsonSerializer)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: NetExtensions
|
||||
nameWithType: NetExtensions
|
||||
fullName: MLEM.Data.NetExtensions
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/NetExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: NetExtensions
|
||||
path: ../MLEM.Data/NetExtensions.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data
|
||||
syntax:
|
||||
content: public static class NetExtensions
|
||||
content.vb: Public Module NetExtensions
|
||||
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.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,Microsoft.Xna.Framework.Vector2)
|
||||
commentId: M:MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,Microsoft.Xna.Framework.Vector2)
|
||||
id: Write(Lidgren.Network.NetBuffer,Microsoft.Xna.Framework.Vector2)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Data.NetExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Write(NetBuffer, Vector2)
|
||||
nameWithType: NetExtensions.Write(NetBuffer, Vector2)
|
||||
fullName: MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer, Microsoft.Xna.Framework.Vector2)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/NetExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Write
|
||||
path: ../MLEM.Data/NetExtensions.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data
|
||||
syntax:
|
||||
content: public static void Write(this NetBuffer buffer, Vector2 vector)
|
||||
parameters:
|
||||
- id: buffer
|
||||
type: Lidgren.Network.NetBuffer
|
||||
- id: vector
|
||||
type: Microsoft.Xna.Framework.Vector2
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub Write(buffer As NetBuffer, vector As Vector2)
|
||||
overload: MLEM.Data.NetExtensions.Write*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Data.NetExtensions.ReadVector2(Lidgren.Network.NetBuffer)
|
||||
commentId: M:MLEM.Data.NetExtensions.ReadVector2(Lidgren.Network.NetBuffer)
|
||||
id: ReadVector2(Lidgren.Network.NetBuffer)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Data.NetExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ReadVector2(NetBuffer)
|
||||
nameWithType: NetExtensions.ReadVector2(NetBuffer)
|
||||
fullName: MLEM.Data.NetExtensions.ReadVector2(Lidgren.Network.NetBuffer)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/NetExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: ReadVector2
|
||||
path: ../MLEM.Data/NetExtensions.cs
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data
|
||||
syntax:
|
||||
content: public static Vector2 ReadVector2(this NetBuffer buffer)
|
||||
parameters:
|
||||
- id: buffer
|
||||
type: Lidgren.Network.NetBuffer
|
||||
return:
|
||||
type: Microsoft.Xna.Framework.Vector2
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function ReadVector2(buffer As NetBuffer) As Vector2
|
||||
overload: MLEM.Data.NetExtensions.ReadVector2*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,System.Guid)
|
||||
commentId: M:MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,System.Guid)
|
||||
id: Write(Lidgren.Network.NetBuffer,System.Guid)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Data.NetExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Write(NetBuffer, Guid)
|
||||
nameWithType: NetExtensions.Write(NetBuffer, Guid)
|
||||
fullName: MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer, System.Guid)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/NetExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Write
|
||||
path: ../MLEM.Data/NetExtensions.cs
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data
|
||||
syntax:
|
||||
content: public static void Write(this NetBuffer buffer, Guid guid)
|
||||
parameters:
|
||||
- id: buffer
|
||||
type: Lidgren.Network.NetBuffer
|
||||
- id: guid
|
||||
type: System.Guid
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub Write(buffer As NetBuffer, guid As Guid)
|
||||
overload: MLEM.Data.NetExtensions.Write*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Data.NetExtensions.ReadGuid(Lidgren.Network.NetBuffer)
|
||||
commentId: M:MLEM.Data.NetExtensions.ReadGuid(Lidgren.Network.NetBuffer)
|
||||
id: ReadGuid(Lidgren.Network.NetBuffer)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Data.NetExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ReadGuid(NetBuffer)
|
||||
nameWithType: NetExtensions.ReadGuid(NetBuffer)
|
||||
fullName: MLEM.Data.NetExtensions.ReadGuid(Lidgren.Network.NetBuffer)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/NetExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: ReadGuid
|
||||
path: ../MLEM.Data/NetExtensions.cs
|
||||
startLine: 26
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data
|
||||
syntax:
|
||||
content: public static Guid ReadGuid(this NetBuffer buffer)
|
||||
parameters:
|
||||
- id: buffer
|
||||
type: Lidgren.Network.NetBuffer
|
||||
return:
|
||||
type: System.Guid
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function ReadGuid(buffer As NetBuffer) As Guid
|
||||
overload: MLEM.Data.NetExtensions.ReadGuid*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,MLEM.Misc.Direction2)
|
||||
commentId: M:MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer,MLEM.Misc.Direction2)
|
||||
id: Write(Lidgren.Network.NetBuffer,MLEM.Misc.Direction2)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Data.NetExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Write(NetBuffer, Direction2)
|
||||
nameWithType: NetExtensions.Write(NetBuffer, Direction2)
|
||||
fullName: MLEM.Data.NetExtensions.Write(Lidgren.Network.NetBuffer, MLEM.Misc.Direction2)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/NetExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Write
|
||||
path: ../MLEM.Data/NetExtensions.cs
|
||||
startLine: 30
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data
|
||||
syntax:
|
||||
content: public static void Write(this NetBuffer buffer, Direction2 direction)
|
||||
parameters:
|
||||
- id: buffer
|
||||
type: Lidgren.Network.NetBuffer
|
||||
- id: direction
|
||||
type: MLEM.Misc.Direction2
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub Write(buffer As NetBuffer, direction As Direction2)
|
||||
overload: MLEM.Data.NetExtensions.Write*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Data.NetExtensions.ReadDirection(Lidgren.Network.NetBuffer)
|
||||
commentId: M:MLEM.Data.NetExtensions.ReadDirection(Lidgren.Network.NetBuffer)
|
||||
id: ReadDirection(Lidgren.Network.NetBuffer)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Data.NetExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ReadDirection(NetBuffer)
|
||||
nameWithType: NetExtensions.ReadDirection(NetBuffer)
|
||||
fullName: MLEM.Data.NetExtensions.ReadDirection(Lidgren.Network.NetBuffer)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/NetExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: ReadDirection
|
||||
path: ../MLEM.Data/NetExtensions.cs
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data
|
||||
syntax:
|
||||
content: public static Direction2 ReadDirection(this NetBuffer buffer)
|
||||
parameters:
|
||||
- id: buffer
|
||||
type: Lidgren.Network.NetBuffer
|
||||
return:
|
||||
type: MLEM.Misc.Direction2
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function ReadDirection(buffer As NetBuffer) As Direction2
|
||||
overload: MLEM.Data.NetExtensions.ReadDirection*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Data.NetExtensions.WriteObject``1(Lidgren.Network.NetBuffer,``0,Newtonsoft.Json.JsonSerializer)
|
||||
commentId: M:MLEM.Data.NetExtensions.WriteObject``1(Lidgren.Network.NetBuffer,``0,Newtonsoft.Json.JsonSerializer)
|
||||
id: WriteObject``1(Lidgren.Network.NetBuffer,``0,Newtonsoft.Json.JsonSerializer)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Data.NetExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: WriteObject<T>(NetBuffer, T, JsonSerializer)
|
||||
nameWithType: NetExtensions.WriteObject<T>(NetBuffer, T, JsonSerializer)
|
||||
fullName: MLEM.Data.NetExtensions.WriteObject<T>(Lidgren.Network.NetBuffer, T, Newtonsoft.Json.JsonSerializer)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/NetExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: WriteObject
|
||||
path: ../MLEM.Data/NetExtensions.cs
|
||||
startLine: 38
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data
|
||||
syntax:
|
||||
content: public static void WriteObject<T>(this NetBuffer buffer, T obj, JsonSerializer serializer)
|
||||
parameters:
|
||||
- id: buffer
|
||||
type: Lidgren.Network.NetBuffer
|
||||
- id: obj
|
||||
type: '{T}'
|
||||
- id: serializer
|
||||
type: Newtonsoft.Json.JsonSerializer
|
||||
typeParameters:
|
||||
- id: T
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub WriteObject(Of T)(buffer As NetBuffer, obj As T, serializer As JsonSerializer)
|
||||
overload: MLEM.Data.NetExtensions.WriteObject*
|
||||
nameWithType.vb: NetExtensions.WriteObject(Of T)(NetBuffer, T, JsonSerializer)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
fullName.vb: MLEM.Data.NetExtensions.WriteObject(Of T)(Lidgren.Network.NetBuffer, T, Newtonsoft.Json.JsonSerializer)
|
||||
name.vb: WriteObject(Of T)(NetBuffer, T, JsonSerializer)
|
||||
- uid: MLEM.Data.NetExtensions.ReadObject``1(Lidgren.Network.NetBuffer,Newtonsoft.Json.JsonSerializer)
|
||||
commentId: M:MLEM.Data.NetExtensions.ReadObject``1(Lidgren.Network.NetBuffer,Newtonsoft.Json.JsonSerializer)
|
||||
id: ReadObject``1(Lidgren.Network.NetBuffer,Newtonsoft.Json.JsonSerializer)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Data.NetExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ReadObject<T>(NetBuffer, JsonSerializer)
|
||||
nameWithType: NetExtensions.ReadObject<T>(NetBuffer, JsonSerializer)
|
||||
fullName: MLEM.Data.NetExtensions.ReadObject<T>(Lidgren.Network.NetBuffer, Newtonsoft.Json.JsonSerializer)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Data/NetExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: ReadObject
|
||||
path: ../MLEM.Data/NetExtensions.cs
|
||||
startLine: 52
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
namespace: MLEM.Data
|
||||
syntax:
|
||||
content: public static T ReadObject<T>(this NetBuffer buffer, JsonSerializer serializer)
|
||||
parameters:
|
||||
- id: buffer
|
||||
type: Lidgren.Network.NetBuffer
|
||||
- id: serializer
|
||||
type: Newtonsoft.Json.JsonSerializer
|
||||
typeParameters:
|
||||
- id: T
|
||||
return:
|
||||
type: '{T}'
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function ReadObject(Of T)(buffer As NetBuffer, serializer As JsonSerializer) As T
|
||||
overload: MLEM.Data.NetExtensions.ReadObject*
|
||||
nameWithType.vb: NetExtensions.ReadObject(Of T)(NetBuffer, JsonSerializer)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
fullName.vb: MLEM.Data.NetExtensions.ReadObject(Of T)(Lidgren.Network.NetBuffer, Newtonsoft.Json.JsonSerializer)
|
||||
name.vb: ReadObject(Of T)(NetBuffer, JsonSerializer)
|
||||
references:
|
||||
- uid: MLEM.Data
|
||||
commentId: N:MLEM.Data
|
||||
name: MLEM.Data
|
||||
nameWithType: MLEM.Data
|
||||
fullName: MLEM.Data
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Data.NetExtensions.Write*
|
||||
commentId: Overload:MLEM.Data.NetExtensions.Write
|
||||
name: Write
|
||||
nameWithType: NetExtensions.Write
|
||||
fullName: MLEM.Data.NetExtensions.Write
|
||||
- uid: Lidgren.Network.NetBuffer
|
||||
commentId: T:Lidgren.Network.NetBuffer
|
||||
parent: Lidgren.Network
|
||||
isExternal: true
|
||||
name: NetBuffer
|
||||
nameWithType: NetBuffer
|
||||
fullName: Lidgren.Network.NetBuffer
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
commentId: T:Microsoft.Xna.Framework.Vector2
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Vector2
|
||||
nameWithType: Vector2
|
||||
fullName: Microsoft.Xna.Framework.Vector2
|
||||
- uid: Lidgren.Network
|
||||
commentId: N:Lidgren.Network
|
||||
isExternal: true
|
||||
name: Lidgren.Network
|
||||
nameWithType: Lidgren.Network
|
||||
fullName: Lidgren.Network
|
||||
- uid: Microsoft.Xna.Framework
|
||||
commentId: N:Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework
|
||||
nameWithType: Microsoft.Xna.Framework
|
||||
fullName: Microsoft.Xna.Framework
|
||||
- uid: MLEM.Data.NetExtensions.ReadVector2*
|
||||
commentId: Overload:MLEM.Data.NetExtensions.ReadVector2
|
||||
name: ReadVector2
|
||||
nameWithType: NetExtensions.ReadVector2
|
||||
fullName: MLEM.Data.NetExtensions.ReadVector2
|
||||
- uid: System.Guid
|
||||
commentId: T:System.Guid
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Guid
|
||||
nameWithType: Guid
|
||||
fullName: System.Guid
|
||||
- uid: MLEM.Data.NetExtensions.ReadGuid*
|
||||
commentId: Overload:MLEM.Data.NetExtensions.ReadGuid
|
||||
name: ReadGuid
|
||||
nameWithType: NetExtensions.ReadGuid
|
||||
fullName: MLEM.Data.NetExtensions.ReadGuid
|
||||
- uid: MLEM.Misc.Direction2
|
||||
commentId: T:MLEM.Misc.Direction2
|
||||
parent: MLEM.Misc
|
||||
name: Direction2
|
||||
nameWithType: Direction2
|
||||
fullName: MLEM.Misc.Direction2
|
||||
- uid: MLEM.Misc
|
||||
commentId: N:MLEM.Misc
|
||||
name: MLEM.Misc
|
||||
nameWithType: MLEM.Misc
|
||||
fullName: MLEM.Misc
|
||||
- uid: MLEM.Data.NetExtensions.ReadDirection*
|
||||
commentId: Overload:MLEM.Data.NetExtensions.ReadDirection
|
||||
name: ReadDirection
|
||||
nameWithType: NetExtensions.ReadDirection
|
||||
fullName: MLEM.Data.NetExtensions.ReadDirection
|
||||
- uid: MLEM.Data.NetExtensions.WriteObject*
|
||||
commentId: Overload:MLEM.Data.NetExtensions.WriteObject
|
||||
name: WriteObject
|
||||
nameWithType: NetExtensions.WriteObject
|
||||
fullName: MLEM.Data.NetExtensions.WriteObject
|
||||
- uid: '{T}'
|
||||
commentId: '!:T'
|
||||
definition: T
|
||||
name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- uid: Newtonsoft.Json.JsonSerializer
|
||||
commentId: T:Newtonsoft.Json.JsonSerializer
|
||||
parent: Newtonsoft.Json
|
||||
isExternal: true
|
||||
name: JsonSerializer
|
||||
nameWithType: JsonSerializer
|
||||
fullName: Newtonsoft.Json.JsonSerializer
|
||||
- uid: T
|
||||
name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- uid: Newtonsoft.Json
|
||||
commentId: N:Newtonsoft.Json
|
||||
isExternal: true
|
||||
name: Newtonsoft.Json
|
||||
nameWithType: Newtonsoft.Json
|
||||
fullName: Newtonsoft.Json
|
||||
- uid: MLEM.Data.NetExtensions.ReadObject*
|
||||
commentId: Overload:MLEM.Data.NetExtensions.ReadObject
|
||||
name: ReadObject
|
||||
nameWithType: NetExtensions.ReadObject
|
||||
fullName: MLEM.Data.NetExtensions.ReadObject
|
|
@ -1,40 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Data
|
||||
commentId: N:MLEM.Data
|
||||
id: MLEM.Data
|
||||
children:
|
||||
- MLEM.Data.ContentExtensions
|
||||
- MLEM.Data.NetBufferSerializer
|
||||
- MLEM.Data.NetExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MLEM.Data
|
||||
nameWithType: MLEM.Data
|
||||
fullName: MLEM.Data
|
||||
type: Namespace
|
||||
assemblies:
|
||||
- MLEM.Data
|
||||
references:
|
||||
- uid: MLEM.Data.ContentExtensions
|
||||
commentId: T:MLEM.Data.ContentExtensions
|
||||
parent: MLEM.Data
|
||||
name: ContentExtensions
|
||||
nameWithType: ContentExtensions
|
||||
fullName: MLEM.Data.ContentExtensions
|
||||
- uid: MLEM.Data.NetBufferSerializer
|
||||
commentId: T:MLEM.Data.NetBufferSerializer
|
||||
name: NetBufferSerializer
|
||||
nameWithType: NetBufferSerializer
|
||||
fullName: MLEM.Data.NetBufferSerializer
|
||||
- uid: MLEM.Data.NetExtensions
|
||||
commentId: T:MLEM.Data.NetExtensions
|
||||
name: NetExtensions
|
||||
nameWithType: NetExtensions
|
||||
fullName: MLEM.Data.NetExtensions
|
||||
- uid: MLEM.Data
|
||||
commentId: N:MLEM.Data
|
||||
name: MLEM.Data
|
||||
nameWithType: MLEM.Data
|
||||
fullName: MLEM.Data
|
|
@ -1,461 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extended.Extensions.NumberExtensions
|
||||
commentId: T:MLEM.Extended.Extensions.NumberExtensions
|
||||
id: NumberExtensions
|
||||
parent: MLEM.Extended.Extensions
|
||||
children:
|
||||
- MLEM.Extended.Extensions.NumberExtensions.ToExtended(MLEM.Misc.RectangleF)
|
||||
- MLEM.Extended.Extensions.NumberExtensions.ToMlem(MonoGame.Extended.RectangleF)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: NumberExtensions
|
||||
nameWithType: NumberExtensions
|
||||
fullName: MLEM.Extended.Extensions.NumberExtensions
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Extensions/NumberExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: NumberExtensions
|
||||
path: ../MLEM.Extended/Extensions/NumberExtensions.cs
|
||||
startLine: 3
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Extensions
|
||||
syntax:
|
||||
content: public static class NumberExtensions
|
||||
content.vb: Public Module NumberExtensions
|
||||
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.Extended.Extensions.NumberExtensions.ToExtended(MLEM.Misc.RectangleF)
|
||||
commentId: M:MLEM.Extended.Extensions.NumberExtensions.ToExtended(MLEM.Misc.RectangleF)
|
||||
id: ToExtended(MLEM.Misc.RectangleF)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extended.Extensions.NumberExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ToExtended(RectangleF)
|
||||
nameWithType: NumberExtensions.ToExtended(RectangleF)
|
||||
fullName: MLEM.Extended.Extensions.NumberExtensions.ToExtended(MLEM.Misc.RectangleF)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Extensions/NumberExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: ToExtended
|
||||
path: ../MLEM.Extended/Extensions/NumberExtensions.cs
|
||||
startLine: 5
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Extensions
|
||||
syntax:
|
||||
content: public static RectangleF ToExtended(this RectangleF rect)
|
||||
parameters:
|
||||
- id: rect
|
||||
type: MLEM.Misc.RectangleF
|
||||
return:
|
||||
type: MonoGame.Extended.RectangleF
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function ToExtended(rect As RectangleF) As RectangleF
|
||||
overload: MLEM.Extended.Extensions.NumberExtensions.ToExtended*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Extended.Extensions.NumberExtensions.ToMlem(MonoGame.Extended.RectangleF)
|
||||
commentId: M:MLEM.Extended.Extensions.NumberExtensions.ToMlem(MonoGame.Extended.RectangleF)
|
||||
id: ToMlem(MonoGame.Extended.RectangleF)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extended.Extensions.NumberExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ToMlem(RectangleF)
|
||||
nameWithType: NumberExtensions.ToMlem(RectangleF)
|
||||
fullName: MLEM.Extended.Extensions.NumberExtensions.ToMlem(MonoGame.Extended.RectangleF)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Extensions/NumberExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: ToMlem
|
||||
path: ../MLEM.Extended/Extensions/NumberExtensions.cs
|
||||
startLine: 9
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Extensions
|
||||
syntax:
|
||||
content: public static RectangleF ToMlem(this RectangleF rect)
|
||||
parameters:
|
||||
- id: rect
|
||||
type: MonoGame.Extended.RectangleF
|
||||
return:
|
||||
type: MLEM.Misc.RectangleF
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function ToMlem(rect As RectangleF) As RectangleF
|
||||
overload: MLEM.Extended.Extensions.NumberExtensions.ToMlem*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
references:
|
||||
- uid: MLEM.Extended.Extensions
|
||||
commentId: N:MLEM.Extended.Extensions
|
||||
name: MLEM.Extended.Extensions
|
||||
nameWithType: MLEM.Extended.Extensions
|
||||
fullName: MLEM.Extended.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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Extended.Extensions.NumberExtensions.ToExtended*
|
||||
commentId: Overload:MLEM.Extended.Extensions.NumberExtensions.ToExtended
|
||||
name: ToExtended
|
||||
nameWithType: NumberExtensions.ToExtended
|
||||
fullName: MLEM.Extended.Extensions.NumberExtensions.ToExtended
|
||||
- uid: MLEM.Misc.RectangleF
|
||||
commentId: T:MLEM.Misc.RectangleF
|
||||
parent: MLEM.Misc
|
||||
name: RectangleF
|
||||
nameWithType: RectangleF
|
||||
fullName: MLEM.Misc.RectangleF
|
||||
- uid: MonoGame.Extended.RectangleF
|
||||
commentId: T:MonoGame.Extended.RectangleF
|
||||
parent: MonoGame.Extended
|
||||
isExternal: true
|
||||
name: RectangleF
|
||||
nameWithType: RectangleF
|
||||
fullName: MonoGame.Extended.RectangleF
|
||||
- uid: MLEM.Misc
|
||||
commentId: N:MLEM.Misc
|
||||
name: MLEM.Misc
|
||||
nameWithType: MLEM.Misc
|
||||
fullName: MLEM.Misc
|
||||
- uid: MonoGame.Extended
|
||||
commentId: N:MonoGame.Extended
|
||||
isExternal: true
|
||||
name: MonoGame.Extended
|
||||
nameWithType: MonoGame.Extended
|
||||
fullName: MonoGame.Extended
|
||||
- uid: MLEM.Extended.Extensions.NumberExtensions.ToMlem*
|
||||
commentId: Overload:MLEM.Extended.Extensions.NumberExtensions.ToMlem
|
||||
name: ToMlem
|
||||
nameWithType: NumberExtensions.ToMlem
|
||||
fullName: MLEM.Extended.Extensions.NumberExtensions.ToMlem
|
|
@ -1,660 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extended.Extensions.RandomExtensions
|
||||
commentId: T:MLEM.Extended.Extensions.RandomExtensions
|
||||
id: RandomExtensions
|
||||
parent: MLEM.Extended.Extensions
|
||||
children:
|
||||
- MLEM.Extended.Extensions.RandomExtensions.NextVector2(System.Random,System.Single,System.Single)
|
||||
- MLEM.Extended.Extensions.RandomExtensions.Range(System.Random,MonoGame.Extended.Range{System.Int32})
|
||||
- MLEM.Extended.Extensions.RandomExtensions.Range(System.Random,MonoGame.Extended.Range{System.Single})
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: RandomExtensions
|
||||
nameWithType: RandomExtensions
|
||||
fullName: MLEM.Extended.Extensions.RandomExtensions
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Extensions/RandomExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: RandomExtensions
|
||||
path: ../MLEM.Extended/Extensions/RandomExtensions.cs
|
||||
startLine: 5
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Extensions
|
||||
syntax:
|
||||
content: public static class RandomExtensions
|
||||
content.vb: Public Module RandomExtensions
|
||||
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.Extended.Extensions.RandomExtensions.Range(System.Random,MonoGame.Extended.Range{System.Int32})
|
||||
commentId: M:MLEM.Extended.Extensions.RandomExtensions.Range(System.Random,MonoGame.Extended.Range{System.Int32})
|
||||
id: Range(System.Random,MonoGame.Extended.Range{System.Int32})
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extended.Extensions.RandomExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Range(Random, Range<Int32>)
|
||||
nameWithType: RandomExtensions.Range(Random, Range<Int32>)
|
||||
fullName: MLEM.Extended.Extensions.RandomExtensions.Range(System.Random, MonoGame.Extended.Range<System.Int32>)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Extensions/RandomExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Range
|
||||
path: ../MLEM.Extended/Extensions/RandomExtensions.cs
|
||||
startLine: 7
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Extensions
|
||||
syntax:
|
||||
content: public static int Range(this Random random, Range<int> range)
|
||||
parameters:
|
||||
- id: random
|
||||
type: System.Random
|
||||
- id: range
|
||||
type: MonoGame.Extended.Range{System.Int32}
|
||||
return:
|
||||
type: System.Int32
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function Range(random As Random, range As Range(Of Integer)) As Integer
|
||||
overload: MLEM.Extended.Extensions.RandomExtensions.Range*
|
||||
nameWithType.vb: RandomExtensions.Range(Random, Range(Of Int32))
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
fullName.vb: MLEM.Extended.Extensions.RandomExtensions.Range(System.Random, MonoGame.Extended.Range(Of System.Int32))
|
||||
name.vb: Range(Random, Range(Of Int32))
|
||||
- uid: MLEM.Extended.Extensions.RandomExtensions.Range(System.Random,MonoGame.Extended.Range{System.Single})
|
||||
commentId: M:MLEM.Extended.Extensions.RandomExtensions.Range(System.Random,MonoGame.Extended.Range{System.Single})
|
||||
id: Range(System.Random,MonoGame.Extended.Range{System.Single})
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extended.Extensions.RandomExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Range(Random, Range<Single>)
|
||||
nameWithType: RandomExtensions.Range(Random, Range<Single>)
|
||||
fullName: MLEM.Extended.Extensions.RandomExtensions.Range(System.Random, MonoGame.Extended.Range<System.Single>)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Extensions/RandomExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Range
|
||||
path: ../MLEM.Extended/Extensions/RandomExtensions.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Extensions
|
||||
syntax:
|
||||
content: public static float Range(this Random random, Range<float> range)
|
||||
parameters:
|
||||
- id: random
|
||||
type: System.Random
|
||||
- id: range
|
||||
type: MonoGame.Extended.Range{System.Single}
|
||||
return:
|
||||
type: System.Single
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function Range(random As Random, range As Range(Of Single)) As Single
|
||||
overload: MLEM.Extended.Extensions.RandomExtensions.Range*
|
||||
nameWithType.vb: RandomExtensions.Range(Random, Range(Of Single))
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
fullName.vb: MLEM.Extended.Extensions.RandomExtensions.Range(System.Random, MonoGame.Extended.Range(Of System.Single))
|
||||
name.vb: Range(Random, Range(Of Single))
|
||||
- uid: MLEM.Extended.Extensions.RandomExtensions.NextVector2(System.Random,System.Single,System.Single)
|
||||
commentId: M:MLEM.Extended.Extensions.RandomExtensions.NextVector2(System.Random,System.Single,System.Single)
|
||||
id: NextVector2(System.Random,System.Single,System.Single)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extended.Extensions.RandomExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: NextVector2(Random, Single, Single)
|
||||
nameWithType: RandomExtensions.NextVector2(Random, Single, Single)
|
||||
fullName: MLEM.Extended.Extensions.RandomExtensions.NextVector2(System.Random, System.Single, System.Single)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Extensions/RandomExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: NextVector2
|
||||
path: ../MLEM.Extended/Extensions/RandomExtensions.cs
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Extensions
|
||||
syntax:
|
||||
content: public static Vector2 NextVector2(this Random random, float min, float max)
|
||||
parameters:
|
||||
- id: random
|
||||
type: System.Random
|
||||
- id: min
|
||||
type: System.Single
|
||||
- id: max
|
||||
type: System.Single
|
||||
return:
|
||||
type: Microsoft.Xna.Framework.Vector2
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function NextVector2(random As Random, min As Single, max As Single) As Vector2
|
||||
overload: MLEM.Extended.Extensions.RandomExtensions.NextVector2*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
references:
|
||||
- uid: MLEM.Extended.Extensions
|
||||
commentId: N:MLEM.Extended.Extensions
|
||||
name: MLEM.Extended.Extensions
|
||||
nameWithType: MLEM.Extended.Extensions
|
||||
fullName: MLEM.Extended.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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Extended.Extensions.RandomExtensions.Range*
|
||||
commentId: Overload:MLEM.Extended.Extensions.RandomExtensions.Range
|
||||
name: Range
|
||||
nameWithType: RandomExtensions.Range
|
||||
fullName: MLEM.Extended.Extensions.RandomExtensions.Range
|
||||
- uid: System.Random
|
||||
commentId: T:System.Random
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Random
|
||||
nameWithType: Random
|
||||
fullName: System.Random
|
||||
- uid: MonoGame.Extended.Range{System.Int32}
|
||||
commentId: T:MonoGame.Extended.Range{System.Int32}
|
||||
parent: MonoGame.Extended
|
||||
definition: MonoGame.Extended.Range`1
|
||||
name: Range<Int32>
|
||||
nameWithType: Range<Int32>
|
||||
fullName: MonoGame.Extended.Range<System.Int32>
|
||||
nameWithType.vb: Range(Of Int32)
|
||||
fullName.vb: MonoGame.Extended.Range(Of System.Int32)
|
||||
name.vb: Range(Of Int32)
|
||||
spec.csharp:
|
||||
- uid: MonoGame.Extended.Range`1
|
||||
name: Range
|
||||
nameWithType: Range
|
||||
fullName: MonoGame.Extended.Range
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: System.Int32
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: MonoGame.Extended.Range`1
|
||||
name: Range
|
||||
nameWithType: Range
|
||||
fullName: MonoGame.Extended.Range
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: System.Int32
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Int32
|
||||
commentId: T:System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: MonoGame.Extended.Range`1
|
||||
commentId: T:MonoGame.Extended.Range`1
|
||||
isExternal: true
|
||||
name: Range<T>
|
||||
nameWithType: Range<T>
|
||||
fullName: MonoGame.Extended.Range<T>
|
||||
nameWithType.vb: Range(Of T)
|
||||
fullName.vb: MonoGame.Extended.Range(Of T)
|
||||
name.vb: Range(Of T)
|
||||
spec.csharp:
|
||||
- uid: MonoGame.Extended.Range`1
|
||||
name: Range
|
||||
nameWithType: Range
|
||||
fullName: MonoGame.Extended.Range
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: MonoGame.Extended.Range`1
|
||||
name: Range
|
||||
nameWithType: Range
|
||||
fullName: MonoGame.Extended.Range
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MonoGame.Extended
|
||||
commentId: N:MonoGame.Extended
|
||||
isExternal: true
|
||||
name: MonoGame.Extended
|
||||
nameWithType: MonoGame.Extended
|
||||
fullName: MonoGame.Extended
|
||||
- uid: MonoGame.Extended.Range{System.Single}
|
||||
commentId: T:MonoGame.Extended.Range{System.Single}
|
||||
parent: MonoGame.Extended
|
||||
definition: MonoGame.Extended.Range`1
|
||||
name: Range<Single>
|
||||
nameWithType: Range<Single>
|
||||
fullName: MonoGame.Extended.Range<System.Single>
|
||||
nameWithType.vb: Range(Of Single)
|
||||
fullName.vb: MonoGame.Extended.Range(Of System.Single)
|
||||
name.vb: Range(Of Single)
|
||||
spec.csharp:
|
||||
- uid: MonoGame.Extended.Range`1
|
||||
name: Range
|
||||
nameWithType: Range
|
||||
fullName: MonoGame.Extended.Range
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: MonoGame.Extended.Range`1
|
||||
name: Range
|
||||
nameWithType: Range
|
||||
fullName: MonoGame.Extended.Range
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: System.Single
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Single
|
||||
commentId: T:System.Single
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
- uid: MLEM.Extended.Extensions.RandomExtensions.NextVector2*
|
||||
commentId: Overload:MLEM.Extended.Extensions.RandomExtensions.NextVector2
|
||||
name: NextVector2
|
||||
nameWithType: RandomExtensions.NextVector2
|
||||
fullName: MLEM.Extended.Extensions.RandomExtensions.NextVector2
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
commentId: T:Microsoft.Xna.Framework.Vector2
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Vector2
|
||||
nameWithType: Vector2
|
||||
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
|
|
@ -1,654 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extended.Extensions.SpriteBatchExtensions
|
||||
commentId: T:MLEM.Extended.Extensions.SpriteBatchExtensions
|
||||
id: SpriteBatchExtensions
|
||||
parent: MLEM.Extended.Extensions
|
||||
children:
|
||||
- MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,Microsoft.Xna.Framework.Color)
|
||||
- MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color)
|
||||
- MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SpriteBatchExtensions
|
||||
nameWithType: SpriteBatchExtensions
|
||||
fullName: MLEM.Extended.Extensions.SpriteBatchExtensions
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Extensions/SpriteBatchExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: SpriteBatchExtensions
|
||||
path: ../MLEM.Extended/Extensions/SpriteBatchExtensions.cs
|
||||
startLine: 8
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Extensions
|
||||
syntax:
|
||||
content: public static class SpriteBatchExtensions
|
||||
content.vb: Public Module SpriteBatchExtensions
|
||||
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.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
|
||||
commentId: M:MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
|
||||
id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extended.Extensions.SpriteBatchExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Draw(SpriteBatch, Texture2D, RectangleF, Nullable<Rectangle>, Color, Single, Vector2, SpriteEffects, Single)
|
||||
nameWithType: SpriteBatchExtensions.Draw(SpriteBatch, Texture2D, RectangleF, Nullable<Rectangle>, Color, Single, Vector2, SpriteEffects, Single)
|
||||
fullName: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D, MonoGame.Extended.RectangleF, System.Nullable<Microsoft.Xna.Framework.Rectangle>, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Extensions/SpriteBatchExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Draw
|
||||
path: ../MLEM.Extended/Extensions/SpriteBatchExtensions.cs
|
||||
startLine: 10
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Extensions
|
||||
syntax:
|
||||
content: public static void Draw(this SpriteBatch batch, Texture2D texture, RectangleF destinationRectangle, Rectangle? sourceRectangle, Color color, float rotation, Vector2 origin, SpriteEffects effects, float layerDepth)
|
||||
parameters:
|
||||
- id: batch
|
||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
- id: texture
|
||||
type: Microsoft.Xna.Framework.Graphics.Texture2D
|
||||
- id: destinationRectangle
|
||||
type: MonoGame.Extended.RectangleF
|
||||
- id: sourceRectangle
|
||||
type: System.Nullable{Microsoft.Xna.Framework.Rectangle}
|
||||
- id: color
|
||||
type: Microsoft.Xna.Framework.Color
|
||||
- id: rotation
|
||||
type: System.Single
|
||||
- id: origin
|
||||
type: Microsoft.Xna.Framework.Vector2
|
||||
- id: effects
|
||||
type: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
- id: layerDepth
|
||||
type: System.Single
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub Draw(batch As SpriteBatch, texture As Texture2D, destinationRectangle As RectangleF, sourceRectangle As Rectangle?, color As Color, rotation As Single, origin As Vector2, effects As SpriteEffects, layerDepth As Single)
|
||||
overload: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw*
|
||||
nameWithType.vb: SpriteBatchExtensions.Draw(SpriteBatch, Texture2D, RectangleF, Nullable(Of Rectangle), Color, Single, Vector2, SpriteEffects, Single)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
fullName.vb: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D, MonoGame.Extended.RectangleF, System.Nullable(Of Microsoft.Xna.Framework.Rectangle), Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single)
|
||||
name.vb: Draw(SpriteBatch, Texture2D, RectangleF, Nullable(Of Rectangle), Color, Single, Vector2, SpriteEffects, Single)
|
||||
- uid: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color)
|
||||
commentId: M:MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color)
|
||||
id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extended.Extensions.SpriteBatchExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Draw(SpriteBatch, Texture2D, RectangleF, Nullable<Rectangle>, Color)
|
||||
nameWithType: SpriteBatchExtensions.Draw(SpriteBatch, Texture2D, RectangleF, Nullable<Rectangle>, Color)
|
||||
fullName: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D, MonoGame.Extended.RectangleF, System.Nullable<Microsoft.Xna.Framework.Rectangle>, Microsoft.Xna.Framework.Color)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Extensions/SpriteBatchExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Draw
|
||||
path: ../MLEM.Extended/Extensions/SpriteBatchExtensions.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Extensions
|
||||
syntax:
|
||||
content: public static void Draw(this SpriteBatch batch, Texture2D texture, RectangleF destinationRectangle, Rectangle? sourceRectangle, Color color)
|
||||
parameters:
|
||||
- id: batch
|
||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
- id: texture
|
||||
type: Microsoft.Xna.Framework.Graphics.Texture2D
|
||||
- id: destinationRectangle
|
||||
type: MonoGame.Extended.RectangleF
|
||||
- id: sourceRectangle
|
||||
type: System.Nullable{Microsoft.Xna.Framework.Rectangle}
|
||||
- id: color
|
||||
type: Microsoft.Xna.Framework.Color
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub Draw(batch As SpriteBatch, texture As Texture2D, destinationRectangle As RectangleF, sourceRectangle As Rectangle?, color As Color)
|
||||
overload: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw*
|
||||
nameWithType.vb: SpriteBatchExtensions.Draw(SpriteBatch, Texture2D, RectangleF, Nullable(Of Rectangle), Color)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
fullName.vb: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D, MonoGame.Extended.RectangleF, System.Nullable(Of Microsoft.Xna.Framework.Rectangle), Microsoft.Xna.Framework.Color)
|
||||
name.vb: Draw(SpriteBatch, Texture2D, RectangleF, Nullable(Of Rectangle), Color)
|
||||
- uid: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,Microsoft.Xna.Framework.Color)
|
||||
commentId: M:MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,Microsoft.Xna.Framework.Color)
|
||||
id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MonoGame.Extended.RectangleF,Microsoft.Xna.Framework.Color)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extended.Extensions.SpriteBatchExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Draw(SpriteBatch, Texture2D, RectangleF, Color)
|
||||
nameWithType: SpriteBatchExtensions.Draw(SpriteBatch, Texture2D, RectangleF, Color)
|
||||
fullName: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D, MonoGame.Extended.RectangleF, Microsoft.Xna.Framework.Color)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Extensions/SpriteBatchExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Draw
|
||||
path: ../MLEM.Extended/Extensions/SpriteBatchExtensions.cs
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Extensions
|
||||
syntax:
|
||||
content: public static void Draw(this SpriteBatch batch, Texture2D texture, RectangleF destinationRectangle, Color color)
|
||||
parameters:
|
||||
- id: batch
|
||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
- id: texture
|
||||
type: Microsoft.Xna.Framework.Graphics.Texture2D
|
||||
- id: destinationRectangle
|
||||
type: MonoGame.Extended.RectangleF
|
||||
- id: color
|
||||
type: Microsoft.Xna.Framework.Color
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub Draw(batch As SpriteBatch, texture As Texture2D, destinationRectangle As RectangleF, color As Color)
|
||||
overload: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
references:
|
||||
- uid: MLEM.Extended.Extensions
|
||||
commentId: N:MLEM.Extended.Extensions
|
||||
name: MLEM.Extended.Extensions
|
||||
nameWithType: MLEM.Extended.Extensions
|
||||
fullName: MLEM.Extended.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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw*
|
||||
commentId: Overload:MLEM.Extended.Extensions.SpriteBatchExtensions.Draw
|
||||
name: Draw
|
||||
nameWithType: SpriteBatchExtensions.Draw
|
||||
fullName: MLEM.Extended.Extensions.SpriteBatchExtensions.Draw
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
commentId: T:Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
parent: Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: SpriteBatch
|
||||
nameWithType: SpriteBatch
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
- uid: Microsoft.Xna.Framework.Graphics.Texture2D
|
||||
commentId: T:Microsoft.Xna.Framework.Graphics.Texture2D
|
||||
parent: Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: Texture2D
|
||||
nameWithType: Texture2D
|
||||
fullName: Microsoft.Xna.Framework.Graphics.Texture2D
|
||||
- uid: MonoGame.Extended.RectangleF
|
||||
commentId: T:MonoGame.Extended.RectangleF
|
||||
parent: MonoGame.Extended
|
||||
isExternal: true
|
||||
name: RectangleF
|
||||
nameWithType: RectangleF
|
||||
fullName: MonoGame.Extended.RectangleF
|
||||
- uid: System.Nullable{Microsoft.Xna.Framework.Rectangle}
|
||||
commentId: T:System.Nullable{Microsoft.Xna.Framework.Rectangle}
|
||||
parent: System
|
||||
definition: System.Nullable`1
|
||||
name: Nullable<Rectangle>
|
||||
nameWithType: Nullable<Rectangle>
|
||||
fullName: System.Nullable<Microsoft.Xna.Framework.Rectangle>
|
||||
nameWithType.vb: Nullable(Of Rectangle)
|
||||
fullName.vb: System.Nullable(Of Microsoft.Xna.Framework.Rectangle)
|
||||
name.vb: Nullable(Of Rectangle)
|
||||
spec.csharp:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: Microsoft.Xna.Framework.Rectangle
|
||||
name: Rectangle
|
||||
nameWithType: Rectangle
|
||||
fullName: Microsoft.Xna.Framework.Rectangle
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: Microsoft.Xna.Framework.Rectangle
|
||||
name: Rectangle
|
||||
nameWithType: Rectangle
|
||||
fullName: Microsoft.Xna.Framework.Rectangle
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: Microsoft.Xna.Framework.Color
|
||||
commentId: T:Microsoft.Xna.Framework.Color
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Color
|
||||
nameWithType: Color
|
||||
fullName: Microsoft.Xna.Framework.Color
|
||||
- uid: System.Single
|
||||
commentId: T:System.Single
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
commentId: T:Microsoft.Xna.Framework.Vector2
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Vector2
|
||||
nameWithType: Vector2
|
||||
fullName: Microsoft.Xna.Framework.Vector2
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
commentId: T:Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
parent: Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: SpriteEffects
|
||||
nameWithType: SpriteEffects
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
- uid: Microsoft.Xna.Framework.Graphics
|
||||
commentId: N:Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework.Graphics
|
||||
nameWithType: Microsoft.Xna.Framework.Graphics
|
||||
fullName: Microsoft.Xna.Framework.Graphics
|
||||
- uid: MonoGame.Extended
|
||||
commentId: N:MonoGame.Extended
|
||||
isExternal: true
|
||||
name: MonoGame.Extended
|
||||
nameWithType: MonoGame.Extended
|
||||
fullName: MonoGame.Extended
|
||||
- uid: System.Nullable`1
|
||||
commentId: T:System.Nullable`1
|
||||
isExternal: true
|
||||
name: Nullable<T>
|
||||
nameWithType: Nullable<T>
|
||||
fullName: System.Nullable<T>
|
||||
nameWithType.vb: Nullable(Of T)
|
||||
fullName.vb: System.Nullable(Of T)
|
||||
name.vb: Nullable(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: Microsoft.Xna.Framework
|
||||
commentId: N:Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework
|
||||
nameWithType: Microsoft.Xna.Framework
|
||||
fullName: Microsoft.Xna.Framework
|
|
@ -1,558 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extended.Extensions.TextureExtensions
|
||||
commentId: T:MLEM.Extended.Extensions.TextureExtensions
|
||||
id: TextureExtensions
|
||||
parent: MLEM.Extended.Extensions
|
||||
children:
|
||||
- MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch)
|
||||
- MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion)
|
||||
- MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.NinePatchRegion2D)
|
||||
- MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.TextureRegion2D)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TextureExtensions
|
||||
nameWithType: TextureExtensions
|
||||
fullName: MLEM.Extended.Extensions.TextureExtensions
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Extensions/TextureExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: TextureExtensions
|
||||
path: ../MLEM.Extended/Extensions/TextureExtensions.cs
|
||||
startLine: 5
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Extensions
|
||||
syntax:
|
||||
content: public static class TextureExtensions
|
||||
content.vb: Public Module TextureExtensions
|
||||
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.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch)
|
||||
commentId: M:MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch)
|
||||
id: ToExtended(MLEM.Textures.NinePatch)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extended.Extensions.TextureExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ToExtended(NinePatch)
|
||||
nameWithType: TextureExtensions.ToExtended(NinePatch)
|
||||
fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.NinePatch)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Extensions/TextureExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: ToExtended
|
||||
path: ../MLEM.Extended/Extensions/TextureExtensions.cs
|
||||
startLine: 7
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Extensions
|
||||
syntax:
|
||||
content: public static NinePatchRegion2D ToExtended(this NinePatch patch)
|
||||
parameters:
|
||||
- id: patch
|
||||
type: MLEM.Textures.NinePatch
|
||||
return:
|
||||
type: MonoGame.Extended.TextureAtlases.NinePatchRegion2D
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function ToExtended(patch As NinePatch) As NinePatchRegion2D
|
||||
overload: MLEM.Extended.Extensions.TextureExtensions.ToExtended*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion)
|
||||
commentId: M:MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion)
|
||||
id: ToExtended(MLEM.Textures.TextureRegion)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extended.Extensions.TextureExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ToExtended(TextureRegion)
|
||||
nameWithType: TextureExtensions.ToExtended(TextureRegion)
|
||||
fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended(MLEM.Textures.TextureRegion)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Extensions/TextureExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: ToExtended
|
||||
path: ../MLEM.Extended/Extensions/TextureExtensions.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Extensions
|
||||
syntax:
|
||||
content: public static TextureRegion2D ToExtended(this TextureRegion region)
|
||||
parameters:
|
||||
- id: region
|
||||
type: MLEM.Textures.TextureRegion
|
||||
return:
|
||||
type: MonoGame.Extended.TextureAtlases.TextureRegion2D
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function ToExtended(region As TextureRegion) As TextureRegion2D
|
||||
overload: MLEM.Extended.Extensions.TextureExtensions.ToExtended*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.NinePatchRegion2D)
|
||||
commentId: M:MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.NinePatchRegion2D)
|
||||
id: ToMlem(MonoGame.Extended.TextureAtlases.NinePatchRegion2D)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extended.Extensions.TextureExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ToMlem(NinePatchRegion2D)
|
||||
nameWithType: TextureExtensions.ToMlem(NinePatchRegion2D)
|
||||
fullName: MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.NinePatchRegion2D)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Extensions/TextureExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: ToMlem
|
||||
path: ../MLEM.Extended/Extensions/TextureExtensions.cs
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Extensions
|
||||
syntax:
|
||||
content: public static NinePatch ToMlem(this NinePatchRegion2D patch)
|
||||
parameters:
|
||||
- id: patch
|
||||
type: MonoGame.Extended.TextureAtlases.NinePatchRegion2D
|
||||
return:
|
||||
type: MLEM.Textures.NinePatch
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function ToMlem(patch As NinePatchRegion2D) As NinePatch
|
||||
overload: MLEM.Extended.Extensions.TextureExtensions.ToMlem*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.TextureRegion2D)
|
||||
commentId: M:MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.TextureRegion2D)
|
||||
id: ToMlem(MonoGame.Extended.TextureAtlases.TextureRegion2D)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extended.Extensions.TextureExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ToMlem(TextureRegion2D)
|
||||
nameWithType: TextureExtensions.ToMlem(TextureRegion2D)
|
||||
fullName: MLEM.Extended.Extensions.TextureExtensions.ToMlem(MonoGame.Extended.TextureAtlases.TextureRegion2D)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Extensions/TextureExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: ToMlem
|
||||
path: ../MLEM.Extended/Extensions/TextureExtensions.cs
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Extensions
|
||||
syntax:
|
||||
content: public static TextureRegion ToMlem(this TextureRegion2D region)
|
||||
parameters:
|
||||
- id: region
|
||||
type: MonoGame.Extended.TextureAtlases.TextureRegion2D
|
||||
return:
|
||||
type: MLEM.Textures.TextureRegion
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function ToMlem(region As TextureRegion2D) As TextureRegion
|
||||
overload: MLEM.Extended.Extensions.TextureExtensions.ToMlem*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
references:
|
||||
- uid: MLEM.Extended.Extensions
|
||||
commentId: N:MLEM.Extended.Extensions
|
||||
name: MLEM.Extended.Extensions
|
||||
nameWithType: MLEM.Extended.Extensions
|
||||
fullName: MLEM.Extended.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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Extended.Extensions.TextureExtensions.ToExtended*
|
||||
commentId: Overload:MLEM.Extended.Extensions.TextureExtensions.ToExtended
|
||||
name: ToExtended
|
||||
nameWithType: TextureExtensions.ToExtended
|
||||
fullName: MLEM.Extended.Extensions.TextureExtensions.ToExtended
|
||||
- uid: MLEM.Textures.NinePatch
|
||||
commentId: T:MLEM.Textures.NinePatch
|
||||
parent: MLEM.Textures
|
||||
name: NinePatch
|
||||
nameWithType: NinePatch
|
||||
fullName: MLEM.Textures.NinePatch
|
||||
- uid: MonoGame.Extended.TextureAtlases.NinePatchRegion2D
|
||||
commentId: T:MonoGame.Extended.TextureAtlases.NinePatchRegion2D
|
||||
parent: MonoGame.Extended.TextureAtlases
|
||||
isExternal: true
|
||||
name: NinePatchRegion2D
|
||||
nameWithType: NinePatchRegion2D
|
||||
fullName: MonoGame.Extended.TextureAtlases.NinePatchRegion2D
|
||||
- uid: MLEM.Textures
|
||||
commentId: N:MLEM.Textures
|
||||
name: MLEM.Textures
|
||||
nameWithType: MLEM.Textures
|
||||
fullName: MLEM.Textures
|
||||
- uid: MonoGame.Extended.TextureAtlases
|
||||
commentId: N:MonoGame.Extended.TextureAtlases
|
||||
isExternal: true
|
||||
name: MonoGame.Extended.TextureAtlases
|
||||
nameWithType: MonoGame.Extended.TextureAtlases
|
||||
fullName: MonoGame.Extended.TextureAtlases
|
||||
- uid: MLEM.Textures.TextureRegion
|
||||
commentId: T:MLEM.Textures.TextureRegion
|
||||
parent: MLEM.Textures
|
||||
name: TextureRegion
|
||||
nameWithType: TextureRegion
|
||||
fullName: MLEM.Textures.TextureRegion
|
||||
- uid: MonoGame.Extended.TextureAtlases.TextureRegion2D
|
||||
commentId: T:MonoGame.Extended.TextureAtlases.TextureRegion2D
|
||||
parent: MonoGame.Extended.TextureAtlases
|
||||
isExternal: true
|
||||
name: TextureRegion2D
|
||||
nameWithType: TextureRegion2D
|
||||
fullName: MonoGame.Extended.TextureAtlases.TextureRegion2D
|
||||
- uid: MLEM.Extended.Extensions.TextureExtensions.ToMlem*
|
||||
commentId: Overload:MLEM.Extended.Extensions.TextureExtensions.ToMlem
|
||||
name: ToMlem
|
||||
nameWithType: TextureExtensions.ToMlem
|
||||
fullName: MLEM.Extended.Extensions.TextureExtensions.ToMlem
|
|
@ -1,47 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extended.Extensions
|
||||
commentId: N:MLEM.Extended.Extensions
|
||||
id: MLEM.Extended.Extensions
|
||||
children:
|
||||
- MLEM.Extended.Extensions.NumberExtensions
|
||||
- MLEM.Extended.Extensions.RandomExtensions
|
||||
- MLEM.Extended.Extensions.SpriteBatchExtensions
|
||||
- MLEM.Extended.Extensions.TextureExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MLEM.Extended.Extensions
|
||||
nameWithType: MLEM.Extended.Extensions
|
||||
fullName: MLEM.Extended.Extensions
|
||||
type: Namespace
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
references:
|
||||
- uid: MLEM.Extended.Extensions.NumberExtensions
|
||||
commentId: T:MLEM.Extended.Extensions.NumberExtensions
|
||||
parent: MLEM.Extended.Extensions
|
||||
name: NumberExtensions
|
||||
nameWithType: NumberExtensions
|
||||
fullName: MLEM.Extended.Extensions.NumberExtensions
|
||||
- uid: MLEM.Extended.Extensions.RandomExtensions
|
||||
commentId: T:MLEM.Extended.Extensions.RandomExtensions
|
||||
name: RandomExtensions
|
||||
nameWithType: RandomExtensions
|
||||
fullName: MLEM.Extended.Extensions.RandomExtensions
|
||||
- uid: MLEM.Extended.Extensions.SpriteBatchExtensions
|
||||
commentId: T:MLEM.Extended.Extensions.SpriteBatchExtensions
|
||||
name: SpriteBatchExtensions
|
||||
nameWithType: SpriteBatchExtensions
|
||||
fullName: MLEM.Extended.Extensions.SpriteBatchExtensions
|
||||
- uid: MLEM.Extended.Extensions.TextureExtensions
|
||||
commentId: T:MLEM.Extended.Extensions.TextureExtensions
|
||||
parent: MLEM.Extended.Extensions
|
||||
name: TextureExtensions
|
||||
nameWithType: TextureExtensions
|
||||
fullName: MLEM.Extended.Extensions.TextureExtensions
|
||||
- uid: MLEM.Extended.Extensions
|
||||
commentId: N:MLEM.Extended.Extensions
|
||||
name: MLEM.Extended.Extensions
|
||||
nameWithType: MLEM.Extended.Extensions
|
||||
fullName: MLEM.Extended.Extensions
|
File diff suppressed because it is too large
Load diff
|
@ -1,22 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extended.Font
|
||||
commentId: N:MLEM.Extended.Font
|
||||
id: MLEM.Extended.Font
|
||||
children:
|
||||
- MLEM.Extended.Font.GenericBitmapFont
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MLEM.Extended.Font
|
||||
nameWithType: MLEM.Extended.Font
|
||||
fullName: MLEM.Extended.Font
|
||||
type: Namespace
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
references:
|
||||
- uid: MLEM.Extended.Font.GenericBitmapFont
|
||||
commentId: T:MLEM.Extended.Font.GenericBitmapFont
|
||||
name: GenericBitmapFont
|
||||
nameWithType: GenericBitmapFont
|
||||
fullName: MLEM.Extended.Font.GenericBitmapFont
|
|
@ -1,64 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate
|
||||
commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate
|
||||
id: IndividualTiledMapRenderer.DrawDelegate
|
||||
parent: MLEM.Extended.Tiled
|
||||
children: []
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: IndividualTiledMapRenderer.DrawDelegate
|
||||
nameWithType: IndividualTiledMapRenderer.DrawDelegate
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate
|
||||
type: Delegate
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: DrawDelegate
|
||||
path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
startLine: 88
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public delegate void DrawDelegate(SpriteBatch batch, IndividualTiledMapRenderer.TileDrawInfo info);
|
||||
parameters:
|
||||
- id: batch
|
||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
- id: info
|
||||
type: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo
|
||||
content.vb: Public Delegate Sub DrawDelegate(batch As SpriteBatch, info As IndividualTiledMapRenderer.TileDrawInfo)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- delegate
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Delegate
|
||||
references:
|
||||
- uid: MLEM.Extended.Tiled
|
||||
commentId: N:MLEM.Extended.Tiled
|
||||
name: MLEM.Extended.Tiled
|
||||
nameWithType: MLEM.Extended.Tiled
|
||||
fullName: MLEM.Extended.Tiled
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
commentId: T:Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
parent: Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: SpriteBatch
|
||||
nameWithType: SpriteBatch
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo
|
||||
commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo
|
||||
parent: MLEM.Extended.Tiled
|
||||
name: IndividualTiledMapRenderer.TileDrawInfo
|
||||
nameWithType: IndividualTiledMapRenderer.TileDrawInfo
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo
|
||||
- uid: Microsoft.Xna.Framework.Graphics
|
||||
commentId: N:Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework.Graphics
|
||||
nameWithType: Microsoft.Xna.Framework.Graphics
|
||||
fullName: Microsoft.Xna.Framework.Graphics
|
|
@ -1,104 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth
|
||||
commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth
|
||||
id: IndividualTiledMapRenderer.GetDepth
|
||||
parent: MLEM.Extended.Tiled
|
||||
children: []
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: IndividualTiledMapRenderer.GetDepth
|
||||
nameWithType: IndividualTiledMapRenderer.GetDepth
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth
|
||||
type: Delegate
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GetDepth
|
||||
path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
startLine: 86
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public delegate float GetDepth(TiledMapTile tile, TiledMapTileLayer layer, int layerIndex, Point position);
|
||||
parameters:
|
||||
- id: tile
|
||||
type: MonoGame.Extended.Tiled.TiledMapTile
|
||||
- id: layer
|
||||
type: MonoGame.Extended.Tiled.TiledMapTileLayer
|
||||
- id: layerIndex
|
||||
type: System.Int32
|
||||
- id: position
|
||||
type: Microsoft.Xna.Framework.Point
|
||||
return:
|
||||
type: System.Single
|
||||
content.vb: Public Delegate Function GetDepth(tile As TiledMapTile, layer As TiledMapTileLayer, layerIndex As Integer, position As Point) As Single
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- delegate
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Delegate
|
||||
references:
|
||||
- uid: MLEM.Extended.Tiled
|
||||
commentId: N:MLEM.Extended.Tiled
|
||||
name: MLEM.Extended.Tiled
|
||||
nameWithType: MLEM.Extended.Tiled
|
||||
fullName: MLEM.Extended.Tiled
|
||||
- uid: MonoGame.Extended.Tiled.TiledMapTile
|
||||
commentId: T:MonoGame.Extended.Tiled.TiledMapTile
|
||||
parent: MonoGame.Extended.Tiled
|
||||
isExternal: true
|
||||
name: TiledMapTile
|
||||
nameWithType: TiledMapTile
|
||||
fullName: MonoGame.Extended.Tiled.TiledMapTile
|
||||
- uid: MonoGame.Extended.Tiled.TiledMapTileLayer
|
||||
commentId: T:MonoGame.Extended.Tiled.TiledMapTileLayer
|
||||
parent: MonoGame.Extended.Tiled
|
||||
isExternal: true
|
||||
name: TiledMapTileLayer
|
||||
nameWithType: TiledMapTileLayer
|
||||
fullName: MonoGame.Extended.Tiled.TiledMapTileLayer
|
||||
- uid: System.Int32
|
||||
commentId: T:System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
commentId: T:Microsoft.Xna.Framework.Point
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Point
|
||||
nameWithType: Point
|
||||
fullName: Microsoft.Xna.Framework.Point
|
||||
- uid: System.Single
|
||||
commentId: T:System.Single
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
- uid: MonoGame.Extended.Tiled
|
||||
commentId: N:MonoGame.Extended.Tiled
|
||||
isExternal: true
|
||||
name: MonoGame.Extended.Tiled
|
||||
nameWithType: MonoGame.Extended.Tiled
|
||||
fullName: MonoGame.Extended.Tiled
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: Microsoft.Xna.Framework
|
||||
commentId: N:Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework
|
||||
nameWithType: Microsoft.Xna.Framework
|
||||
fullName: Microsoft.Xna.Framework
|
|
@ -1,851 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo
|
||||
commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo
|
||||
id: IndividualTiledMapRenderer.TileDrawInfo
|
||||
parent: MLEM.Extended.Tiled
|
||||
children:
|
||||
- MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.#ctor(MLEM.Extended.Tiled.IndividualTiledMapRenderer,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTilesetTile,Microsoft.Xna.Framework.Point,System.Single)
|
||||
- MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Depth
|
||||
- MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)
|
||||
- MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Position
|
||||
- MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Renderer
|
||||
- MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Tile
|
||||
- MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Tileset
|
||||
- MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.TilesetTile
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: IndividualTiledMapRenderer.TileDrawInfo
|
||||
nameWithType: IndividualTiledMapRenderer.TileDrawInfo
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: TileDrawInfo
|
||||
path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
startLine: 90
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: 'public class TileDrawInfo : GenericDataHolder'
|
||||
content.vb: >-
|
||||
Public Class TileDrawInfo
|
||||
|
||||
Inherits GenericDataHolder
|
||||
inheritance:
|
||||
- System.Object
|
||||
- MLEM.Misc.GenericDataHolder
|
||||
inheritedMembers:
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
- MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
- 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
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Renderer
|
||||
commentId: F:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Renderer
|
||||
id: Renderer
|
||||
parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Renderer
|
||||
nameWithType: IndividualTiledMapRenderer.TileDrawInfo.Renderer
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Renderer
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Renderer
|
||||
path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
startLine: 92
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public readonly IndividualTiledMapRenderer Renderer
|
||||
return:
|
||||
type: MLEM.Extended.Tiled.IndividualTiledMapRenderer
|
||||
content.vb: Public ReadOnly Renderer As IndividualTiledMapRenderer
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Tile
|
||||
commentId: F:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Tile
|
||||
id: Tile
|
||||
parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Tile
|
||||
nameWithType: IndividualTiledMapRenderer.TileDrawInfo.Tile
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Tile
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Tile
|
||||
path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
startLine: 93
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public readonly TiledMapTile Tile
|
||||
return:
|
||||
type: MonoGame.Extended.Tiled.TiledMapTile
|
||||
content.vb: Public ReadOnly Tile As TiledMapTile
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Tileset
|
||||
commentId: F:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Tileset
|
||||
id: Tileset
|
||||
parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Tileset
|
||||
nameWithType: IndividualTiledMapRenderer.TileDrawInfo.Tileset
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Tileset
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Tileset
|
||||
path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
startLine: 94
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public readonly TiledMapTileset Tileset
|
||||
return:
|
||||
type: MonoGame.Extended.Tiled.TiledMapTileset
|
||||
content.vb: Public ReadOnly Tileset As TiledMapTileset
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.TilesetTile
|
||||
commentId: F:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.TilesetTile
|
||||
id: TilesetTile
|
||||
parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TilesetTile
|
||||
nameWithType: IndividualTiledMapRenderer.TileDrawInfo.TilesetTile
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.TilesetTile
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: TilesetTile
|
||||
path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
startLine: 95
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public readonly TiledMapTilesetTile TilesetTile
|
||||
return:
|
||||
type: MonoGame.Extended.Tiled.TiledMapTilesetTile
|
||||
content.vb: Public ReadOnly TilesetTile As TiledMapTilesetTile
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Position
|
||||
commentId: F:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Position
|
||||
id: Position
|
||||
parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Position
|
||||
nameWithType: IndividualTiledMapRenderer.TileDrawInfo.Position
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Position
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Position
|
||||
path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
startLine: 96
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public readonly Point Position
|
||||
return:
|
||||
type: Microsoft.Xna.Framework.Point
|
||||
content.vb: Public ReadOnly Position As Point
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Depth
|
||||
commentId: F:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Depth
|
||||
id: Depth
|
||||
parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Depth
|
||||
nameWithType: IndividualTiledMapRenderer.TileDrawInfo.Depth
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Depth
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Depth
|
||||
path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
startLine: 97
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public readonly float Depth
|
||||
return:
|
||||
type: System.Single
|
||||
content.vb: Public ReadOnly Depth As Single
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.#ctor(MLEM.Extended.Tiled.IndividualTiledMapRenderer,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTilesetTile,Microsoft.Xna.Framework.Point,System.Single)
|
||||
commentId: M:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.#ctor(MLEM.Extended.Tiled.IndividualTiledMapRenderer,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTilesetTile,Microsoft.Xna.Framework.Point,System.Single)
|
||||
id: '#ctor(MLEM.Extended.Tiled.IndividualTiledMapRenderer,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileset,MonoGame.Extended.Tiled.TiledMapTilesetTile,Microsoft.Xna.Framework.Point,System.Single)'
|
||||
parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TileDrawInfo(IndividualTiledMapRenderer, TiledMapTile, TiledMapTileset, TiledMapTilesetTile, Point, Single)
|
||||
nameWithType: IndividualTiledMapRenderer.TileDrawInfo.TileDrawInfo(IndividualTiledMapRenderer, TiledMapTile, TiledMapTileset, TiledMapTilesetTile, Point, Single)
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.TileDrawInfo(MLEM.Extended.Tiled.IndividualTiledMapRenderer, MonoGame.Extended.Tiled.TiledMapTile, MonoGame.Extended.Tiled.TiledMapTileset, MonoGame.Extended.Tiled.TiledMapTilesetTile, Microsoft.Xna.Framework.Point, System.Single)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: .ctor
|
||||
path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
startLine: 99
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public TileDrawInfo(IndividualTiledMapRenderer renderer, TiledMapTile tile, TiledMapTileset tileset, TiledMapTilesetTile tilesetTile, Point position, float depth)
|
||||
parameters:
|
||||
- id: renderer
|
||||
type: MLEM.Extended.Tiled.IndividualTiledMapRenderer
|
||||
- id: tile
|
||||
type: MonoGame.Extended.Tiled.TiledMapTile
|
||||
- id: tileset
|
||||
type: MonoGame.Extended.Tiled.TiledMapTileset
|
||||
- id: tilesetTile
|
||||
type: MonoGame.Extended.Tiled.TiledMapTilesetTile
|
||||
- id: position
|
||||
type: Microsoft.Xna.Framework.Point
|
||||
- id: depth
|
||||
type: System.Single
|
||||
content.vb: Public Sub New(renderer As IndividualTiledMapRenderer, tile As TiledMapTile, tileset As TiledMapTileset, tilesetTile As TiledMapTilesetTile, position As Point, depth As Single)
|
||||
overload: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)
|
||||
commentId: M:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)
|
||||
id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)
|
||||
parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Draw(SpriteBatch, IndividualTiledMapRenderer.DrawDelegate)
|
||||
nameWithType: IndividualTiledMapRenderer.TileDrawInfo.Draw(SpriteBatch, IndividualTiledMapRenderer.DrawDelegate)
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Draw
|
||||
path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
startLine: 108
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public void Draw(SpriteBatch batch, IndividualTiledMapRenderer.DrawDelegate drawFunction)
|
||||
parameters:
|
||||
- id: batch
|
||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
- id: drawFunction
|
||||
type: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate
|
||||
content.vb: Public Sub Draw(batch As SpriteBatch, drawFunction As IndividualTiledMapRenderer.DrawDelegate)
|
||||
overload: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Draw*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: MLEM.Extended.Tiled
|
||||
commentId: N:MLEM.Extended.Tiled
|
||||
name: MLEM.Extended.Tiled
|
||||
nameWithType: MLEM.Extended.Tiled
|
||||
fullName: MLEM.Extended.Tiled
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: MLEM.Misc.GenericDataHolder
|
||||
commentId: T:MLEM.Misc.GenericDataHolder
|
||||
parent: MLEM.Misc
|
||||
name: GenericDataHolder
|
||||
nameWithType: GenericDataHolder
|
||||
fullName: MLEM.Misc.GenericDataHolder
|
||||
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
parent: MLEM.Misc.GenericDataHolder
|
||||
isExternal: true
|
||||
name: SetData(String, Object)
|
||||
nameWithType: GenericDataHolder.SetData(String, Object)
|
||||
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
name: SetData
|
||||
nameWithType: GenericDataHolder.SetData
|
||||
fullName: MLEM.Misc.GenericDataHolder.SetData
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
name: SetData
|
||||
nameWithType: GenericDataHolder.SetData
|
||||
fullName: MLEM.Misc.GenericDataHolder.SetData
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
parent: MLEM.Misc.GenericDataHolder
|
||||
isExternal: true
|
||||
name: GetData<T>(String)
|
||||
nameWithType: GenericDataHolder.GetData<T>(String)
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
|
||||
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
|
||||
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
|
||||
name.vb: GetData(Of T)(String)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
name: GetData<T>
|
||||
nameWithType: GenericDataHolder.GetData<T>
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
name: GetData(Of T)
|
||||
nameWithType: GenericDataHolder.GetData(Of T)
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
parent: MLEM.Misc.GenericDataHolder
|
||||
name: GetDataKeys()
|
||||
nameWithType: GenericDataHolder.GetDataKeys()
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
name: GetDataKeys
|
||||
nameWithType: GenericDataHolder.GetDataKeys
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
name: GetDataKeys
|
||||
nameWithType: GenericDataHolder.GetDataKeys
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Misc
|
||||
commentId: N:MLEM.Misc
|
||||
name: MLEM.Misc
|
||||
nameWithType: MLEM.Misc
|
||||
fullName: MLEM.Misc
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer
|
||||
commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer
|
||||
parent: MLEM.Extended.Tiled
|
||||
name: IndividualTiledMapRenderer
|
||||
nameWithType: IndividualTiledMapRenderer
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer
|
||||
- uid: MonoGame.Extended.Tiled.TiledMapTile
|
||||
commentId: T:MonoGame.Extended.Tiled.TiledMapTile
|
||||
parent: MonoGame.Extended.Tiled
|
||||
isExternal: true
|
||||
name: TiledMapTile
|
||||
nameWithType: TiledMapTile
|
||||
fullName: MonoGame.Extended.Tiled.TiledMapTile
|
||||
- uid: MonoGame.Extended.Tiled
|
||||
commentId: N:MonoGame.Extended.Tiled
|
||||
isExternal: true
|
||||
name: MonoGame.Extended.Tiled
|
||||
nameWithType: MonoGame.Extended.Tiled
|
||||
fullName: MonoGame.Extended.Tiled
|
||||
- uid: MonoGame.Extended.Tiled.TiledMapTileset
|
||||
commentId: T:MonoGame.Extended.Tiled.TiledMapTileset
|
||||
parent: MonoGame.Extended.Tiled
|
||||
isExternal: true
|
||||
name: TiledMapTileset
|
||||
nameWithType: TiledMapTileset
|
||||
fullName: MonoGame.Extended.Tiled.TiledMapTileset
|
||||
- uid: MonoGame.Extended.Tiled.TiledMapTilesetTile
|
||||
commentId: T:MonoGame.Extended.Tiled.TiledMapTilesetTile
|
||||
parent: MonoGame.Extended.Tiled
|
||||
isExternal: true
|
||||
name: TiledMapTilesetTile
|
||||
nameWithType: TiledMapTilesetTile
|
||||
fullName: MonoGame.Extended.Tiled.TiledMapTilesetTile
|
||||
- uid: Microsoft.Xna.Framework.Point
|
||||
commentId: T:Microsoft.Xna.Framework.Point
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Point
|
||||
nameWithType: Point
|
||||
fullName: Microsoft.Xna.Framework.Point
|
||||
- uid: Microsoft.Xna.Framework
|
||||
commentId: N:Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework
|
||||
nameWithType: Microsoft.Xna.Framework
|
||||
fullName: Microsoft.Xna.Framework
|
||||
- uid: System.Single
|
||||
commentId: T:System.Single
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.#ctor*
|
||||
commentId: Overload:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.#ctor
|
||||
name: TileDrawInfo
|
||||
nameWithType: IndividualTiledMapRenderer.TileDrawInfo.TileDrawInfo
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.TileDrawInfo
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Draw*
|
||||
commentId: Overload:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Draw
|
||||
name: Draw
|
||||
nameWithType: IndividualTiledMapRenderer.TileDrawInfo.Draw
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo.Draw
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
commentId: T:Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
parent: Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: SpriteBatch
|
||||
nameWithType: SpriteBatch
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate
|
||||
commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate
|
||||
parent: MLEM.Extended.Tiled
|
||||
name: IndividualTiledMapRenderer.DrawDelegate
|
||||
nameWithType: IndividualTiledMapRenderer.DrawDelegate
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate
|
||||
- uid: Microsoft.Xna.Framework.Graphics
|
||||
commentId: N:Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework.Graphics
|
||||
nameWithType: Microsoft.Xna.Framework.Graphics
|
||||
fullName: Microsoft.Xna.Framework.Graphics
|
|
@ -1,741 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer
|
||||
commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer
|
||||
id: IndividualTiledMapRenderer
|
||||
parent: MLEM.Extended.Tiled
|
||||
children:
|
||||
- MLEM.Extended.Tiled.IndividualTiledMapRenderer.#ctor(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth)
|
||||
- MLEM.Extended.Tiled.IndividualTiledMapRenderer.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Nullable{MonoGame.Extended.RectangleF},MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)
|
||||
- MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Int32,System.Nullable{MonoGame.Extended.RectangleF},MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)
|
||||
- MLEM.Extended.Tiled.IndividualTiledMapRenderer.SetMap(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth)
|
||||
- MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateAnimations(Microsoft.Xna.Framework.GameTime)
|
||||
- MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateDrawInfo(System.Int32,System.Int32,System.Int32)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: IndividualTiledMapRenderer
|
||||
nameWithType: IndividualTiledMapRenderer
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: IndividualTiledMapRenderer
|
||||
path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
startLine: 10
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public class IndividualTiledMapRenderer
|
||||
content.vb: Public Class IndividualTiledMapRenderer
|
||||
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
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.#ctor(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth)
|
||||
commentId: M:MLEM.Extended.Tiled.IndividualTiledMapRenderer.#ctor(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth)
|
||||
id: '#ctor(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth)'
|
||||
parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: IndividualTiledMapRenderer(TiledMap, IndividualTiledMapRenderer.GetDepth)
|
||||
nameWithType: IndividualTiledMapRenderer.IndividualTiledMapRenderer(TiledMap, IndividualTiledMapRenderer.GetDepth)
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.IndividualTiledMapRenderer(MonoGame.Extended.Tiled.TiledMap, MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: .ctor
|
||||
path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public IndividualTiledMapRenderer(TiledMap map = null, IndividualTiledMapRenderer.GetDepth depthFunction = null)
|
||||
parameters:
|
||||
- id: map
|
||||
type: MonoGame.Extended.Tiled.TiledMap
|
||||
- id: depthFunction
|
||||
type: MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth
|
||||
content.vb: Public Sub New(map As TiledMap = Nothing, depthFunction As IndividualTiledMapRenderer.GetDepth = Nothing)
|
||||
overload: MLEM.Extended.Tiled.IndividualTiledMapRenderer.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.SetMap(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth)
|
||||
commentId: M:MLEM.Extended.Tiled.IndividualTiledMapRenderer.SetMap(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth)
|
||||
id: SetMap(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth)
|
||||
parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SetMap(TiledMap, IndividualTiledMapRenderer.GetDepth)
|
||||
nameWithType: IndividualTiledMapRenderer.SetMap(TiledMap, IndividualTiledMapRenderer.GetDepth)
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.SetMap(MonoGame.Extended.Tiled.TiledMap, MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: SetMap
|
||||
path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public void SetMap(TiledMap map, IndividualTiledMapRenderer.GetDepth depthFunction = null)
|
||||
parameters:
|
||||
- id: map
|
||||
type: MonoGame.Extended.Tiled.TiledMap
|
||||
- id: depthFunction
|
||||
type: MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth
|
||||
content.vb: Public Sub SetMap(map As TiledMap, depthFunction As IndividualTiledMapRenderer.GetDepth = Nothing)
|
||||
overload: MLEM.Extended.Tiled.IndividualTiledMapRenderer.SetMap*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateDrawInfo(System.Int32,System.Int32,System.Int32)
|
||||
commentId: M:MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateDrawInfo(System.Int32,System.Int32,System.Int32)
|
||||
id: UpdateDrawInfo(System.Int32,System.Int32,System.Int32)
|
||||
parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: UpdateDrawInfo(Int32, Int32, Int32)
|
||||
nameWithType: IndividualTiledMapRenderer.UpdateDrawInfo(Int32, Int32, Int32)
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateDrawInfo(System.Int32, System.Int32, System.Int32)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: UpdateDrawInfo
|
||||
path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public void UpdateDrawInfo(int layerIndex, int x, int y)
|
||||
parameters:
|
||||
- id: layerIndex
|
||||
type: System.Int32
|
||||
- id: x
|
||||
type: System.Int32
|
||||
- id: y
|
||||
type: System.Int32
|
||||
content.vb: Public Sub UpdateDrawInfo(layerIndex As Integer, x As Integer, y As Integer)
|
||||
overload: MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateDrawInfo*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Nullable{MonoGame.Extended.RectangleF},MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)
|
||||
commentId: M:MLEM.Extended.Tiled.IndividualTiledMapRenderer.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Nullable{MonoGame.Extended.RectangleF},MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)
|
||||
id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Nullable{MonoGame.Extended.RectangleF},MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)
|
||||
parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Draw(SpriteBatch, Nullable<RectangleF>, IndividualTiledMapRenderer.DrawDelegate)
|
||||
nameWithType: IndividualTiledMapRenderer.Draw(SpriteBatch, Nullable<RectangleF>, IndividualTiledMapRenderer.DrawDelegate)
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Nullable<MonoGame.Extended.RectangleF>, MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Draw
|
||||
path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public void Draw(SpriteBatch batch, RectangleF? frustum = default(RectangleF? ), IndividualTiledMapRenderer.DrawDelegate drawFunction = null)
|
||||
parameters:
|
||||
- id: batch
|
||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
- id: frustum
|
||||
type: System.Nullable{MonoGame.Extended.RectangleF}
|
||||
- id: drawFunction
|
||||
type: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate
|
||||
content.vb: Public Sub Draw(batch As SpriteBatch, frustum As RectangleF? = Nothing, drawFunction As IndividualTiledMapRenderer.DrawDelegate = Nothing)
|
||||
overload: MLEM.Extended.Tiled.IndividualTiledMapRenderer.Draw*
|
||||
nameWithType.vb: IndividualTiledMapRenderer.Draw(SpriteBatch, Nullable(Of RectangleF), IndividualTiledMapRenderer.DrawDelegate)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
fullName.vb: MLEM.Extended.Tiled.IndividualTiledMapRenderer.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Nullable(Of MonoGame.Extended.RectangleF), MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)
|
||||
name.vb: Draw(SpriteBatch, Nullable(Of RectangleF), IndividualTiledMapRenderer.DrawDelegate)
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Int32,System.Nullable{MonoGame.Extended.RectangleF},MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)
|
||||
commentId: M:MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Int32,System.Nullable{MonoGame.Extended.RectangleF},MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)
|
||||
id: DrawLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Int32,System.Nullable{MonoGame.Extended.RectangleF},MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)
|
||||
parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DrawLayer(SpriteBatch, Int32, Nullable<RectangleF>, IndividualTiledMapRenderer.DrawDelegate)
|
||||
nameWithType: IndividualTiledMapRenderer.DrawLayer(SpriteBatch, Int32, Nullable<RectangleF>, IndividualTiledMapRenderer.DrawDelegate)
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Int32, System.Nullable<MonoGame.Extended.RectangleF>, MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: DrawLayer
|
||||
path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
startLine: 66
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public void DrawLayer(SpriteBatch batch, int layerIndex, RectangleF? frustum = default(RectangleF? ), IndividualTiledMapRenderer.DrawDelegate drawFunction = null)
|
||||
parameters:
|
||||
- id: batch
|
||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
- id: layerIndex
|
||||
type: System.Int32
|
||||
- id: frustum
|
||||
type: System.Nullable{MonoGame.Extended.RectangleF}
|
||||
- id: drawFunction
|
||||
type: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate
|
||||
content.vb: Public Sub DrawLayer(batch As SpriteBatch, layerIndex As Integer, frustum As RectangleF? = Nothing, drawFunction As IndividualTiledMapRenderer.DrawDelegate = Nothing)
|
||||
overload: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawLayer*
|
||||
nameWithType.vb: IndividualTiledMapRenderer.DrawLayer(SpriteBatch, Int32, Nullable(Of RectangleF), IndividualTiledMapRenderer.DrawDelegate)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
fullName.vb: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawLayer(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Int32, System.Nullable(Of MonoGame.Extended.RectangleF), MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate)
|
||||
name.vb: DrawLayer(SpriteBatch, Int32, Nullable(Of RectangleF), IndividualTiledMapRenderer.DrawDelegate)
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateAnimations(Microsoft.Xna.Framework.GameTime)
|
||||
commentId: M:MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateAnimations(Microsoft.Xna.Framework.GameTime)
|
||||
id: UpdateAnimations(Microsoft.Xna.Framework.GameTime)
|
||||
parent: MLEM.Extended.Tiled.IndividualTiledMapRenderer
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: UpdateAnimations(GameTime)
|
||||
nameWithType: IndividualTiledMapRenderer.UpdateAnimations(GameTime)
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateAnimations(Microsoft.Xna.Framework.GameTime)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: UpdateAnimations
|
||||
path: ../MLEM.Extended/Tiled/IndividualTiledMapRenderer.cs
|
||||
startLine: 81
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public void UpdateAnimations(GameTime time)
|
||||
parameters:
|
||||
- id: time
|
||||
type: Microsoft.Xna.Framework.GameTime
|
||||
content.vb: Public Sub UpdateAnimations(time As GameTime)
|
||||
overload: MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateAnimations*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: MLEM.Extended.Tiled
|
||||
commentId: N:MLEM.Extended.Tiled
|
||||
name: MLEM.Extended.Tiled
|
||||
nameWithType: MLEM.Extended.Tiled
|
||||
fullName: MLEM.Extended.Tiled
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.#ctor*
|
||||
commentId: Overload:MLEM.Extended.Tiled.IndividualTiledMapRenderer.#ctor
|
||||
name: IndividualTiledMapRenderer
|
||||
nameWithType: IndividualTiledMapRenderer.IndividualTiledMapRenderer
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.IndividualTiledMapRenderer
|
||||
- uid: MonoGame.Extended.Tiled.TiledMap
|
||||
commentId: T:MonoGame.Extended.Tiled.TiledMap
|
||||
parent: MonoGame.Extended.Tiled
|
||||
isExternal: true
|
||||
name: TiledMap
|
||||
nameWithType: TiledMap
|
||||
fullName: MonoGame.Extended.Tiled.TiledMap
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth
|
||||
commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth
|
||||
parent: MLEM.Extended.Tiled
|
||||
name: IndividualTiledMapRenderer.GetDepth
|
||||
nameWithType: IndividualTiledMapRenderer.GetDepth
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth
|
||||
- uid: MonoGame.Extended.Tiled
|
||||
commentId: N:MonoGame.Extended.Tiled
|
||||
isExternal: true
|
||||
name: MonoGame.Extended.Tiled
|
||||
nameWithType: MonoGame.Extended.Tiled
|
||||
fullName: MonoGame.Extended.Tiled
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.SetMap*
|
||||
commentId: Overload:MLEM.Extended.Tiled.IndividualTiledMapRenderer.SetMap
|
||||
name: SetMap
|
||||
nameWithType: IndividualTiledMapRenderer.SetMap
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.SetMap
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateDrawInfo*
|
||||
commentId: Overload:MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateDrawInfo
|
||||
name: UpdateDrawInfo
|
||||
nameWithType: IndividualTiledMapRenderer.UpdateDrawInfo
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateDrawInfo
|
||||
- uid: System.Int32
|
||||
commentId: T:System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.Draw*
|
||||
commentId: Overload:MLEM.Extended.Tiled.IndividualTiledMapRenderer.Draw
|
||||
name: Draw
|
||||
nameWithType: IndividualTiledMapRenderer.Draw
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.Draw
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
commentId: T:Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
parent: Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: SpriteBatch
|
||||
nameWithType: SpriteBatch
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
- uid: System.Nullable{MonoGame.Extended.RectangleF}
|
||||
commentId: T:System.Nullable{MonoGame.Extended.RectangleF}
|
||||
parent: System
|
||||
definition: System.Nullable`1
|
||||
name: Nullable<RectangleF>
|
||||
nameWithType: Nullable<RectangleF>
|
||||
fullName: System.Nullable<MonoGame.Extended.RectangleF>
|
||||
nameWithType.vb: Nullable(Of RectangleF)
|
||||
fullName.vb: System.Nullable(Of MonoGame.Extended.RectangleF)
|
||||
name.vb: Nullable(Of RectangleF)
|
||||
spec.csharp:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: MonoGame.Extended.RectangleF
|
||||
name: RectangleF
|
||||
nameWithType: RectangleF
|
||||
fullName: MonoGame.Extended.RectangleF
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: MonoGame.Extended.RectangleF
|
||||
name: RectangleF
|
||||
nameWithType: RectangleF
|
||||
fullName: MonoGame.Extended.RectangleF
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate
|
||||
commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate
|
||||
parent: MLEM.Extended.Tiled
|
||||
name: IndividualTiledMapRenderer.DrawDelegate
|
||||
nameWithType: IndividualTiledMapRenderer.DrawDelegate
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate
|
||||
- uid: Microsoft.Xna.Framework.Graphics
|
||||
commentId: N:Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework.Graphics
|
||||
nameWithType: Microsoft.Xna.Framework.Graphics
|
||||
fullName: Microsoft.Xna.Framework.Graphics
|
||||
- uid: System.Nullable`1
|
||||
commentId: T:System.Nullable`1
|
||||
isExternal: true
|
||||
name: Nullable<T>
|
||||
nameWithType: Nullable<T>
|
||||
fullName: System.Nullable<T>
|
||||
nameWithType.vb: Nullable(Of T)
|
||||
fullName.vb: System.Nullable(Of T)
|
||||
name.vb: Nullable(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawLayer*
|
||||
commentId: Overload:MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawLayer
|
||||
name: DrawLayer
|
||||
nameWithType: IndividualTiledMapRenderer.DrawLayer
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawLayer
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateAnimations*
|
||||
commentId: Overload:MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateAnimations
|
||||
name: UpdateAnimations
|
||||
nameWithType: IndividualTiledMapRenderer.UpdateAnimations
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.UpdateAnimations
|
||||
- uid: Microsoft.Xna.Framework.GameTime
|
||||
commentId: T:Microsoft.Xna.Framework.GameTime
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: GameTime
|
||||
nameWithType: GameTime
|
||||
fullName: Microsoft.Xna.Framework.GameTime
|
||||
- uid: Microsoft.Xna.Framework
|
||||
commentId: N:Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework
|
||||
nameWithType: Microsoft.Xna.Framework
|
||||
fullName: Microsoft.Xna.Framework
|
|
@ -1,770 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extended.Tiled.LayerPosition
|
||||
commentId: T:MLEM.Extended.Tiled.LayerPosition
|
||||
id: LayerPosition
|
||||
parent: MLEM.Extended.Tiled
|
||||
children:
|
||||
- MLEM.Extended.Tiled.LayerPosition.#ctor(System.String,System.Int32,System.Int32)
|
||||
- MLEM.Extended.Tiled.LayerPosition.Equals(MLEM.Extended.Tiled.LayerPosition)
|
||||
- MLEM.Extended.Tiled.LayerPosition.Equals(System.Object)
|
||||
- MLEM.Extended.Tiled.LayerPosition.GetHashCode
|
||||
- MLEM.Extended.Tiled.LayerPosition.Layer
|
||||
- MLEM.Extended.Tiled.LayerPosition.op_Equality(MLEM.Extended.Tiled.LayerPosition,MLEM.Extended.Tiled.LayerPosition)
|
||||
- MLEM.Extended.Tiled.LayerPosition.op_Inequality(MLEM.Extended.Tiled.LayerPosition,MLEM.Extended.Tiled.LayerPosition)
|
||||
- MLEM.Extended.Tiled.LayerPosition.ToString
|
||||
- MLEM.Extended.Tiled.LayerPosition.X
|
||||
- MLEM.Extended.Tiled.LayerPosition.Y
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: LayerPosition
|
||||
nameWithType: LayerPosition
|
||||
fullName: MLEM.Extended.Tiled.LayerPosition
|
||||
type: Struct
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/LayerPosition.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: LayerPosition
|
||||
path: ../MLEM.Extended/Tiled/LayerPosition.cs
|
||||
startLine: 3
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: >-
|
||||
[DataContract]
|
||||
|
||||
public struct LayerPosition
|
||||
content.vb: >-
|
||||
<DataContract>
|
||||
|
||||
Public Structure LayerPosition
|
||||
inheritedMembers:
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetType
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
attributes:
|
||||
- type: System.Runtime.Serialization.DataContractAttribute
|
||||
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
|
||||
arguments: []
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- struct
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Structure
|
||||
- uid: MLEM.Extended.Tiled.LayerPosition.Layer
|
||||
commentId: F:MLEM.Extended.Tiled.LayerPosition.Layer
|
||||
id: Layer
|
||||
parent: MLEM.Extended.Tiled.LayerPosition
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Layer
|
||||
nameWithType: LayerPosition.Layer
|
||||
fullName: MLEM.Extended.Tiled.LayerPosition.Layer
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/LayerPosition.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Layer
|
||||
path: ../MLEM.Extended/Tiled/LayerPosition.cs
|
||||
startLine: 7
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: >-
|
||||
[DataMember]
|
||||
|
||||
public string Layer
|
||||
return:
|
||||
type: System.String
|
||||
content.vb: >-
|
||||
<DataMember>
|
||||
|
||||
Public Layer As String
|
||||
attributes:
|
||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||
arguments: []
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Extended.Tiled.LayerPosition.X
|
||||
commentId: F:MLEM.Extended.Tiled.LayerPosition.X
|
||||
id: X
|
||||
parent: MLEM.Extended.Tiled.LayerPosition
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: X
|
||||
nameWithType: LayerPosition.X
|
||||
fullName: MLEM.Extended.Tiled.LayerPosition.X
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/LayerPosition.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: X
|
||||
path: ../MLEM.Extended/Tiled/LayerPosition.cs
|
||||
startLine: 9
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: >-
|
||||
[DataMember]
|
||||
|
||||
public int X
|
||||
return:
|
||||
type: System.Int32
|
||||
content.vb: >-
|
||||
<DataMember>
|
||||
|
||||
Public X As Integer
|
||||
attributes:
|
||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||
arguments: []
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Extended.Tiled.LayerPosition.Y
|
||||
commentId: F:MLEM.Extended.Tiled.LayerPosition.Y
|
||||
id: Y
|
||||
parent: MLEM.Extended.Tiled.LayerPosition
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Y
|
||||
nameWithType: LayerPosition.Y
|
||||
fullName: MLEM.Extended.Tiled.LayerPosition.Y
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/LayerPosition.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Y
|
||||
path: ../MLEM.Extended/Tiled/LayerPosition.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: >-
|
||||
[DataMember]
|
||||
|
||||
public int Y
|
||||
return:
|
||||
type: System.Int32
|
||||
content.vb: >-
|
||||
<DataMember>
|
||||
|
||||
Public Y As Integer
|
||||
attributes:
|
||||
- type: System.Runtime.Serialization.DataMemberAttribute
|
||||
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
|
||||
arguments: []
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Extended.Tiled.LayerPosition.#ctor(System.String,System.Int32,System.Int32)
|
||||
commentId: M:MLEM.Extended.Tiled.LayerPosition.#ctor(System.String,System.Int32,System.Int32)
|
||||
id: '#ctor(System.String,System.Int32,System.Int32)'
|
||||
parent: MLEM.Extended.Tiled.LayerPosition
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: LayerPosition(String, Int32, Int32)
|
||||
nameWithType: LayerPosition.LayerPosition(String, Int32, Int32)
|
||||
fullName: MLEM.Extended.Tiled.LayerPosition.LayerPosition(System.String, System.Int32, System.Int32)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/LayerPosition.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: .ctor
|
||||
path: ../MLEM.Extended/Tiled/LayerPosition.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public LayerPosition(string layerName, int x, int y)
|
||||
parameters:
|
||||
- id: layerName
|
||||
type: System.String
|
||||
- id: x
|
||||
type: System.Int32
|
||||
- id: y
|
||||
type: System.Int32
|
||||
content.vb: Public Sub New(layerName As String, x As Integer, y As Integer)
|
||||
overload: MLEM.Extended.Tiled.LayerPosition.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Extended.Tiled.LayerPosition.op_Equality(MLEM.Extended.Tiled.LayerPosition,MLEM.Extended.Tiled.LayerPosition)
|
||||
commentId: M:MLEM.Extended.Tiled.LayerPosition.op_Equality(MLEM.Extended.Tiled.LayerPosition,MLEM.Extended.Tiled.LayerPosition)
|
||||
id: op_Equality(MLEM.Extended.Tiled.LayerPosition,MLEM.Extended.Tiled.LayerPosition)
|
||||
parent: MLEM.Extended.Tiled.LayerPosition
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Equality(LayerPosition, LayerPosition)
|
||||
nameWithType: LayerPosition.Equality(LayerPosition, LayerPosition)
|
||||
fullName: MLEM.Extended.Tiled.LayerPosition.Equality(MLEM.Extended.Tiled.LayerPosition, MLEM.Extended.Tiled.LayerPosition)
|
||||
type: Operator
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/LayerPosition.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: op_Equality
|
||||
path: ../MLEM.Extended/Tiled/LayerPosition.cs
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public static bool operator ==(LayerPosition left, LayerPosition right)
|
||||
parameters:
|
||||
- id: left
|
||||
type: MLEM.Extended.Tiled.LayerPosition
|
||||
- id: right
|
||||
type: MLEM.Extended.Tiled.LayerPosition
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public Shared Operator =(left As LayerPosition, right As LayerPosition) As Boolean
|
||||
overload: MLEM.Extended.Tiled.LayerPosition.op_Equality*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Extended.Tiled.LayerPosition.op_Inequality(MLEM.Extended.Tiled.LayerPosition,MLEM.Extended.Tiled.LayerPosition)
|
||||
commentId: M:MLEM.Extended.Tiled.LayerPosition.op_Inequality(MLEM.Extended.Tiled.LayerPosition,MLEM.Extended.Tiled.LayerPosition)
|
||||
id: op_Inequality(MLEM.Extended.Tiled.LayerPosition,MLEM.Extended.Tiled.LayerPosition)
|
||||
parent: MLEM.Extended.Tiled.LayerPosition
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Inequality(LayerPosition, LayerPosition)
|
||||
nameWithType: LayerPosition.Inequality(LayerPosition, LayerPosition)
|
||||
fullName: MLEM.Extended.Tiled.LayerPosition.Inequality(MLEM.Extended.Tiled.LayerPosition, MLEM.Extended.Tiled.LayerPosition)
|
||||
type: Operator
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/LayerPosition.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: op_Inequality
|
||||
path: ../MLEM.Extended/Tiled/LayerPosition.cs
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public static bool operator !=(LayerPosition left, LayerPosition right)
|
||||
parameters:
|
||||
- id: left
|
||||
type: MLEM.Extended.Tiled.LayerPosition
|
||||
- id: right
|
||||
type: MLEM.Extended.Tiled.LayerPosition
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public Shared Operator <>(left As LayerPosition, right As LayerPosition) As Boolean
|
||||
overload: MLEM.Extended.Tiled.LayerPosition.op_Inequality*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Extended.Tiled.LayerPosition.Equals(MLEM.Extended.Tiled.LayerPosition)
|
||||
commentId: M:MLEM.Extended.Tiled.LayerPosition.Equals(MLEM.Extended.Tiled.LayerPosition)
|
||||
id: Equals(MLEM.Extended.Tiled.LayerPosition)
|
||||
parent: MLEM.Extended.Tiled.LayerPosition
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Equals(LayerPosition)
|
||||
nameWithType: LayerPosition.Equals(LayerPosition)
|
||||
fullName: MLEM.Extended.Tiled.LayerPosition.Equals(MLEM.Extended.Tiled.LayerPosition)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/LayerPosition.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Equals
|
||||
path: ../MLEM.Extended/Tiled/LayerPosition.cs
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public bool Equals(LayerPosition other)
|
||||
parameters:
|
||||
- id: other
|
||||
type: MLEM.Extended.Tiled.LayerPosition
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public Function Equals(other As LayerPosition) As Boolean
|
||||
overload: MLEM.Extended.Tiled.LayerPosition.Equals*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Extended.Tiled.LayerPosition.Equals(System.Object)
|
||||
commentId: M:MLEM.Extended.Tiled.LayerPosition.Equals(System.Object)
|
||||
id: Equals(System.Object)
|
||||
parent: MLEM.Extended.Tiled.LayerPosition
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Equals(Object)
|
||||
nameWithType: LayerPosition.Equals(Object)
|
||||
fullName: MLEM.Extended.Tiled.LayerPosition.Equals(System.Object)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/LayerPosition.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Equals
|
||||
path: ../MLEM.Extended/Tiled/LayerPosition.cs
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public override bool Equals(object obj)
|
||||
parameters:
|
||||
- id: obj
|
||||
type: System.Object
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public Overrides Function Equals(obj As Object) As Boolean
|
||||
overridden: System.ValueType.Equals(System.Object)
|
||||
overload: MLEM.Extended.Tiled.LayerPosition.Equals*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
- uid: MLEM.Extended.Tiled.LayerPosition.GetHashCode
|
||||
commentId: M:MLEM.Extended.Tiled.LayerPosition.GetHashCode
|
||||
id: GetHashCode
|
||||
parent: MLEM.Extended.Tiled.LayerPosition
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetHashCode()
|
||||
nameWithType: LayerPosition.GetHashCode()
|
||||
fullName: MLEM.Extended.Tiled.LayerPosition.GetHashCode()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/LayerPosition.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GetHashCode
|
||||
path: ../MLEM.Extended/Tiled/LayerPosition.cs
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public override int GetHashCode()
|
||||
return:
|
||||
type: System.Int32
|
||||
content.vb: Public Overrides Function GetHashCode As Integer
|
||||
overridden: System.ValueType.GetHashCode
|
||||
overload: MLEM.Extended.Tiled.LayerPosition.GetHashCode*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
- uid: MLEM.Extended.Tiled.LayerPosition.ToString
|
||||
commentId: M:MLEM.Extended.Tiled.LayerPosition.ToString
|
||||
id: ToString
|
||||
parent: MLEM.Extended.Tiled.LayerPosition
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ToString()
|
||||
nameWithType: LayerPosition.ToString()
|
||||
fullName: MLEM.Extended.Tiled.LayerPosition.ToString()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/LayerPosition.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: ToString
|
||||
path: ../MLEM.Extended/Tiled/LayerPosition.cs
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public override string ToString()
|
||||
return:
|
||||
type: System.String
|
||||
content.vb: Public Overrides Function ToString As String
|
||||
overridden: System.ValueType.ToString
|
||||
overload: MLEM.Extended.Tiled.LayerPosition.ToString*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
references:
|
||||
- uid: MLEM.Extended.Tiled
|
||||
commentId: N:MLEM.Extended.Tiled
|
||||
name: MLEM.Extended.Tiled
|
||||
nameWithType: MLEM.Extended.Tiled
|
||||
fullName: MLEM.Extended.Tiled
|
||||
- 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.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.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
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: System.Int32
|
||||
commentId: T:System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: MLEM.Extended.Tiled.LayerPosition.#ctor*
|
||||
commentId: Overload:MLEM.Extended.Tiled.LayerPosition.#ctor
|
||||
name: LayerPosition
|
||||
nameWithType: LayerPosition.LayerPosition
|
||||
fullName: MLEM.Extended.Tiled.LayerPosition.LayerPosition
|
||||
- uid: MLEM.Extended.Tiled.LayerPosition.op_Equality*
|
||||
commentId: Overload:MLEM.Extended.Tiled.LayerPosition.op_Equality
|
||||
name: Equality
|
||||
nameWithType: LayerPosition.Equality
|
||||
fullName: MLEM.Extended.Tiled.LayerPosition.Equality
|
||||
- uid: MLEM.Extended.Tiled.LayerPosition
|
||||
commentId: T:MLEM.Extended.Tiled.LayerPosition
|
||||
parent: MLEM.Extended.Tiled
|
||||
name: LayerPosition
|
||||
nameWithType: LayerPosition
|
||||
fullName: MLEM.Extended.Tiled.LayerPosition
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: MLEM.Extended.Tiled.LayerPosition.op_Inequality*
|
||||
commentId: Overload:MLEM.Extended.Tiled.LayerPosition.op_Inequality
|
||||
name: Inequality
|
||||
nameWithType: LayerPosition.Inequality
|
||||
fullName: MLEM.Extended.Tiled.LayerPosition.Inequality
|
||||
- uid: MLEM.Extended.Tiled.LayerPosition.Equals*
|
||||
commentId: Overload:MLEM.Extended.Tiled.LayerPosition.Equals
|
||||
name: Equals
|
||||
nameWithType: LayerPosition.Equals
|
||||
fullName: MLEM.Extended.Tiled.LayerPosition.Equals
|
||||
- uid: System.ValueType.Equals(System.Object)
|
||||
commentId: M:System.ValueType.Equals(System.Object)
|
||||
parent: System.ValueType
|
||||
isExternal: true
|
||||
name: Equals(Object)
|
||||
nameWithType: ValueType.Equals(Object)
|
||||
fullName: System.ValueType.Equals(System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.ValueType.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: ValueType.Equals
|
||||
fullName: System.ValueType.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.ValueType.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: ValueType.Equals
|
||||
fullName: System.ValueType.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.ValueType
|
||||
commentId: T:System.ValueType
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: ValueType
|
||||
nameWithType: ValueType
|
||||
fullName: System.ValueType
|
||||
- uid: System.ValueType.GetHashCode
|
||||
commentId: M:System.ValueType.GetHashCode
|
||||
parent: System.ValueType
|
||||
isExternal: true
|
||||
name: GetHashCode()
|
||||
nameWithType: ValueType.GetHashCode()
|
||||
fullName: System.ValueType.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.ValueType.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: ValueType.GetHashCode
|
||||
fullName: System.ValueType.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.ValueType.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: ValueType.GetHashCode
|
||||
fullName: System.ValueType.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Extended.Tiled.LayerPosition.GetHashCode*
|
||||
commentId: Overload:MLEM.Extended.Tiled.LayerPosition.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: LayerPosition.GetHashCode
|
||||
fullName: MLEM.Extended.Tiled.LayerPosition.GetHashCode
|
||||
- uid: System.ValueType.ToString
|
||||
commentId: M:System.ValueType.ToString
|
||||
parent: System.ValueType
|
||||
isExternal: true
|
||||
name: ToString()
|
||||
nameWithType: ValueType.ToString()
|
||||
fullName: System.ValueType.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.ValueType.ToString
|
||||
name: ToString
|
||||
nameWithType: ValueType.ToString
|
||||
fullName: System.ValueType.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.ValueType.ToString
|
||||
name: ToString
|
||||
nameWithType: ValueType.ToString
|
||||
fullName: System.ValueType.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Extended.Tiled.LayerPosition.ToString*
|
||||
commentId: Overload:MLEM.Extended.Tiled.LayerPosition.ToString
|
||||
name: ToString
|
||||
nameWithType: LayerPosition.ToString
|
||||
fullName: MLEM.Extended.Tiled.LayerPosition.ToString
|
File diff suppressed because it is too large
Load diff
|
@ -1,140 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions
|
||||
commentId: T:MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions
|
||||
id: TiledMapCollisions.CollectCollisions
|
||||
parent: MLEM.Extended.Tiled
|
||||
children: []
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TiledMapCollisions.CollectCollisions
|
||||
nameWithType: TiledMapCollisions.CollectCollisions
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions
|
||||
type: Delegate
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: CollectCollisions
|
||||
path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
startLine: 80
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public delegate void CollectCollisions(List<RectangleF> collisions, TiledMapCollisions.TileCollisionInfo tile);
|
||||
parameters:
|
||||
- id: collisions
|
||||
type: System.Collections.Generic.List{MonoGame.Extended.RectangleF}
|
||||
- id: tile
|
||||
type: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
content.vb: Public Delegate Sub CollectCollisions(collisions As List(Of RectangleF), tile As TiledMapCollisions.TileCollisionInfo)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- delegate
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Delegate
|
||||
references:
|
||||
- uid: MLEM.Extended.Tiled
|
||||
commentId: N:MLEM.Extended.Tiled
|
||||
name: MLEM.Extended.Tiled
|
||||
nameWithType: MLEM.Extended.Tiled
|
||||
fullName: MLEM.Extended.Tiled
|
||||
- uid: System.Collections.Generic.List{MonoGame.Extended.RectangleF}
|
||||
commentId: T:System.Collections.Generic.List{MonoGame.Extended.RectangleF}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.List`1
|
||||
name: List<RectangleF>
|
||||
nameWithType: List<RectangleF>
|
||||
fullName: System.Collections.Generic.List<MonoGame.Extended.RectangleF>
|
||||
nameWithType.vb: List(Of RectangleF)
|
||||
fullName.vb: System.Collections.Generic.List(Of MonoGame.Extended.RectangleF)
|
||||
name.vb: List(Of RectangleF)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: MonoGame.Extended.RectangleF
|
||||
name: RectangleF
|
||||
nameWithType: RectangleF
|
||||
fullName: MonoGame.Extended.RectangleF
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: MonoGame.Extended.RectangleF
|
||||
name: RectangleF
|
||||
nameWithType: RectangleF
|
||||
fullName: MonoGame.Extended.RectangleF
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
commentId: T:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
parent: MLEM.Extended.Tiled
|
||||
name: TiledMapCollisions.TileCollisionInfo
|
||||
nameWithType: TiledMapCollisions.TileCollisionInfo
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
- uid: System.Collections.Generic.List`1
|
||||
commentId: T:System.Collections.Generic.List`1
|
||||
isExternal: true
|
||||
name: List<T>
|
||||
nameWithType: List<T>
|
||||
fullName: System.Collections.Generic.List<T>
|
||||
nameWithType.vb: List(Of T)
|
||||
fullName.vb: System.Collections.Generic.List(Of T)
|
||||
name.vb: List(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic
|
||||
commentId: N:System.Collections.Generic
|
||||
isExternal: true
|
||||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
|
@ -1,880 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
commentId: T:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
id: TiledMapCollisions.TileCollisionInfo
|
||||
parent: MLEM.Extended.Tiled
|
||||
children:
|
||||
- MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.#ctor(MonoGame.Extended.Tiled.TiledMap,Microsoft.Xna.Framework.Vector2,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileLayer,MonoGame.Extended.Tiled.TiledMapTilesetTile,MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions)
|
||||
- MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Collisions
|
||||
- MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Layer
|
||||
- MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Map
|
||||
- MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Position
|
||||
- MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Tile
|
||||
- MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.TilesetTile
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TiledMapCollisions.TileCollisionInfo
|
||||
nameWithType: TiledMapCollisions.TileCollisionInfo
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: TileCollisionInfo
|
||||
path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
startLine: 82
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: 'public class TileCollisionInfo : GenericDataHolder'
|
||||
content.vb: >-
|
||||
Public Class TileCollisionInfo
|
||||
|
||||
Inherits GenericDataHolder
|
||||
inheritance:
|
||||
- System.Object
|
||||
- MLEM.Misc.GenericDataHolder
|
||||
inheritedMembers:
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
- MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
- 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
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Map
|
||||
commentId: F:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Map
|
||||
id: Map
|
||||
parent: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Map
|
||||
nameWithType: TiledMapCollisions.TileCollisionInfo.Map
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Map
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Map
|
||||
path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
startLine: 84
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public readonly TiledMap Map
|
||||
return:
|
||||
type: MonoGame.Extended.Tiled.TiledMap
|
||||
content.vb: Public ReadOnly Map As TiledMap
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Position
|
||||
commentId: F:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Position
|
||||
id: Position
|
||||
parent: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Position
|
||||
nameWithType: TiledMapCollisions.TileCollisionInfo.Position
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Position
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Position
|
||||
path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
startLine: 85
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public readonly Vector2 Position
|
||||
return:
|
||||
type: Microsoft.Xna.Framework.Vector2
|
||||
content.vb: Public ReadOnly Position As Vector2
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Tile
|
||||
commentId: F:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Tile
|
||||
id: Tile
|
||||
parent: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Tile
|
||||
nameWithType: TiledMapCollisions.TileCollisionInfo.Tile
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Tile
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Tile
|
||||
path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
startLine: 86
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public readonly TiledMapTile Tile
|
||||
return:
|
||||
type: MonoGame.Extended.Tiled.TiledMapTile
|
||||
content.vb: Public ReadOnly Tile As TiledMapTile
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Layer
|
||||
commentId: F:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Layer
|
||||
id: Layer
|
||||
parent: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Layer
|
||||
nameWithType: TiledMapCollisions.TileCollisionInfo.Layer
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Layer
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Layer
|
||||
path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
startLine: 87
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public readonly TiledMapTileLayer Layer
|
||||
return:
|
||||
type: MonoGame.Extended.Tiled.TiledMapTileLayer
|
||||
content.vb: Public ReadOnly Layer As TiledMapTileLayer
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.TilesetTile
|
||||
commentId: F:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.TilesetTile
|
||||
id: TilesetTile
|
||||
parent: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TilesetTile
|
||||
nameWithType: TiledMapCollisions.TileCollisionInfo.TilesetTile
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.TilesetTile
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: TilesetTile
|
||||
path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
startLine: 88
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public readonly TiledMapTilesetTile TilesetTile
|
||||
return:
|
||||
type: MonoGame.Extended.Tiled.TiledMapTilesetTile
|
||||
content.vb: Public ReadOnly TilesetTile As TiledMapTilesetTile
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Collisions
|
||||
commentId: F:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Collisions
|
||||
id: Collisions
|
||||
parent: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Collisions
|
||||
nameWithType: TiledMapCollisions.TileCollisionInfo.Collisions
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.Collisions
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Collisions
|
||||
path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
startLine: 89
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public readonly List<RectangleF> Collisions
|
||||
return:
|
||||
type: System.Collections.Generic.List{MonoGame.Extended.RectangleF}
|
||||
content.vb: Public ReadOnly Collisions As List(Of RectangleF)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.#ctor(MonoGame.Extended.Tiled.TiledMap,Microsoft.Xna.Framework.Vector2,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileLayer,MonoGame.Extended.Tiled.TiledMapTilesetTile,MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions)
|
||||
commentId: M:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.#ctor(MonoGame.Extended.Tiled.TiledMap,Microsoft.Xna.Framework.Vector2,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileLayer,MonoGame.Extended.Tiled.TiledMapTilesetTile,MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions)
|
||||
id: '#ctor(MonoGame.Extended.Tiled.TiledMap,Microsoft.Xna.Framework.Vector2,MonoGame.Extended.Tiled.TiledMapTile,MonoGame.Extended.Tiled.TiledMapTileLayer,MonoGame.Extended.Tiled.TiledMapTilesetTile,MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions)'
|
||||
parent: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TileCollisionInfo(TiledMap, Vector2, TiledMapTile, TiledMapTileLayer, TiledMapTilesetTile, TiledMapCollisions.CollectCollisions)
|
||||
nameWithType: TiledMapCollisions.TileCollisionInfo.TileCollisionInfo(TiledMap, Vector2, TiledMapTile, TiledMapTileLayer, TiledMapTilesetTile, TiledMapCollisions.CollectCollisions)
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.TileCollisionInfo(MonoGame.Extended.Tiled.TiledMap, Microsoft.Xna.Framework.Vector2, MonoGame.Extended.Tiled.TiledMapTile, MonoGame.Extended.Tiled.TiledMapTileLayer, MonoGame.Extended.Tiled.TiledMapTilesetTile, MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: .ctor
|
||||
path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
startLine: 91
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public TileCollisionInfo(TiledMap map, Vector2 position, TiledMapTile tile, TiledMapTileLayer layer, TiledMapTilesetTile tilesetTile, TiledMapCollisions.CollectCollisions collisionFunction)
|
||||
parameters:
|
||||
- id: map
|
||||
type: MonoGame.Extended.Tiled.TiledMap
|
||||
- id: position
|
||||
type: Microsoft.Xna.Framework.Vector2
|
||||
- id: tile
|
||||
type: MonoGame.Extended.Tiled.TiledMapTile
|
||||
- id: layer
|
||||
type: MonoGame.Extended.Tiled.TiledMapTileLayer
|
||||
- id: tilesetTile
|
||||
type: MonoGame.Extended.Tiled.TiledMapTilesetTile
|
||||
- id: collisionFunction
|
||||
type: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions
|
||||
content.vb: Public Sub New(map As TiledMap, position As Vector2, tile As TiledMapTile, layer As TiledMapTileLayer, tilesetTile As TiledMapTilesetTile, collisionFunction As TiledMapCollisions.CollectCollisions)
|
||||
overload: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: MLEM.Extended.Tiled
|
||||
commentId: N:MLEM.Extended.Tiled
|
||||
name: MLEM.Extended.Tiled
|
||||
nameWithType: MLEM.Extended.Tiled
|
||||
fullName: MLEM.Extended.Tiled
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: MLEM.Misc.GenericDataHolder
|
||||
commentId: T:MLEM.Misc.GenericDataHolder
|
||||
parent: MLEM.Misc
|
||||
name: GenericDataHolder
|
||||
nameWithType: GenericDataHolder
|
||||
fullName: MLEM.Misc.GenericDataHolder
|
||||
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
parent: MLEM.Misc.GenericDataHolder
|
||||
isExternal: true
|
||||
name: SetData(String, Object)
|
||||
nameWithType: GenericDataHolder.SetData(String, Object)
|
||||
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
name: SetData
|
||||
nameWithType: GenericDataHolder.SetData
|
||||
fullName: MLEM.Misc.GenericDataHolder.SetData
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
name: SetData
|
||||
nameWithType: GenericDataHolder.SetData
|
||||
fullName: MLEM.Misc.GenericDataHolder.SetData
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
parent: MLEM.Misc.GenericDataHolder
|
||||
isExternal: true
|
||||
name: GetData<T>(String)
|
||||
nameWithType: GenericDataHolder.GetData<T>(String)
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
|
||||
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
|
||||
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
|
||||
name.vb: GetData(Of T)(String)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
name: GetData<T>
|
||||
nameWithType: GenericDataHolder.GetData<T>
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
name: GetData(Of T)
|
||||
nameWithType: GenericDataHolder.GetData(Of T)
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
parent: MLEM.Misc.GenericDataHolder
|
||||
name: GetDataKeys()
|
||||
nameWithType: GenericDataHolder.GetDataKeys()
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
name: GetDataKeys
|
||||
nameWithType: GenericDataHolder.GetDataKeys
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
name: GetDataKeys
|
||||
nameWithType: GenericDataHolder.GetDataKeys
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Misc
|
||||
commentId: N:MLEM.Misc
|
||||
name: MLEM.Misc
|
||||
nameWithType: MLEM.Misc
|
||||
fullName: MLEM.Misc
|
||||
- uid: MonoGame.Extended.Tiled.TiledMap
|
||||
commentId: T:MonoGame.Extended.Tiled.TiledMap
|
||||
parent: MonoGame.Extended.Tiled
|
||||
isExternal: true
|
||||
name: TiledMap
|
||||
nameWithType: TiledMap
|
||||
fullName: MonoGame.Extended.Tiled.TiledMap
|
||||
- uid: MonoGame.Extended.Tiled
|
||||
commentId: N:MonoGame.Extended.Tiled
|
||||
isExternal: true
|
||||
name: MonoGame.Extended.Tiled
|
||||
nameWithType: MonoGame.Extended.Tiled
|
||||
fullName: MonoGame.Extended.Tiled
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
commentId: T:Microsoft.Xna.Framework.Vector2
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Vector2
|
||||
nameWithType: Vector2
|
||||
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
|
||||
- uid: MonoGame.Extended.Tiled.TiledMapTile
|
||||
commentId: T:MonoGame.Extended.Tiled.TiledMapTile
|
||||
parent: MonoGame.Extended.Tiled
|
||||
isExternal: true
|
||||
name: TiledMapTile
|
||||
nameWithType: TiledMapTile
|
||||
fullName: MonoGame.Extended.Tiled.TiledMapTile
|
||||
- uid: MonoGame.Extended.Tiled.TiledMapTileLayer
|
||||
commentId: T:MonoGame.Extended.Tiled.TiledMapTileLayer
|
||||
parent: MonoGame.Extended.Tiled
|
||||
isExternal: true
|
||||
name: TiledMapTileLayer
|
||||
nameWithType: TiledMapTileLayer
|
||||
fullName: MonoGame.Extended.Tiled.TiledMapTileLayer
|
||||
- uid: MonoGame.Extended.Tiled.TiledMapTilesetTile
|
||||
commentId: T:MonoGame.Extended.Tiled.TiledMapTilesetTile
|
||||
parent: MonoGame.Extended.Tiled
|
||||
isExternal: true
|
||||
name: TiledMapTilesetTile
|
||||
nameWithType: TiledMapTilesetTile
|
||||
fullName: MonoGame.Extended.Tiled.TiledMapTilesetTile
|
||||
- uid: System.Collections.Generic.List{MonoGame.Extended.RectangleF}
|
||||
commentId: T:System.Collections.Generic.List{MonoGame.Extended.RectangleF}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.List`1
|
||||
name: List<RectangleF>
|
||||
nameWithType: List<RectangleF>
|
||||
fullName: System.Collections.Generic.List<MonoGame.Extended.RectangleF>
|
||||
nameWithType.vb: List(Of RectangleF)
|
||||
fullName.vb: System.Collections.Generic.List(Of MonoGame.Extended.RectangleF)
|
||||
name.vb: List(Of RectangleF)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: MonoGame.Extended.RectangleF
|
||||
name: RectangleF
|
||||
nameWithType: RectangleF
|
||||
fullName: MonoGame.Extended.RectangleF
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: MonoGame.Extended.RectangleF
|
||||
name: RectangleF
|
||||
nameWithType: RectangleF
|
||||
fullName: MonoGame.Extended.RectangleF
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic.List`1
|
||||
commentId: T:System.Collections.Generic.List`1
|
||||
isExternal: true
|
||||
name: List<T>
|
||||
nameWithType: List<T>
|
||||
fullName: System.Collections.Generic.List<T>
|
||||
nameWithType.vb: List(Of T)
|
||||
fullName.vb: System.Collections.Generic.List(Of T)
|
||||
name.vb: List(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.List`1
|
||||
name: List
|
||||
nameWithType: List
|
||||
fullName: System.Collections.Generic.List
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic
|
||||
commentId: N:System.Collections.Generic
|
||||
isExternal: true
|
||||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.#ctor*
|
||||
commentId: Overload:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.#ctor
|
||||
name: TileCollisionInfo
|
||||
nameWithType: TiledMapCollisions.TileCollisionInfo.TileCollisionInfo
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo.TileCollisionInfo
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions
|
||||
commentId: T:MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions
|
||||
parent: MLEM.Extended.Tiled
|
||||
name: TiledMapCollisions.CollectCollisions
|
||||
nameWithType: TiledMapCollisions.CollectCollisions
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions
|
|
@ -1,799 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions
|
||||
commentId: T:MLEM.Extended.Tiled.TiledMapCollisions
|
||||
id: TiledMapCollisions
|
||||
parent: MLEM.Extended.Tiled
|
||||
children:
|
||||
- MLEM.Extended.Tiled.TiledMapCollisions.#ctor(MonoGame.Extended.Tiled.TiledMap)
|
||||
- MLEM.Extended.Tiled.TiledMapCollisions.GetCollidingTiles(MonoGame.Extended.RectangleF,System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean})
|
||||
- MLEM.Extended.Tiled.TiledMapCollisions.IsColliding(MonoGame.Extended.RectangleF,System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean})
|
||||
- MLEM.Extended.Tiled.TiledMapCollisions.SetMap(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions)
|
||||
- MLEM.Extended.Tiled.TiledMapCollisions.UpdateCollisionInfo(System.Int32,System.Int32,System.Int32)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TiledMapCollisions
|
||||
nameWithType: TiledMapCollisions
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: TiledMapCollisions
|
||||
path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public class TiledMapCollisions
|
||||
content.vb: Public Class TiledMapCollisions
|
||||
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
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.#ctor(MonoGame.Extended.Tiled.TiledMap)
|
||||
commentId: M:MLEM.Extended.Tiled.TiledMapCollisions.#ctor(MonoGame.Extended.Tiled.TiledMap)
|
||||
id: '#ctor(MonoGame.Extended.Tiled.TiledMap)'
|
||||
parent: MLEM.Extended.Tiled.TiledMapCollisions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TiledMapCollisions(TiledMap)
|
||||
nameWithType: TiledMapCollisions.TiledMapCollisions(TiledMap)
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.TiledMapCollisions(MonoGame.Extended.Tiled.TiledMap)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: .ctor
|
||||
path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public TiledMapCollisions(TiledMap map = null)
|
||||
parameters:
|
||||
- id: map
|
||||
type: MonoGame.Extended.Tiled.TiledMap
|
||||
content.vb: Public Sub New(map As TiledMap = Nothing)
|
||||
overload: MLEM.Extended.Tiled.TiledMapCollisions.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.SetMap(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions)
|
||||
commentId: M:MLEM.Extended.Tiled.TiledMapCollisions.SetMap(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions)
|
||||
id: SetMap(MonoGame.Extended.Tiled.TiledMap,MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions)
|
||||
parent: MLEM.Extended.Tiled.TiledMapCollisions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SetMap(TiledMap, TiledMapCollisions.CollectCollisions)
|
||||
nameWithType: TiledMapCollisions.SetMap(TiledMap, TiledMapCollisions.CollectCollisions)
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.SetMap(MonoGame.Extended.Tiled.TiledMap, MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: SetMap
|
||||
path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public void SetMap(TiledMap map, TiledMapCollisions.CollectCollisions collisionFunction = null)
|
||||
parameters:
|
||||
- id: map
|
||||
type: MonoGame.Extended.Tiled.TiledMap
|
||||
- id: collisionFunction
|
||||
type: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions
|
||||
content.vb: Public Sub SetMap(map As TiledMap, collisionFunction As TiledMapCollisions.CollectCollisions = Nothing)
|
||||
overload: MLEM.Extended.Tiled.TiledMapCollisions.SetMap*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.UpdateCollisionInfo(System.Int32,System.Int32,System.Int32)
|
||||
commentId: M:MLEM.Extended.Tiled.TiledMapCollisions.UpdateCollisionInfo(System.Int32,System.Int32,System.Int32)
|
||||
id: UpdateCollisionInfo(System.Int32,System.Int32,System.Int32)
|
||||
parent: MLEM.Extended.Tiled.TiledMapCollisions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: UpdateCollisionInfo(Int32, Int32, Int32)
|
||||
nameWithType: TiledMapCollisions.UpdateCollisionInfo(Int32, Int32, Int32)
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.UpdateCollisionInfo(System.Int32, System.Int32, System.Int32)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: UpdateCollisionInfo
|
||||
path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public void UpdateCollisionInfo(int layerIndex, int x, int y)
|
||||
parameters:
|
||||
- id: layerIndex
|
||||
type: System.Int32
|
||||
- id: x
|
||||
type: System.Int32
|
||||
- id: y
|
||||
type: System.Int32
|
||||
content.vb: Public Sub UpdateCollisionInfo(layerIndex As Integer, x As Integer, y As Integer)
|
||||
overload: MLEM.Extended.Tiled.TiledMapCollisions.UpdateCollisionInfo*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.GetCollidingTiles(MonoGame.Extended.RectangleF,System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean})
|
||||
commentId: M:MLEM.Extended.Tiled.TiledMapCollisions.GetCollidingTiles(MonoGame.Extended.RectangleF,System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean})
|
||||
id: GetCollidingTiles(MonoGame.Extended.RectangleF,System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean})
|
||||
parent: MLEM.Extended.Tiled.TiledMapCollisions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetCollidingTiles(RectangleF, Func<TiledMapCollisions.TileCollisionInfo, Boolean>)
|
||||
nameWithType: TiledMapCollisions.GetCollidingTiles(RectangleF, Func<TiledMapCollisions.TileCollisionInfo, Boolean>)
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.GetCollidingTiles(MonoGame.Extended.RectangleF, System.Func<MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo, System.Boolean>)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GetCollidingTiles
|
||||
path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
startLine: 57
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public IEnumerable<TiledMapCollisions.TileCollisionInfo> GetCollidingTiles(RectangleF area, Func<TiledMapCollisions.TileCollisionInfo, bool> included = null)
|
||||
parameters:
|
||||
- id: area
|
||||
type: MonoGame.Extended.RectangleF
|
||||
- id: included
|
||||
type: System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean}
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo}
|
||||
content.vb: Public Function GetCollidingTiles(area As RectangleF, included As Func(Of TiledMapCollisions.TileCollisionInfo, Boolean) = Nothing) As IEnumerable(Of TiledMapCollisions.TileCollisionInfo)
|
||||
overload: MLEM.Extended.Tiled.TiledMapCollisions.GetCollidingTiles*
|
||||
nameWithType.vb: TiledMapCollisions.GetCollidingTiles(RectangleF, Func(Of TiledMapCollisions.TileCollisionInfo, Boolean))
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
fullName.vb: MLEM.Extended.Tiled.TiledMapCollisions.GetCollidingTiles(MonoGame.Extended.RectangleF, System.Func(Of MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo, System.Boolean))
|
||||
name.vb: GetCollidingTiles(RectangleF, Func(Of TiledMapCollisions.TileCollisionInfo, Boolean))
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.IsColliding(MonoGame.Extended.RectangleF,System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean})
|
||||
commentId: M:MLEM.Extended.Tiled.TiledMapCollisions.IsColliding(MonoGame.Extended.RectangleF,System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean})
|
||||
id: IsColliding(MonoGame.Extended.RectangleF,System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean})
|
||||
parent: MLEM.Extended.Tiled.TiledMapCollisions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: IsColliding(RectangleF, Func<TiledMapCollisions.TileCollisionInfo, Boolean>)
|
||||
nameWithType: TiledMapCollisions.IsColliding(RectangleF, Func<TiledMapCollisions.TileCollisionInfo, Boolean>)
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.IsColliding(MonoGame.Extended.RectangleF, System.Func<MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo, System.Boolean>)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: IsColliding
|
||||
path: ../MLEM.Extended/Tiled/TiledMapCollisions.cs
|
||||
startLine: 76
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
namespace: MLEM.Extended.Tiled
|
||||
syntax:
|
||||
content: public bool IsColliding(RectangleF area, Func<TiledMapCollisions.TileCollisionInfo, bool> included = null)
|
||||
parameters:
|
||||
- id: area
|
||||
type: MonoGame.Extended.RectangleF
|
||||
- id: included
|
||||
type: System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean}
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public Function IsColliding(area As RectangleF, included As Func(Of TiledMapCollisions.TileCollisionInfo, Boolean) = Nothing) As Boolean
|
||||
overload: MLEM.Extended.Tiled.TiledMapCollisions.IsColliding*
|
||||
nameWithType.vb: TiledMapCollisions.IsColliding(RectangleF, Func(Of TiledMapCollisions.TileCollisionInfo, Boolean))
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
fullName.vb: MLEM.Extended.Tiled.TiledMapCollisions.IsColliding(MonoGame.Extended.RectangleF, System.Func(Of MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo, System.Boolean))
|
||||
name.vb: IsColliding(RectangleF, Func(Of TiledMapCollisions.TileCollisionInfo, Boolean))
|
||||
references:
|
||||
- uid: MLEM.Extended.Tiled
|
||||
commentId: N:MLEM.Extended.Tiled
|
||||
name: MLEM.Extended.Tiled
|
||||
nameWithType: MLEM.Extended.Tiled
|
||||
fullName: MLEM.Extended.Tiled
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.#ctor*
|
||||
commentId: Overload:MLEM.Extended.Tiled.TiledMapCollisions.#ctor
|
||||
name: TiledMapCollisions
|
||||
nameWithType: TiledMapCollisions.TiledMapCollisions
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.TiledMapCollisions
|
||||
- uid: MonoGame.Extended.Tiled.TiledMap
|
||||
commentId: T:MonoGame.Extended.Tiled.TiledMap
|
||||
parent: MonoGame.Extended.Tiled
|
||||
isExternal: true
|
||||
name: TiledMap
|
||||
nameWithType: TiledMap
|
||||
fullName: MonoGame.Extended.Tiled.TiledMap
|
||||
- uid: MonoGame.Extended.Tiled
|
||||
commentId: N:MonoGame.Extended.Tiled
|
||||
isExternal: true
|
||||
name: MonoGame.Extended.Tiled
|
||||
nameWithType: MonoGame.Extended.Tiled
|
||||
fullName: MonoGame.Extended.Tiled
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.SetMap*
|
||||
commentId: Overload:MLEM.Extended.Tiled.TiledMapCollisions.SetMap
|
||||
name: SetMap
|
||||
nameWithType: TiledMapCollisions.SetMap
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.SetMap
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions
|
||||
commentId: T:MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions
|
||||
parent: MLEM.Extended.Tiled
|
||||
name: TiledMapCollisions.CollectCollisions
|
||||
nameWithType: TiledMapCollisions.CollectCollisions
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.UpdateCollisionInfo*
|
||||
commentId: Overload:MLEM.Extended.Tiled.TiledMapCollisions.UpdateCollisionInfo
|
||||
name: UpdateCollisionInfo
|
||||
nameWithType: TiledMapCollisions.UpdateCollisionInfo
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.UpdateCollisionInfo
|
||||
- uid: System.Int32
|
||||
commentId: T:System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.GetCollidingTiles*
|
||||
commentId: Overload:MLEM.Extended.Tiled.TiledMapCollisions.GetCollidingTiles
|
||||
name: GetCollidingTiles
|
||||
nameWithType: TiledMapCollisions.GetCollidingTiles
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.GetCollidingTiles
|
||||
- uid: MonoGame.Extended.RectangleF
|
||||
commentId: T:MonoGame.Extended.RectangleF
|
||||
parent: MonoGame.Extended
|
||||
isExternal: true
|
||||
name: RectangleF
|
||||
nameWithType: RectangleF
|
||||
fullName: MonoGame.Extended.RectangleF
|
||||
- uid: System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean}
|
||||
commentId: T:System.Func{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo,System.Boolean}
|
||||
parent: System
|
||||
definition: System.Func`2
|
||||
name: Func<TiledMapCollisions.TileCollisionInfo, Boolean>
|
||||
nameWithType: Func<TiledMapCollisions.TileCollisionInfo, Boolean>
|
||||
fullName: System.Func<MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo, System.Boolean>
|
||||
nameWithType.vb: Func(Of TiledMapCollisions.TileCollisionInfo, Boolean)
|
||||
fullName.vb: System.Func(Of MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo, System.Boolean)
|
||||
name.vb: Func(Of TiledMapCollisions.TileCollisionInfo, Boolean)
|
||||
spec.csharp:
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
name: TiledMapCollisions.TileCollisionInfo
|
||||
nameWithType: TiledMapCollisions.TileCollisionInfo
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
name: TiledMapCollisions.TileCollisionInfo
|
||||
nameWithType: TiledMapCollisions.TileCollisionInfo
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic.IEnumerable{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo}
|
||||
commentId: T:System.Collections.Generic.IEnumerable{MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable<TiledMapCollisions.TileCollisionInfo>
|
||||
nameWithType: IEnumerable<TiledMapCollisions.TileCollisionInfo>
|
||||
fullName: System.Collections.Generic.IEnumerable<MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo>
|
||||
nameWithType.vb: IEnumerable(Of TiledMapCollisions.TileCollisionInfo)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo)
|
||||
name.vb: IEnumerable(Of TiledMapCollisions.TileCollisionInfo)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
name: TiledMapCollisions.TileCollisionInfo
|
||||
nameWithType: TiledMapCollisions.TileCollisionInfo
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
name: TiledMapCollisions.TileCollisionInfo
|
||||
nameWithType: TiledMapCollisions.TileCollisionInfo
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MonoGame.Extended
|
||||
commentId: N:MonoGame.Extended
|
||||
isExternal: true
|
||||
name: MonoGame.Extended
|
||||
nameWithType: MonoGame.Extended
|
||||
fullName: MonoGame.Extended
|
||||
- uid: System.Func`2
|
||||
commentId: T:System.Func`2
|
||||
isExternal: true
|
||||
name: Func<T, TResult>
|
||||
nameWithType: Func<T, TResult>
|
||||
fullName: System.Func<T, TResult>
|
||||
nameWithType.vb: Func(Of T, TResult)
|
||||
fullName.vb: System.Func(Of T, TResult)
|
||||
name.vb: Func(Of T, TResult)
|
||||
spec.csharp:
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: TResult
|
||||
nameWithType: TResult
|
||||
fullName: TResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: TResult
|
||||
nameWithType: TResult
|
||||
fullName: TResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
commentId: T:System.Collections.Generic.IEnumerable`1
|
||||
isExternal: true
|
||||
name: IEnumerable<T>
|
||||
nameWithType: IEnumerable<T>
|
||||
fullName: System.Collections.Generic.IEnumerable<T>
|
||||
nameWithType.vb: IEnumerable(Of T)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
|
||||
name.vb: IEnumerable(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic
|
||||
commentId: N:System.Collections.Generic
|
||||
isExternal: true
|
||||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.IsColliding*
|
||||
commentId: Overload:MLEM.Extended.Tiled.TiledMapCollisions.IsColliding
|
||||
name: IsColliding
|
||||
nameWithType: TiledMapCollisions.IsColliding
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.IsColliding
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
|
@ -1,82 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extended.Tiled
|
||||
commentId: N:MLEM.Extended.Tiled
|
||||
id: MLEM.Extended.Tiled
|
||||
children:
|
||||
- MLEM.Extended.Tiled.IndividualTiledMapRenderer
|
||||
- MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate
|
||||
- MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth
|
||||
- MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo
|
||||
- MLEM.Extended.Tiled.LayerPosition
|
||||
- MLEM.Extended.Tiled.TiledExtensions
|
||||
- MLEM.Extended.Tiled.TiledMapCollisions
|
||||
- MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions
|
||||
- MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MLEM.Extended.Tiled
|
||||
nameWithType: MLEM.Extended.Tiled
|
||||
fullName: MLEM.Extended.Tiled
|
||||
type: Namespace
|
||||
assemblies:
|
||||
- MLEM.Extended
|
||||
references:
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer
|
||||
commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer
|
||||
parent: MLEM.Extended.Tiled
|
||||
name: IndividualTiledMapRenderer
|
||||
nameWithType: IndividualTiledMapRenderer
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth
|
||||
commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth
|
||||
parent: MLEM.Extended.Tiled
|
||||
name: IndividualTiledMapRenderer.GetDepth
|
||||
nameWithType: IndividualTiledMapRenderer.GetDepth
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.GetDepth
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate
|
||||
commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate
|
||||
parent: MLEM.Extended.Tiled
|
||||
name: IndividualTiledMapRenderer.DrawDelegate
|
||||
nameWithType: IndividualTiledMapRenderer.DrawDelegate
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.DrawDelegate
|
||||
- uid: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo
|
||||
commentId: T:MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo
|
||||
parent: MLEM.Extended.Tiled
|
||||
name: IndividualTiledMapRenderer.TileDrawInfo
|
||||
nameWithType: IndividualTiledMapRenderer.TileDrawInfo
|
||||
fullName: MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo
|
||||
- uid: MLEM.Extended.Tiled.LayerPosition
|
||||
commentId: T:MLEM.Extended.Tiled.LayerPosition
|
||||
parent: MLEM.Extended.Tiled
|
||||
name: LayerPosition
|
||||
nameWithType: LayerPosition
|
||||
fullName: MLEM.Extended.Tiled.LayerPosition
|
||||
- uid: MLEM.Extended.Tiled.TiledExtensions
|
||||
commentId: T:MLEM.Extended.Tiled.TiledExtensions
|
||||
name: TiledExtensions
|
||||
nameWithType: TiledExtensions
|
||||
fullName: MLEM.Extended.Tiled.TiledExtensions
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions
|
||||
commentId: T:MLEM.Extended.Tiled.TiledMapCollisions
|
||||
name: TiledMapCollisions
|
||||
nameWithType: TiledMapCollisions
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions
|
||||
commentId: T:MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions
|
||||
parent: MLEM.Extended.Tiled
|
||||
name: TiledMapCollisions.CollectCollisions
|
||||
nameWithType: TiledMapCollisions.CollectCollisions
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.CollectCollisions
|
||||
- uid: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
commentId: T:MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
parent: MLEM.Extended.Tiled
|
||||
name: TiledMapCollisions.TileCollisionInfo
|
||||
nameWithType: TiledMapCollisions.TileCollisionInfo
|
||||
fullName: MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
- uid: MLEM.Extended.Tiled
|
||||
commentId: N:MLEM.Extended.Tiled
|
||||
name: MLEM.Extended.Tiled
|
||||
nameWithType: MLEM.Extended.Tiled
|
||||
fullName: MLEM.Extended.Tiled
|
|
@ -1,566 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extensions.ColorExtensions
|
||||
commentId: T:MLEM.Extensions.ColorExtensions
|
||||
id: ColorExtensions
|
||||
parent: MLEM.Extensions
|
||||
children:
|
||||
- MLEM.Extensions.ColorExtensions.CopyAlpha(Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Color)
|
||||
- MLEM.Extensions.ColorExtensions.FromHex(System.String)
|
||||
- MLEM.Extensions.ColorExtensions.FromHex(System.UInt32)
|
||||
- MLEM.Extensions.ColorExtensions.Invert(Microsoft.Xna.Framework.Color)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ColorExtensions
|
||||
nameWithType: ColorExtensions
|
||||
fullName: MLEM.Extensions.ColorExtensions
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/ColorExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: ColorExtensions
|
||||
path: ../MLEM/Extensions/ColorExtensions.cs
|
||||
startLine: 8
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nA set of extensions for dealing with <xref href=\"Microsoft.Xna.Framework.Color\" data-throw-if-not-resolved=\"false\"></xref> objects\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static class ColorExtensions
|
||||
content.vb: Public Module ColorExtensions
|
||||
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.ColorExtensions.Invert(Microsoft.Xna.Framework.Color)
|
||||
commentId: M:MLEM.Extensions.ColorExtensions.Invert(Microsoft.Xna.Framework.Color)
|
||||
id: Invert(Microsoft.Xna.Framework.Color)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extensions.ColorExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Invert(Color)
|
||||
nameWithType: ColorExtensions.Invert(Color)
|
||||
fullName: MLEM.Extensions.ColorExtensions.Invert(Microsoft.Xna.Framework.Color)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/ColorExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Invert
|
||||
path: ../MLEM/Extensions/ColorExtensions.cs
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nReturns an inverted version of the color.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static Color Invert(this Color color)
|
||||
parameters:
|
||||
- id: color
|
||||
type: Microsoft.Xna.Framework.Color
|
||||
description: The color to invert
|
||||
return:
|
||||
type: Microsoft.Xna.Framework.Color
|
||||
description: The inverted color
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function Invert(color As Color) As Color
|
||||
overload: MLEM.Extensions.ColorExtensions.Invert*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Extensions.ColorExtensions.FromHex(System.UInt32)
|
||||
commentId: M:MLEM.Extensions.ColorExtensions.FromHex(System.UInt32)
|
||||
id: FromHex(System.UInt32)
|
||||
parent: MLEM.Extensions.ColorExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: FromHex(UInt32)
|
||||
nameWithType: ColorExtensions.FromHex(UInt32)
|
||||
fullName: MLEM.Extensions.ColorExtensions.FromHex(System.UInt32)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/ColorExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: FromHex
|
||||
path: ../MLEM/Extensions/ColorExtensions.cs
|
||||
startLine: 25
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nParses a hexadecimal number into a color.\nThe number should be in the format <code>0xaarrggbb</code>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static Color FromHex(uint value)
|
||||
parameters:
|
||||
- id: value
|
||||
type: System.UInt32
|
||||
description: The number to parse
|
||||
return:
|
||||
type: Microsoft.Xna.Framework.Color
|
||||
description: The resulting color
|
||||
content.vb: Public Shared Function FromHex(value As UInteger) As Color
|
||||
overload: MLEM.Extensions.ColorExtensions.FromHex*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Extensions.ColorExtensions.FromHex(System.String)
|
||||
commentId: M:MLEM.Extensions.ColorExtensions.FromHex(System.String)
|
||||
id: FromHex(System.String)
|
||||
parent: MLEM.Extensions.ColorExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: FromHex(String)
|
||||
nameWithType: ColorExtensions.FromHex(String)
|
||||
fullName: MLEM.Extensions.ColorExtensions.FromHex(System.String)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/ColorExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: FromHex
|
||||
path: ../MLEM/Extensions/ColorExtensions.cs
|
||||
startLine: 35
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nParses a hexadecimal string into a color.\nThe string can optionally start with a <code>#</code>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static Color FromHex(string value)
|
||||
parameters:
|
||||
- id: value
|
||||
type: System.String
|
||||
description: The string to parse
|
||||
return:
|
||||
type: Microsoft.Xna.Framework.Color
|
||||
description: The resulting color
|
||||
content.vb: Public Shared Function FromHex(value As String) As Color
|
||||
overload: MLEM.Extensions.ColorExtensions.FromHex*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Extensions.ColorExtensions.CopyAlpha(Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Color)
|
||||
commentId: M:MLEM.Extensions.ColorExtensions.CopyAlpha(Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Color)
|
||||
id: CopyAlpha(Microsoft.Xna.Framework.Color,Microsoft.Xna.Framework.Color)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extensions.ColorExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CopyAlpha(Color, Color)
|
||||
nameWithType: ColorExtensions.CopyAlpha(Color, Color)
|
||||
fullName: MLEM.Extensions.ColorExtensions.CopyAlpha(Microsoft.Xna.Framework.Color, Microsoft.Xna.Framework.Color)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/ColorExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: CopyAlpha
|
||||
path: ../MLEM/Extensions/ColorExtensions.cs
|
||||
startLine: 47
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nCopies the alpha value from another color into this color.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static Color CopyAlpha(this Color color, Color other)
|
||||
parameters:
|
||||
- id: color
|
||||
type: Microsoft.Xna.Framework.Color
|
||||
description: The color
|
||||
- id: other
|
||||
type: Microsoft.Xna.Framework.Color
|
||||
description: The color to copy the alpha from
|
||||
return:
|
||||
type: Microsoft.Xna.Framework.Color
|
||||
description: The first color with the second color's alpha value
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function CopyAlpha(color As Color, other As Color) As Color
|
||||
overload: MLEM.Extensions.ColorExtensions.CopyAlpha*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
references:
|
||||
- uid: Microsoft.Xna.Framework.Color
|
||||
commentId: T:Microsoft.Xna.Framework.Color
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Color
|
||||
nameWithType: Color
|
||||
fullName: Microsoft.Xna.Framework.Color
|
||||
- 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: )
|
||||
- uid: Microsoft.Xna.Framework
|
||||
commentId: N:Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework
|
||||
nameWithType: Microsoft.Xna.Framework
|
||||
fullName: Microsoft.Xna.Framework
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Extensions.ColorExtensions.Invert*
|
||||
commentId: Overload:MLEM.Extensions.ColorExtensions.Invert
|
||||
name: Invert
|
||||
nameWithType: ColorExtensions.Invert
|
||||
fullName: MLEM.Extensions.ColorExtensions.Invert
|
||||
- uid: MLEM.Extensions.ColorExtensions.FromHex*
|
||||
commentId: Overload:MLEM.Extensions.ColorExtensions.FromHex
|
||||
name: FromHex
|
||||
nameWithType: ColorExtensions.FromHex
|
||||
fullName: MLEM.Extensions.ColorExtensions.FromHex
|
||||
- uid: System.UInt32
|
||||
commentId: T:System.UInt32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: UInt32
|
||||
nameWithType: UInt32
|
||||
fullName: System.UInt32
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: MLEM.Extensions.ColorExtensions.CopyAlpha*
|
||||
commentId: Overload:MLEM.Extensions.ColorExtensions.CopyAlpha
|
||||
name: CopyAlpha
|
||||
nameWithType: ColorExtensions.CopyAlpha
|
||||
fullName: MLEM.Extensions.ColorExtensions.CopyAlpha
|
|
@ -1,468 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extensions.GraphicsExtensions.TargetContext
|
||||
commentId: T:MLEM.Extensions.GraphicsExtensions.TargetContext
|
||||
id: GraphicsExtensions.TargetContext
|
||||
parent: MLEM.Extensions
|
||||
children:
|
||||
- MLEM.Extensions.GraphicsExtensions.TargetContext.#ctor(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D)
|
||||
- MLEM.Extensions.GraphicsExtensions.TargetContext.Dispose
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GraphicsExtensions.TargetContext
|
||||
nameWithType: GraphicsExtensions.TargetContext
|
||||
fullName: MLEM.Extensions.GraphicsExtensions.TargetContext
|
||||
type: Struct
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/GraphicsExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: TargetContext
|
||||
path: ../MLEM/Extensions/GraphicsExtensions.cs
|
||||
startLine: 81
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nRepresents a context in which a <xref href=\"Microsoft.Xna.Framework.Graphics.RenderTarget2D\" data-throw-if-not-resolved=\"false\"></xref> is applied.\nThis class should be used with <xref href=\"MLEM.Extensions.GraphicsExtensions.WithRenderTarget(Microsoft.Xna.Framework.Graphics.GraphicsDevice%2cMicrosoft.Xna.Framework.Graphics.RenderTarget2D)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public struct TargetContext : IDisposable'
|
||||
content.vb: >-
|
||||
Public Structure TargetContext
|
||||
|
||||
Implements IDisposable
|
||||
implements:
|
||||
- System.IDisposable
|
||||
inheritedMembers:
|
||||
- System.ValueType.Equals(System.Object)
|
||||
- System.ValueType.GetHashCode
|
||||
- System.ValueType.ToString
|
||||
- System.Object.Equals(System.Object,System.Object)
|
||||
- System.Object.GetType
|
||||
- System.Object.ReferenceEquals(System.Object,System.Object)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- struct
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Structure
|
||||
- uid: MLEM.Extensions.GraphicsExtensions.TargetContext.#ctor(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D)
|
||||
commentId: M:MLEM.Extensions.GraphicsExtensions.TargetContext.#ctor(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D)
|
||||
id: '#ctor(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D)'
|
||||
parent: MLEM.Extensions.GraphicsExtensions.TargetContext
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TargetContext(GraphicsDevice, RenderTarget2D)
|
||||
nameWithType: GraphicsExtensions.TargetContext.TargetContext(GraphicsDevice, RenderTarget2D)
|
||||
fullName: MLEM.Extensions.GraphicsExtensions.TargetContext.TargetContext(Microsoft.Xna.Framework.Graphics.GraphicsDevice, Microsoft.Xna.Framework.Graphics.RenderTarget2D)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/GraphicsExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: .ctor
|
||||
path: ../MLEM/Extensions/GraphicsExtensions.cs
|
||||
startLine: 91
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nCreates a new target context with the given settings.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public TargetContext(GraphicsDevice device, RenderTarget2D target)
|
||||
parameters:
|
||||
- id: device
|
||||
type: Microsoft.Xna.Framework.Graphics.GraphicsDevice
|
||||
description: The graphics device to apply the target on
|
||||
- id: target
|
||||
type: Microsoft.Xna.Framework.Graphics.RenderTarget2D
|
||||
description: The target to apply
|
||||
content.vb: Public Sub New(device As GraphicsDevice, target As RenderTarget2D)
|
||||
overload: MLEM.Extensions.GraphicsExtensions.TargetContext.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Extensions.GraphicsExtensions.TargetContext.Dispose
|
||||
commentId: M:MLEM.Extensions.GraphicsExtensions.TargetContext.Dispose
|
||||
id: Dispose
|
||||
parent: MLEM.Extensions.GraphicsExtensions.TargetContext
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Dispose()
|
||||
nameWithType: GraphicsExtensions.TargetContext.Dispose()
|
||||
fullName: MLEM.Extensions.GraphicsExtensions.TargetContext.Dispose()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/GraphicsExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Dispose
|
||||
path: ../MLEM/Extensions/GraphicsExtensions.cs
|
||||
startLine: 100
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nDisposes this target context, which causes the graphics device's previous render targets to be re-applied.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public void Dispose()
|
||||
content.vb: Public Sub Dispose
|
||||
overload: MLEM.Extensions.GraphicsExtensions.TargetContext.Dispose*
|
||||
implements:
|
||||
- System.IDisposable.Dispose
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: Microsoft.Xna.Framework.Graphics.RenderTarget2D
|
||||
commentId: T:Microsoft.Xna.Framework.Graphics.RenderTarget2D
|
||||
parent: Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: RenderTarget2D
|
||||
nameWithType: RenderTarget2D
|
||||
fullName: Microsoft.Xna.Framework.Graphics.RenderTarget2D
|
||||
- uid: MLEM.Extensions.GraphicsExtensions.WithRenderTarget(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D)
|
||||
commentId: M:MLEM.Extensions.GraphicsExtensions.WithRenderTarget(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D)
|
||||
isExternal: true
|
||||
- uid: MLEM.Extensions
|
||||
commentId: N:MLEM.Extensions
|
||||
name: MLEM.Extensions
|
||||
nameWithType: MLEM.Extensions
|
||||
fullName: MLEM.Extensions
|
||||
- uid: System.IDisposable
|
||||
commentId: T:System.IDisposable
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: IDisposable
|
||||
nameWithType: IDisposable
|
||||
fullName: System.IDisposable
|
||||
- uid: System.ValueType.Equals(System.Object)
|
||||
commentId: M:System.ValueType.Equals(System.Object)
|
||||
parent: System.ValueType
|
||||
isExternal: true
|
||||
name: Equals(Object)
|
||||
nameWithType: ValueType.Equals(Object)
|
||||
fullName: System.ValueType.Equals(System.Object)
|
||||
spec.csharp:
|
||||
- uid: System.ValueType.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: ValueType.Equals
|
||||
fullName: System.ValueType.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.ValueType.Equals(System.Object)
|
||||
name: Equals
|
||||
nameWithType: ValueType.Equals
|
||||
fullName: System.ValueType.Equals
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.ValueType.GetHashCode
|
||||
commentId: M:System.ValueType.GetHashCode
|
||||
parent: System.ValueType
|
||||
isExternal: true
|
||||
name: GetHashCode()
|
||||
nameWithType: ValueType.GetHashCode()
|
||||
fullName: System.ValueType.GetHashCode()
|
||||
spec.csharp:
|
||||
- uid: System.ValueType.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: ValueType.GetHashCode
|
||||
fullName: System.ValueType.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.ValueType.GetHashCode
|
||||
name: GetHashCode
|
||||
nameWithType: ValueType.GetHashCode
|
||||
fullName: System.ValueType.GetHashCode
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.ValueType.ToString
|
||||
commentId: M:System.ValueType.ToString
|
||||
parent: System.ValueType
|
||||
isExternal: true
|
||||
name: ToString()
|
||||
nameWithType: ValueType.ToString()
|
||||
fullName: System.ValueType.ToString()
|
||||
spec.csharp:
|
||||
- uid: System.ValueType.ToString
|
||||
name: ToString
|
||||
nameWithType: ValueType.ToString
|
||||
fullName: System.ValueType.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.ValueType.ToString
|
||||
name: ToString
|
||||
nameWithType: ValueType.ToString
|
||||
fullName: System.ValueType.ToString
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- 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.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.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: Microsoft.Xna.Framework.Graphics
|
||||
commentId: N:Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework.Graphics
|
||||
nameWithType: Microsoft.Xna.Framework.Graphics
|
||||
fullName: Microsoft.Xna.Framework.Graphics
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: System.ValueType
|
||||
commentId: T:System.ValueType
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: ValueType
|
||||
nameWithType: ValueType
|
||||
fullName: System.ValueType
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: MLEM.Extensions.GraphicsExtensions.TargetContext.#ctor*
|
||||
commentId: Overload:MLEM.Extensions.GraphicsExtensions.TargetContext.#ctor
|
||||
name: TargetContext
|
||||
nameWithType: GraphicsExtensions.TargetContext.TargetContext
|
||||
fullName: MLEM.Extensions.GraphicsExtensions.TargetContext.TargetContext
|
||||
- uid: Microsoft.Xna.Framework.Graphics.GraphicsDevice
|
||||
commentId: T:Microsoft.Xna.Framework.Graphics.GraphicsDevice
|
||||
parent: Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: GraphicsDevice
|
||||
nameWithType: GraphicsDevice
|
||||
fullName: Microsoft.Xna.Framework.Graphics.GraphicsDevice
|
||||
- uid: MLEM.Extensions.GraphicsExtensions.TargetContext.Dispose*
|
||||
commentId: Overload:MLEM.Extensions.GraphicsExtensions.TargetContext.Dispose
|
||||
name: Dispose
|
||||
nameWithType: GraphicsExtensions.TargetContext.Dispose
|
||||
fullName: MLEM.Extensions.GraphicsExtensions.TargetContext.Dispose
|
||||
- uid: System.IDisposable.Dispose
|
||||
commentId: M:System.IDisposable.Dispose
|
||||
parent: System.IDisposable
|
||||
isExternal: true
|
||||
name: Dispose()
|
||||
nameWithType: IDisposable.Dispose()
|
||||
fullName: System.IDisposable.Dispose()
|
||||
spec.csharp:
|
||||
- uid: System.IDisposable.Dispose
|
||||
name: Dispose
|
||||
nameWithType: IDisposable.Dispose
|
||||
fullName: System.IDisposable.Dispose
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: System.IDisposable.Dispose
|
||||
name: Dispose
|
||||
nameWithType: IDisposable.Dispose
|
||||
fullName: System.IDisposable.Dispose
|
||||
isExternal: true
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
|
@ -1,612 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extensions.GraphicsExtensions
|
||||
commentId: T:MLEM.Extensions.GraphicsExtensions
|
||||
id: GraphicsExtensions
|
||||
parent: MLEM.Extensions
|
||||
children:
|
||||
- MLEM.Extensions.GraphicsExtensions.ApplyChangesSafely(Microsoft.Xna.Framework.GraphicsDeviceManager)
|
||||
- MLEM.Extensions.GraphicsExtensions.ResetWidthAndHeight(Microsoft.Xna.Framework.GraphicsDeviceManager,Microsoft.Xna.Framework.GameWindow)
|
||||
- MLEM.Extensions.GraphicsExtensions.SetFullscreen(Microsoft.Xna.Framework.GraphicsDeviceManager,System.Boolean)
|
||||
- MLEM.Extensions.GraphicsExtensions.WithRenderTarget(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GraphicsExtensions
|
||||
nameWithType: GraphicsExtensions
|
||||
fullName: MLEM.Extensions.GraphicsExtensions
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/GraphicsExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GraphicsExtensions
|
||||
path: ../MLEM/Extensions/GraphicsExtensions.cs
|
||||
startLine: 9
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nA set of extensions for dealing with <xref href=\"Microsoft.Xna.Framework.Graphics.GraphicsDevice\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"Microsoft.Xna.Framework.GraphicsDeviceManager\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static class GraphicsExtensions
|
||||
content.vb: Public Module GraphicsExtensions
|
||||
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.GraphicsExtensions.SetFullscreen(Microsoft.Xna.Framework.GraphicsDeviceManager,System.Boolean)
|
||||
commentId: M:MLEM.Extensions.GraphicsExtensions.SetFullscreen(Microsoft.Xna.Framework.GraphicsDeviceManager,System.Boolean)
|
||||
id: SetFullscreen(Microsoft.Xna.Framework.GraphicsDeviceManager,System.Boolean)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extensions.GraphicsExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SetFullscreen(GraphicsDeviceManager, Boolean)
|
||||
nameWithType: GraphicsExtensions.SetFullscreen(GraphicsDeviceManager, Boolean)
|
||||
fullName: MLEM.Extensions.GraphicsExtensions.SetFullscreen(Microsoft.Xna.Framework.GraphicsDeviceManager, System.Boolean)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/GraphicsExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: SetFullscreen
|
||||
path: ../MLEM/Extensions/GraphicsExtensions.cs
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nSets the graphics device manager to fullscreen, properly taking into account the preferred backbuffer width and height to avoid lower resolutions for higher resolution screens.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static void SetFullscreen(this GraphicsDeviceManager manager, bool fullscreen)
|
||||
parameters:
|
||||
- id: manager
|
||||
type: Microsoft.Xna.Framework.GraphicsDeviceManager
|
||||
description: The graphics device manager
|
||||
- id: fullscreen
|
||||
type: System.Boolean
|
||||
description: True if fullscreen should be enabled, false if disabled
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub SetFullscreen(manager As GraphicsDeviceManager, fullscreen As Boolean)
|
||||
overload: MLEM.Extensions.GraphicsExtensions.SetFullscreen*
|
||||
exceptions:
|
||||
- type: System.InvalidOperationException
|
||||
commentId: T:System.InvalidOperationException
|
||||
description: Thrown when changing out of fullscreen mode before changing into fullscreen mode using this method
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Extensions.GraphicsExtensions.ApplyChangesSafely(Microsoft.Xna.Framework.GraphicsDeviceManager)
|
||||
commentId: M:MLEM.Extensions.GraphicsExtensions.ApplyChangesSafely(Microsoft.Xna.Framework.GraphicsDeviceManager)
|
||||
id: ApplyChangesSafely(Microsoft.Xna.Framework.GraphicsDeviceManager)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extensions.GraphicsExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ApplyChangesSafely(GraphicsDeviceManager)
|
||||
nameWithType: GraphicsExtensions.ApplyChangesSafely(GraphicsDeviceManager)
|
||||
fullName: MLEM.Extensions.GraphicsExtensions.ApplyChangesSafely(Microsoft.Xna.Framework.GraphicsDeviceManager)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/GraphicsExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: ApplyChangesSafely
|
||||
path: ../MLEM/Extensions/GraphicsExtensions.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nSave version of <xref href=\"Microsoft.Xna.Framework.GraphicsDeviceManager.ApplyChanges\" data-throw-if-not-resolved=\"false\"></xref> that doesn't reset window size to defaults\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static void ApplyChangesSafely(this GraphicsDeviceManager manager)
|
||||
parameters:
|
||||
- id: manager
|
||||
type: Microsoft.Xna.Framework.GraphicsDeviceManager
|
||||
description: The graphics device manager
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub ApplyChangesSafely(manager As GraphicsDeviceManager)
|
||||
overload: MLEM.Extensions.GraphicsExtensions.ApplyChangesSafely*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Extensions.GraphicsExtensions.ResetWidthAndHeight(Microsoft.Xna.Framework.GraphicsDeviceManager,Microsoft.Xna.Framework.GameWindow)
|
||||
commentId: M:MLEM.Extensions.GraphicsExtensions.ResetWidthAndHeight(Microsoft.Xna.Framework.GraphicsDeviceManager,Microsoft.Xna.Framework.GameWindow)
|
||||
id: ResetWidthAndHeight(Microsoft.Xna.Framework.GraphicsDeviceManager,Microsoft.Xna.Framework.GameWindow)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extensions.GraphicsExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ResetWidthAndHeight(GraphicsDeviceManager, GameWindow)
|
||||
nameWithType: GraphicsExtensions.ResetWidthAndHeight(GraphicsDeviceManager, GameWindow)
|
||||
fullName: MLEM.Extensions.GraphicsExtensions.ResetWidthAndHeight(Microsoft.Xna.Framework.GraphicsDeviceManager, Microsoft.Xna.Framework.GameWindow)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/GraphicsExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: ResetWidthAndHeight
|
||||
path: ../MLEM/Extensions/GraphicsExtensions.cs
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nResets preferred width and height back to the window's default bound values.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static void ResetWidthAndHeight(this GraphicsDeviceManager manager, GameWindow window)
|
||||
parameters:
|
||||
- id: manager
|
||||
type: Microsoft.Xna.Framework.GraphicsDeviceManager
|
||||
description: The graphics device manager
|
||||
- id: window
|
||||
type: Microsoft.Xna.Framework.GameWindow
|
||||
description: The window whose bounds to use
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub ResetWidthAndHeight(manager As GraphicsDeviceManager, window As GameWindow)
|
||||
overload: MLEM.Extensions.GraphicsExtensions.ResetWidthAndHeight*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Extensions.GraphicsExtensions.WithRenderTarget(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D)
|
||||
commentId: M:MLEM.Extensions.GraphicsExtensions.WithRenderTarget(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D)
|
||||
id: WithRenderTarget(Microsoft.Xna.Framework.Graphics.GraphicsDevice,Microsoft.Xna.Framework.Graphics.RenderTarget2D)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extensions.GraphicsExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: WithRenderTarget(GraphicsDevice, RenderTarget2D)
|
||||
nameWithType: GraphicsExtensions.WithRenderTarget(GraphicsDevice, RenderTarget2D)
|
||||
fullName: MLEM.Extensions.GraphicsExtensions.WithRenderTarget(Microsoft.Xna.Framework.Graphics.GraphicsDevice, Microsoft.Xna.Framework.Graphics.RenderTarget2D)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/GraphicsExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: WithRenderTarget
|
||||
path: ../MLEM/Extensions/GraphicsExtensions.cs
|
||||
startLine: 73
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nStarts a new <xref href=\"MLEM.Extensions.GraphicsExtensions.TargetContext\" data-throw-if-not-resolved=\"false\"></xref> using the specified render target.\nThe returned context automatically disposes when used in a <code>using</code> statement, which causes any previously applied render targets to be reapplied automatically.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static GraphicsExtensions.TargetContext WithRenderTarget(this GraphicsDevice device, RenderTarget2D target)
|
||||
parameters:
|
||||
- id: device
|
||||
type: Microsoft.Xna.Framework.Graphics.GraphicsDevice
|
||||
description: The graphics device
|
||||
- id: target
|
||||
type: Microsoft.Xna.Framework.Graphics.RenderTarget2D
|
||||
description: The render target to apply
|
||||
return:
|
||||
type: MLEM.Extensions.GraphicsExtensions.TargetContext
|
||||
description: ''
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function WithRenderTarget(device As GraphicsDevice, target As RenderTarget2D) As GraphicsExtensions.TargetContext
|
||||
overload: MLEM.Extensions.GraphicsExtensions.WithRenderTarget*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
references:
|
||||
- uid: Microsoft.Xna.Framework.Graphics.GraphicsDevice
|
||||
commentId: T:Microsoft.Xna.Framework.Graphics.GraphicsDevice
|
||||
parent: Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: GraphicsDevice
|
||||
nameWithType: GraphicsDevice
|
||||
fullName: Microsoft.Xna.Framework.Graphics.GraphicsDevice
|
||||
- uid: Microsoft.Xna.Framework.GraphicsDeviceManager
|
||||
commentId: T:Microsoft.Xna.Framework.GraphicsDeviceManager
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: GraphicsDeviceManager
|
||||
nameWithType: GraphicsDeviceManager
|
||||
fullName: Microsoft.Xna.Framework.GraphicsDeviceManager
|
||||
- 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: )
|
||||
- uid: Microsoft.Xna.Framework.Graphics
|
||||
commentId: N:Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework.Graphics
|
||||
nameWithType: Microsoft.Xna.Framework.Graphics
|
||||
fullName: Microsoft.Xna.Framework.Graphics
|
||||
- uid: Microsoft.Xna.Framework
|
||||
commentId: N:Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework
|
||||
nameWithType: Microsoft.Xna.Framework
|
||||
fullName: Microsoft.Xna.Framework
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: System.InvalidOperationException
|
||||
commentId: T:System.InvalidOperationException
|
||||
isExternal: true
|
||||
- uid: MLEM.Extensions.GraphicsExtensions.SetFullscreen*
|
||||
commentId: Overload:MLEM.Extensions.GraphicsExtensions.SetFullscreen
|
||||
name: SetFullscreen
|
||||
nameWithType: GraphicsExtensions.SetFullscreen
|
||||
fullName: MLEM.Extensions.GraphicsExtensions.SetFullscreen
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: Microsoft.Xna.Framework.GraphicsDeviceManager.ApplyChanges
|
||||
commentId: M:Microsoft.Xna.Framework.GraphicsDeviceManager.ApplyChanges
|
||||
isExternal: true
|
||||
- uid: MLEM.Extensions.GraphicsExtensions.ApplyChangesSafely*
|
||||
commentId: Overload:MLEM.Extensions.GraphicsExtensions.ApplyChangesSafely
|
||||
name: ApplyChangesSafely
|
||||
nameWithType: GraphicsExtensions.ApplyChangesSafely
|
||||
fullName: MLEM.Extensions.GraphicsExtensions.ApplyChangesSafely
|
||||
- uid: MLEM.Extensions.GraphicsExtensions.ResetWidthAndHeight*
|
||||
commentId: Overload:MLEM.Extensions.GraphicsExtensions.ResetWidthAndHeight
|
||||
name: ResetWidthAndHeight
|
||||
nameWithType: GraphicsExtensions.ResetWidthAndHeight
|
||||
fullName: MLEM.Extensions.GraphicsExtensions.ResetWidthAndHeight
|
||||
- uid: Microsoft.Xna.Framework.GameWindow
|
||||
commentId: T:Microsoft.Xna.Framework.GameWindow
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: GameWindow
|
||||
nameWithType: GameWindow
|
||||
fullName: Microsoft.Xna.Framework.GameWindow
|
||||
- uid: MLEM.Extensions.GraphicsExtensions.TargetContext
|
||||
commentId: T:MLEM.Extensions.GraphicsExtensions.TargetContext
|
||||
parent: MLEM.Extensions
|
||||
name: GraphicsExtensions.TargetContext
|
||||
nameWithType: GraphicsExtensions.TargetContext
|
||||
fullName: MLEM.Extensions.GraphicsExtensions.TargetContext
|
||||
- uid: MLEM.Extensions.GraphicsExtensions.WithRenderTarget*
|
||||
commentId: Overload:MLEM.Extensions.GraphicsExtensions.WithRenderTarget
|
||||
name: WithRenderTarget
|
||||
nameWithType: GraphicsExtensions.WithRenderTarget
|
||||
fullName: MLEM.Extensions.GraphicsExtensions.WithRenderTarget
|
||||
- uid: Microsoft.Xna.Framework.Graphics.RenderTarget2D
|
||||
commentId: T:Microsoft.Xna.Framework.Graphics.RenderTarget2D
|
||||
parent: Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: RenderTarget2D
|
||||
nameWithType: RenderTarget2D
|
||||
fullName: Microsoft.Xna.Framework.Graphics.RenderTarget2D
|
File diff suppressed because it is too large
Load diff
|
@ -1,759 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extensions.RandomExtensions
|
||||
commentId: T:MLEM.Extensions.RandomExtensions
|
||||
id: RandomExtensions
|
||||
parent: MLEM.Extensions
|
||||
children:
|
||||
- MLEM.Extensions.RandomExtensions.GetRandomEntry``1(System.Random,``0[])
|
||||
- MLEM.Extensions.RandomExtensions.GetRandomEntry``1(System.Random,System.Collections.Generic.IList{``0})
|
||||
- MLEM.Extensions.RandomExtensions.GetRandomWeightedEntry``1(System.Random,System.Collections.Generic.IList{``0},System.Func{``0,System.Int32})
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: RandomExtensions
|
||||
nameWithType: RandomExtensions
|
||||
fullName: MLEM.Extensions.RandomExtensions
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/RandomExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: RandomExtensions
|
||||
path: ../MLEM/Extensions/RandomExtensions.cs
|
||||
startLine: 8
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nA set of extensions for dealing with <xref href=\"System.Random\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static class RandomExtensions
|
||||
content.vb: Public Module RandomExtensions
|
||||
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.RandomExtensions.GetRandomEntry``1(System.Random,``0[])
|
||||
commentId: M:MLEM.Extensions.RandomExtensions.GetRandomEntry``1(System.Random,``0[])
|
||||
id: GetRandomEntry``1(System.Random,``0[])
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extensions.RandomExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetRandomEntry<T>(Random, T[])
|
||||
nameWithType: RandomExtensions.GetRandomEntry<T>(Random, T[])
|
||||
fullName: MLEM.Extensions.RandomExtensions.GetRandomEntry<T>(System.Random, T[])
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/RandomExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GetRandomEntry
|
||||
path: ../MLEM/Extensions/RandomExtensions.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nGets a random entry from the given list with uniform chance.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static T GetRandomEntry<T>(this Random random, params T[] entries)
|
||||
parameters:
|
||||
- id: random
|
||||
type: System.Random
|
||||
description: The random
|
||||
- id: entries
|
||||
type: '{T}[]'
|
||||
description: The entries to choose from
|
||||
typeParameters:
|
||||
- id: T
|
||||
description: The entries' type
|
||||
return:
|
||||
type: '{T}'
|
||||
description: A random entry
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function GetRandomEntry(Of T)(random As Random, ParamArray entries As T()) As T
|
||||
overload: MLEM.Extensions.RandomExtensions.GetRandomEntry*
|
||||
nameWithType.vb: RandomExtensions.GetRandomEntry(Of T)(Random, T())
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
fullName.vb: MLEM.Extensions.RandomExtensions.GetRandomEntry(Of T)(System.Random, T())
|
||||
name.vb: GetRandomEntry(Of T)(Random, T())
|
||||
- uid: MLEM.Extensions.RandomExtensions.GetRandomEntry``1(System.Random,System.Collections.Generic.IList{``0})
|
||||
commentId: M:MLEM.Extensions.RandomExtensions.GetRandomEntry``1(System.Random,System.Collections.Generic.IList{``0})
|
||||
id: GetRandomEntry``1(System.Random,System.Collections.Generic.IList{``0})
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extensions.RandomExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetRandomEntry<T>(Random, IList<T>)
|
||||
nameWithType: RandomExtensions.GetRandomEntry<T>(Random, IList<T>)
|
||||
fullName: MLEM.Extensions.RandomExtensions.GetRandomEntry<T>(System.Random, System.Collections.Generic.IList<T>)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/RandomExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GetRandomEntry
|
||||
path: ../MLEM/Extensions/RandomExtensions.cs
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
example: []
|
||||
syntax:
|
||||
content: public static T GetRandomEntry<T>(this Random random, IList<T> entries)
|
||||
parameters:
|
||||
- id: random
|
||||
type: System.Random
|
||||
- id: entries
|
||||
type: System.Collections.Generic.IList{{T}}
|
||||
typeParameters:
|
||||
- id: T
|
||||
return:
|
||||
type: '{T}'
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function GetRandomEntry(Of T)(random As Random, entries As IList(Of T)) As T
|
||||
overload: MLEM.Extensions.RandomExtensions.GetRandomEntry*
|
||||
nameWithType.vb: RandomExtensions.GetRandomEntry(Of T)(Random, IList(Of T))
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
fullName.vb: MLEM.Extensions.RandomExtensions.GetRandomEntry(Of T)(System.Random, System.Collections.Generic.IList(Of T))
|
||||
name.vb: GetRandomEntry(Of T)(Random, IList(Of T))
|
||||
- uid: MLEM.Extensions.RandomExtensions.GetRandomWeightedEntry``1(System.Random,System.Collections.Generic.IList{``0},System.Func{``0,System.Int32})
|
||||
commentId: M:MLEM.Extensions.RandomExtensions.GetRandomWeightedEntry``1(System.Random,System.Collections.Generic.IList{``0},System.Func{``0,System.Int32})
|
||||
id: GetRandomWeightedEntry``1(System.Random,System.Collections.Generic.IList{``0},System.Func{``0,System.Int32})
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extensions.RandomExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetRandomWeightedEntry<T>(Random, IList<T>, Func<T, Int32>)
|
||||
nameWithType: RandomExtensions.GetRandomWeightedEntry<T>(Random, IList<T>, Func<T, Int32>)
|
||||
fullName: MLEM.Extensions.RandomExtensions.GetRandomWeightedEntry<T>(System.Random, System.Collections.Generic.IList<T>, System.Func<T, System.Int32>)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/RandomExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GetRandomWeightedEntry
|
||||
path: ../MLEM/Extensions/RandomExtensions.cs
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nReturns a random entry from the given list based on the specified weight function.\nA higher weight for an entry increases its likeliness of being picked.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static T GetRandomWeightedEntry<T>(this Random random, IList<T> entries, Func<T, int> weightFunc)
|
||||
parameters:
|
||||
- id: random
|
||||
type: System.Random
|
||||
description: The random
|
||||
- id: entries
|
||||
type: System.Collections.Generic.IList{{T}}
|
||||
description: The entries to choose from
|
||||
- id: weightFunc
|
||||
type: System.Func{{T},System.Int32}
|
||||
description: A function that applies weight to each entry
|
||||
typeParameters:
|
||||
- id: T
|
||||
description: The entries' type
|
||||
return:
|
||||
type: '{T}'
|
||||
description: A random entry, based on the entries' weight
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function GetRandomWeightedEntry(Of T)(random As Random, entries As IList(Of T), weightFunc As Func(Of T, Integer)) As T
|
||||
overload: MLEM.Extensions.RandomExtensions.GetRandomWeightedEntry*
|
||||
exceptions:
|
||||
- type: System.IndexOutOfRangeException
|
||||
commentId: T:System.IndexOutOfRangeException
|
||||
description: If the weight function returns different weights for the same entry
|
||||
nameWithType.vb: RandomExtensions.GetRandomWeightedEntry(Of T)(Random, IList(Of T), Func(Of T, Int32))
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
fullName.vb: MLEM.Extensions.RandomExtensions.GetRandomWeightedEntry(Of T)(System.Random, System.Collections.Generic.IList(Of T), System.Func(Of T, System.Int32))
|
||||
name.vb: GetRandomWeightedEntry(Of T)(Random, IList(Of T), Func(Of T, Int32))
|
||||
references:
|
||||
- uid: System.Random
|
||||
commentId: T:System.Random
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Random
|
||||
nameWithType: Random
|
||||
fullName: System.Random
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Extensions.RandomExtensions.GetRandomEntry*
|
||||
commentId: Overload:MLEM.Extensions.RandomExtensions.GetRandomEntry
|
||||
name: GetRandomEntry
|
||||
nameWithType: RandomExtensions.GetRandomEntry
|
||||
fullName: MLEM.Extensions.RandomExtensions.GetRandomEntry
|
||||
- uid: '{T}[]'
|
||||
isExternal: true
|
||||
name: T[]
|
||||
nameWithType: T[]
|
||||
fullName: T[]
|
||||
nameWithType.vb: T()
|
||||
fullName.vb: T()
|
||||
name.vb: T()
|
||||
spec.csharp:
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
spec.vb:
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- uid: '{T}'
|
||||
commentId: '!:T'
|
||||
definition: T
|
||||
name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- uid: T
|
||||
name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- uid: MLEM.Extensions.RandomExtensions.GetRandomEntry``1(System.Random,``0[])
|
||||
commentId: M:MLEM.Extensions.RandomExtensions.GetRandomEntry``1(System.Random,``0[])
|
||||
isExternal: true
|
||||
- uid: System.Collections.Generic.IList{{T}}
|
||||
commentId: T:System.Collections.Generic.IList{``0}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.IList`1
|
||||
name: IList<T>
|
||||
nameWithType: IList<T>
|
||||
fullName: System.Collections.Generic.IList<T>
|
||||
nameWithType.vb: IList(Of T)
|
||||
fullName.vb: System.Collections.Generic.IList(Of T)
|
||||
name.vb: IList(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IList`1
|
||||
name: IList
|
||||
nameWithType: IList
|
||||
fullName: System.Collections.Generic.IList
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.IList`1
|
||||
name: IList
|
||||
nameWithType: IList
|
||||
fullName: System.Collections.Generic.IList
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic.IList`1
|
||||
commentId: T:System.Collections.Generic.IList`1
|
||||
isExternal: true
|
||||
name: IList<T>
|
||||
nameWithType: IList<T>
|
||||
fullName: System.Collections.Generic.IList<T>
|
||||
nameWithType.vb: IList(Of T)
|
||||
fullName.vb: System.Collections.Generic.IList(Of T)
|
||||
name.vb: IList(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IList`1
|
||||
name: IList
|
||||
nameWithType: IList
|
||||
fullName: System.Collections.Generic.IList
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.IList`1
|
||||
name: IList
|
||||
nameWithType: IList
|
||||
fullName: System.Collections.Generic.IList
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic
|
||||
commentId: N:System.Collections.Generic
|
||||
isExternal: true
|
||||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
- uid: System.IndexOutOfRangeException
|
||||
commentId: T:System.IndexOutOfRangeException
|
||||
isExternal: true
|
||||
- uid: MLEM.Extensions.RandomExtensions.GetRandomWeightedEntry*
|
||||
commentId: Overload:MLEM.Extensions.RandomExtensions.GetRandomWeightedEntry
|
||||
name: GetRandomWeightedEntry
|
||||
nameWithType: RandomExtensions.GetRandomWeightedEntry
|
||||
fullName: MLEM.Extensions.RandomExtensions.GetRandomWeightedEntry
|
||||
- uid: System.Func{{T},System.Int32}
|
||||
commentId: T:System.Func{``0,System.Int32}
|
||||
parent: System
|
||||
definition: System.Func`2
|
||||
name: Func<T, Int32>
|
||||
nameWithType: Func<T, Int32>
|
||||
fullName: System.Func<T, System.Int32>
|
||||
nameWithType.vb: Func(Of T, Int32)
|
||||
fullName.vb: System.Func(Of T, System.Int32)
|
||||
name.vb: Func(Of T, Int32)
|
||||
spec.csharp:
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Int32
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Int32
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Func`2
|
||||
commentId: T:System.Func`2
|
||||
isExternal: true
|
||||
name: Func<T, TResult>
|
||||
nameWithType: Func<T, TResult>
|
||||
fullName: System.Func<T, TResult>
|
||||
nameWithType.vb: Func(Of T, TResult)
|
||||
fullName.vb: System.Func(Of T, TResult)
|
||||
name.vb: Func(Of T, TResult)
|
||||
spec.csharp:
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: TResult
|
||||
nameWithType: TResult
|
||||
fullName: TResult
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Func`2
|
||||
name: Func
|
||||
nameWithType: Func
|
||||
fullName: System.Func
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: TResult
|
||||
nameWithType: TResult
|
||||
fullName: TResult
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
|
@ -1,417 +0,0 @@
|
|||
### 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
|
||||
startLine: 7
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nA set of extensions for dealing wiht <xref href=\"Microsoft.Xna.Framework.Audio.SoundEffectInstance\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
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
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nStops and plays a sound effect instance in one call\n"
|
||||
example: []
|
||||
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
|
||||
description: The sound to stop and play
|
||||
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:
|
||||
- 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
|
||||
- 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: )
|
||||
- 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
|
||||
- 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
|
|
@ -1,832 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extensions.SpriteBatchExtensions
|
||||
commentId: T:MLEM.Extensions.SpriteBatchExtensions
|
||||
id: SpriteBatchExtensions
|
||||
parent: MLEM.Extensions
|
||||
children:
|
||||
- MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color)
|
||||
- MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color)
|
||||
- MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
|
||||
- MLEM.Extensions.SpriteBatchExtensions.GenerateTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Color,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
- MLEM.Extensions.SpriteBatchExtensions.GetBlankTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SpriteBatchExtensions
|
||||
nameWithType: SpriteBatchExtensions
|
||||
fullName: MLEM.Extensions.SpriteBatchExtensions
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/SpriteBatchExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: SpriteBatchExtensions
|
||||
path: ../MLEM/Extensions/SpriteBatchExtensions.cs
|
||||
startLine: 9
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nA set of extensions for dealing with <xref href=\"Microsoft.Xna.Framework.Graphics.SpriteBatch\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static class SpriteBatchExtensions
|
||||
content.vb: Public Module SpriteBatchExtensions
|
||||
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.SpriteBatchExtensions.GetBlankTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
||||
commentId: M:MLEM.Extensions.SpriteBatchExtensions.GetBlankTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
||||
id: GetBlankTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extensions.SpriteBatchExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetBlankTexture(SpriteBatch)
|
||||
nameWithType: SpriteBatchExtensions.GetBlankTexture(SpriteBatch)
|
||||
fullName: MLEM.Extensions.SpriteBatchExtensions.GetBlankTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/SpriteBatchExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GetBlankTexture
|
||||
path: ../MLEM/Extensions/SpriteBatchExtensions.cs
|
||||
startLine: 19
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nReturns a 1x1 pixel white texture that can be used for drawing solid color shapes.\nThis texture is automatically disposed of when the batch is disposed.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static Texture2D GetBlankTexture(this SpriteBatch batch)
|
||||
parameters:
|
||||
- id: batch
|
||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
description: The sprite batch
|
||||
return:
|
||||
type: Microsoft.Xna.Framework.Graphics.Texture2D
|
||||
description: A 1x1 pixel white texture
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function GetBlankTexture(batch As SpriteBatch) As Texture2D
|
||||
overload: MLEM.Extensions.SpriteBatchExtensions.GetBlankTexture*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Extensions.SpriteBatchExtensions.GenerateTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Color,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
commentId: M:MLEM.Extensions.SpriteBatchExtensions.GenerateTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Color,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
id: GenerateTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Color,System.Nullable{Microsoft.Xna.Framework.Color})
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extensions.SpriteBatchExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GenerateTexture(SpriteBatch, Color, Nullable<Color>)
|
||||
nameWithType: SpriteBatchExtensions.GenerateTexture(SpriteBatch, Color, Nullable<Color>)
|
||||
fullName: MLEM.Extensions.SpriteBatchExtensions.GenerateTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Color, System.Nullable<Microsoft.Xna.Framework.Color>)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/SpriteBatchExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GenerateTexture
|
||||
path: ../MLEM/Extensions/SpriteBatchExtensions.cs
|
||||
startLine: 40
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
summary: "\nGenerates a <xref href=\"MLEM.Textures.NinePatch\" data-throw-if-not-resolved=\"false\"></xref> that has a texture with a given color and outline color\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static NinePatch GenerateTexture(this SpriteBatch batch, Color color, Color? outlineColor = default(Color? ))
|
||||
parameters:
|
||||
- id: batch
|
||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
description: The sprite batch
|
||||
- id: color
|
||||
type: Microsoft.Xna.Framework.Color
|
||||
description: The fill color of the texture
|
||||
- id: outlineColor
|
||||
type: System.Nullable{Microsoft.Xna.Framework.Color}
|
||||
description: The outline color of the texture
|
||||
return:
|
||||
type: MLEM.Textures.NinePatch
|
||||
description: A <xref href="MLEM.Textures.NinePatch" data-throw-if-not-resolved="false"></xref> containing a 3x3 texture with an outline
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function GenerateTexture(batch As SpriteBatch, color As Color, outlineColor As Color? = Nothing) As NinePatch
|
||||
overload: MLEM.Extensions.SpriteBatchExtensions.GenerateTexture*
|
||||
nameWithType.vb: SpriteBatchExtensions.GenerateTexture(SpriteBatch, Color, Nullable(Of Color))
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
fullName.vb: MLEM.Extensions.SpriteBatchExtensions.GenerateTexture(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Color, System.Nullable(Of Microsoft.Xna.Framework.Color))
|
||||
name.vb: GenerateTexture(SpriteBatch, Color, Nullable(Of Color))
|
||||
- uid: MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
|
||||
commentId: M:MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
|
||||
id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extensions.SpriteBatchExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Draw(SpriteBatch, Texture2D, RectangleF, Nullable<Rectangle>, Color, Single, Vector2, SpriteEffects, Single)
|
||||
nameWithType: SpriteBatchExtensions.Draw(SpriteBatch, Texture2D, RectangleF, Nullable<Rectangle>, Color, Single, Vector2, SpriteEffects, Single)
|
||||
fullName: MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D, MLEM.Misc.RectangleF, System.Nullable<Microsoft.Xna.Framework.Rectangle>, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/SpriteBatchExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Draw
|
||||
path: ../MLEM/Extensions/SpriteBatchExtensions.cs
|
||||
startLine: 58
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
example: []
|
||||
syntax:
|
||||
content: public static void Draw(this SpriteBatch batch, Texture2D texture, RectangleF destinationRectangle, Rectangle? sourceRectangle, Color color, float rotation, Vector2 origin, SpriteEffects effects, float layerDepth)
|
||||
parameters:
|
||||
- id: batch
|
||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
- id: texture
|
||||
type: Microsoft.Xna.Framework.Graphics.Texture2D
|
||||
- id: destinationRectangle
|
||||
type: MLEM.Misc.RectangleF
|
||||
- id: sourceRectangle
|
||||
type: System.Nullable{Microsoft.Xna.Framework.Rectangle}
|
||||
- id: color
|
||||
type: Microsoft.Xna.Framework.Color
|
||||
- id: rotation
|
||||
type: System.Single
|
||||
- id: origin
|
||||
type: Microsoft.Xna.Framework.Vector2
|
||||
- id: effects
|
||||
type: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
- id: layerDepth
|
||||
type: System.Single
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub Draw(batch As SpriteBatch, texture As Texture2D, destinationRectangle As RectangleF, sourceRectangle As Rectangle?, color As Color, rotation As Single, origin As Vector2, effects As SpriteEffects, layerDepth As Single)
|
||||
overload: MLEM.Extensions.SpriteBatchExtensions.Draw*
|
||||
nameWithType.vb: SpriteBatchExtensions.Draw(SpriteBatch, Texture2D, RectangleF, Nullable(Of Rectangle), Color, Single, Vector2, SpriteEffects, Single)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
fullName.vb: MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D, MLEM.Misc.RectangleF, System.Nullable(Of Microsoft.Xna.Framework.Rectangle), Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Single)
|
||||
name.vb: Draw(SpriteBatch, Texture2D, RectangleF, Nullable(Of Rectangle), Color, Single, Vector2, SpriteEffects, Single)
|
||||
- uid: MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color)
|
||||
commentId: M:MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color)
|
||||
id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extensions.SpriteBatchExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Draw(SpriteBatch, Texture2D, RectangleF, Nullable<Rectangle>, Color)
|
||||
nameWithType: SpriteBatchExtensions.Draw(SpriteBatch, Texture2D, RectangleF, Nullable<Rectangle>, Color)
|
||||
fullName: MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D, MLEM.Misc.RectangleF, System.Nullable<Microsoft.Xna.Framework.Rectangle>, Microsoft.Xna.Framework.Color)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/SpriteBatchExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Draw
|
||||
path: ../MLEM/Extensions/SpriteBatchExtensions.cs
|
||||
startLine: 65
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
example: []
|
||||
syntax:
|
||||
content: public static void Draw(this SpriteBatch batch, Texture2D texture, RectangleF destinationRectangle, Rectangle? sourceRectangle, Color color)
|
||||
parameters:
|
||||
- id: batch
|
||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
- id: texture
|
||||
type: Microsoft.Xna.Framework.Graphics.Texture2D
|
||||
- id: destinationRectangle
|
||||
type: MLEM.Misc.RectangleF
|
||||
- id: sourceRectangle
|
||||
type: System.Nullable{Microsoft.Xna.Framework.Rectangle}
|
||||
- id: color
|
||||
type: Microsoft.Xna.Framework.Color
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub Draw(batch As SpriteBatch, texture As Texture2D, destinationRectangle As RectangleF, sourceRectangle As Rectangle?, color As Color)
|
||||
overload: MLEM.Extensions.SpriteBatchExtensions.Draw*
|
||||
nameWithType.vb: SpriteBatchExtensions.Draw(SpriteBatch, Texture2D, RectangleF, Nullable(Of Rectangle), Color)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
fullName.vb: MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D, MLEM.Misc.RectangleF, System.Nullable(Of Microsoft.Xna.Framework.Rectangle), Microsoft.Xna.Framework.Color)
|
||||
name.vb: Draw(SpriteBatch, Texture2D, RectangleF, Nullable(Of Rectangle), Color)
|
||||
- uid: MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color)
|
||||
commentId: M:MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color)
|
||||
id: Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Graphics.Texture2D,MLEM.Misc.RectangleF,Microsoft.Xna.Framework.Color)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Extensions.SpriteBatchExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Draw(SpriteBatch, Texture2D, RectangleF, Color)
|
||||
nameWithType: SpriteBatchExtensions.Draw(SpriteBatch, Texture2D, RectangleF, Color)
|
||||
fullName: MLEM.Extensions.SpriteBatchExtensions.Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Graphics.Texture2D, MLEM.Misc.RectangleF, Microsoft.Xna.Framework.Color)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Extensions/SpriteBatchExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Draw
|
||||
path: ../MLEM/Extensions/SpriteBatchExtensions.cs
|
||||
startLine: 70
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Extensions
|
||||
example: []
|
||||
syntax:
|
||||
content: public static void Draw(this SpriteBatch batch, Texture2D texture, RectangleF destinationRectangle, Color color)
|
||||
parameters:
|
||||
- id: batch
|
||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
- id: texture
|
||||
type: Microsoft.Xna.Framework.Graphics.Texture2D
|
||||
- id: destinationRectangle
|
||||
type: MLEM.Misc.RectangleF
|
||||
- id: color
|
||||
type: Microsoft.Xna.Framework.Color
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub Draw(batch As SpriteBatch, texture As Texture2D, destinationRectangle As RectangleF, color As Color)
|
||||
overload: MLEM.Extensions.SpriteBatchExtensions.Draw*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
references:
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
commentId: T:Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
parent: Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: SpriteBatch
|
||||
nameWithType: SpriteBatch
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
- 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: )
|
||||
- uid: Microsoft.Xna.Framework.Graphics
|
||||
commentId: N:Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework.Graphics
|
||||
nameWithType: Microsoft.Xna.Framework.Graphics
|
||||
fullName: Microsoft.Xna.Framework.Graphics
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Extensions.SpriteBatchExtensions.GetBlankTexture*
|
||||
commentId: Overload:MLEM.Extensions.SpriteBatchExtensions.GetBlankTexture
|
||||
name: GetBlankTexture
|
||||
nameWithType: SpriteBatchExtensions.GetBlankTexture
|
||||
fullName: MLEM.Extensions.SpriteBatchExtensions.GetBlankTexture
|
||||
- uid: Microsoft.Xna.Framework.Graphics.Texture2D
|
||||
commentId: T:Microsoft.Xna.Framework.Graphics.Texture2D
|
||||
parent: Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: Texture2D
|
||||
nameWithType: Texture2D
|
||||
fullName: Microsoft.Xna.Framework.Graphics.Texture2D
|
||||
- uid: MLEM.Textures.NinePatch
|
||||
commentId: T:MLEM.Textures.NinePatch
|
||||
parent: MLEM.Textures
|
||||
name: NinePatch
|
||||
nameWithType: NinePatch
|
||||
fullName: MLEM.Textures.NinePatch
|
||||
- uid: MLEM.Extensions.SpriteBatchExtensions.GenerateTexture*
|
||||
commentId: Overload:MLEM.Extensions.SpriteBatchExtensions.GenerateTexture
|
||||
name: GenerateTexture
|
||||
nameWithType: SpriteBatchExtensions.GenerateTexture
|
||||
fullName: MLEM.Extensions.SpriteBatchExtensions.GenerateTexture
|
||||
- uid: Microsoft.Xna.Framework.Color
|
||||
commentId: T:Microsoft.Xna.Framework.Color
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Color
|
||||
nameWithType: Color
|
||||
fullName: Microsoft.Xna.Framework.Color
|
||||
- uid: System.Nullable{Microsoft.Xna.Framework.Color}
|
||||
commentId: T:System.Nullable{Microsoft.Xna.Framework.Color}
|
||||
parent: System
|
||||
definition: System.Nullable`1
|
||||
name: Nullable<Color>
|
||||
nameWithType: Nullable<Color>
|
||||
fullName: System.Nullable<Microsoft.Xna.Framework.Color>
|
||||
nameWithType.vb: Nullable(Of Color)
|
||||
fullName.vb: System.Nullable(Of Microsoft.Xna.Framework.Color)
|
||||
name.vb: Nullable(Of Color)
|
||||
spec.csharp:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: Microsoft.Xna.Framework.Color
|
||||
name: Color
|
||||
nameWithType: Color
|
||||
fullName: Microsoft.Xna.Framework.Color
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: Microsoft.Xna.Framework.Color
|
||||
name: Color
|
||||
nameWithType: Color
|
||||
fullName: Microsoft.Xna.Framework.Color
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Textures
|
||||
commentId: N:MLEM.Textures
|
||||
name: MLEM.Textures
|
||||
nameWithType: MLEM.Textures
|
||||
fullName: MLEM.Textures
|
||||
- uid: Microsoft.Xna.Framework
|
||||
commentId: N:Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework
|
||||
nameWithType: Microsoft.Xna.Framework
|
||||
fullName: Microsoft.Xna.Framework
|
||||
- uid: System.Nullable`1
|
||||
commentId: T:System.Nullable`1
|
||||
isExternal: true
|
||||
name: Nullable<T>
|
||||
nameWithType: Nullable<T>
|
||||
fullName: System.Nullable<T>
|
||||
nameWithType.vb: Nullable(Of T)
|
||||
fullName.vb: System.Nullable(Of T)
|
||||
name.vb: Nullable(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch.Draw(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
|
||||
commentId: M:Microsoft.Xna.Framework.Graphics.SpriteBatch.Draw(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Single)
|
||||
isExternal: true
|
||||
- uid: MLEM.Extensions.SpriteBatchExtensions.Draw*
|
||||
commentId: Overload:MLEM.Extensions.SpriteBatchExtensions.Draw
|
||||
name: Draw
|
||||
nameWithType: SpriteBatchExtensions.Draw
|
||||
fullName: MLEM.Extensions.SpriteBatchExtensions.Draw
|
||||
- uid: MLEM.Misc.RectangleF
|
||||
commentId: T:MLEM.Misc.RectangleF
|
||||
parent: MLEM.Misc
|
||||
name: RectangleF
|
||||
nameWithType: RectangleF
|
||||
fullName: MLEM.Misc.RectangleF
|
||||
- uid: System.Nullable{Microsoft.Xna.Framework.Rectangle}
|
||||
commentId: T:System.Nullable{Microsoft.Xna.Framework.Rectangle}
|
||||
parent: System
|
||||
definition: System.Nullable`1
|
||||
name: Nullable<Rectangle>
|
||||
nameWithType: Nullable<Rectangle>
|
||||
fullName: System.Nullable<Microsoft.Xna.Framework.Rectangle>
|
||||
nameWithType.vb: Nullable(Of Rectangle)
|
||||
fullName.vb: System.Nullable(Of Microsoft.Xna.Framework.Rectangle)
|
||||
name.vb: Nullable(Of Rectangle)
|
||||
spec.csharp:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: Microsoft.Xna.Framework.Rectangle
|
||||
name: Rectangle
|
||||
nameWithType: Rectangle
|
||||
fullName: Microsoft.Xna.Framework.Rectangle
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: Microsoft.Xna.Framework.Rectangle
|
||||
name: Rectangle
|
||||
nameWithType: Rectangle
|
||||
fullName: Microsoft.Xna.Framework.Rectangle
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Single
|
||||
commentId: T:System.Single
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
commentId: T:Microsoft.Xna.Framework.Vector2
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Vector2
|
||||
nameWithType: Vector2
|
||||
fullName: Microsoft.Xna.Framework.Vector2
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
commentId: T:Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
parent: Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: SpriteEffects
|
||||
nameWithType: SpriteEffects
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
||||
- uid: MLEM.Misc
|
||||
commentId: N:MLEM.Misc
|
||||
name: MLEM.Misc
|
||||
nameWithType: MLEM.Misc
|
||||
fullName: MLEM.Misc
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch.Draw(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color)
|
||||
commentId: M:Microsoft.Xna.Framework.Graphics.SpriteBatch.Draw(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,System.Nullable{Microsoft.Xna.Framework.Rectangle},Microsoft.Xna.Framework.Color)
|
||||
isExternal: true
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch.Draw(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color)
|
||||
commentId: M:Microsoft.Xna.Framework.Graphics.SpriteBatch.Draw(Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,Microsoft.Xna.Framework.Color)
|
||||
isExternal: true
|
|
@ -1,65 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Extensions
|
||||
commentId: N:MLEM.Extensions
|
||||
id: MLEM.Extensions
|
||||
children:
|
||||
- MLEM.Extensions.ColorExtensions
|
||||
- MLEM.Extensions.GraphicsExtensions
|
||||
- MLEM.Extensions.GraphicsExtensions.TargetContext
|
||||
- MLEM.Extensions.NumberExtensions
|
||||
- MLEM.Extensions.RandomExtensions
|
||||
- MLEM.Extensions.SoundExtensions
|
||||
- MLEM.Extensions.SpriteBatchExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MLEM.Extensions
|
||||
nameWithType: MLEM.Extensions
|
||||
fullName: MLEM.Extensions
|
||||
type: Namespace
|
||||
assemblies:
|
||||
- MLEM
|
||||
references:
|
||||
- uid: MLEM.Extensions.ColorExtensions
|
||||
commentId: T:MLEM.Extensions.ColorExtensions
|
||||
name: ColorExtensions
|
||||
nameWithType: ColorExtensions
|
||||
fullName: MLEM.Extensions.ColorExtensions
|
||||
- uid: MLEM.Extensions.GraphicsExtensions
|
||||
commentId: T:MLEM.Extensions.GraphicsExtensions
|
||||
name: GraphicsExtensions
|
||||
nameWithType: GraphicsExtensions
|
||||
fullName: MLEM.Extensions.GraphicsExtensions
|
||||
- uid: MLEM.Extensions.GraphicsExtensions.TargetContext
|
||||
commentId: T:MLEM.Extensions.GraphicsExtensions.TargetContext
|
||||
parent: MLEM.Extensions
|
||||
name: GraphicsExtensions.TargetContext
|
||||
nameWithType: GraphicsExtensions.TargetContext
|
||||
fullName: MLEM.Extensions.GraphicsExtensions.TargetContext
|
||||
- uid: MLEM.Extensions.NumberExtensions
|
||||
commentId: T:MLEM.Extensions.NumberExtensions
|
||||
parent: MLEM.Extensions
|
||||
name: NumberExtensions
|
||||
nameWithType: NumberExtensions
|
||||
fullName: MLEM.Extensions.NumberExtensions
|
||||
- uid: MLEM.Extensions.RandomExtensions
|
||||
commentId: T:MLEM.Extensions.RandomExtensions
|
||||
name: RandomExtensions
|
||||
nameWithType: RandomExtensions
|
||||
fullName: MLEM.Extensions.RandomExtensions
|
||||
- uid: MLEM.Extensions.SoundExtensions
|
||||
commentId: T:MLEM.Extensions.SoundExtensions
|
||||
name: SoundExtensions
|
||||
nameWithType: SoundExtensions
|
||||
fullName: MLEM.Extensions.SoundExtensions
|
||||
- uid: MLEM.Extensions.SpriteBatchExtensions
|
||||
commentId: T:MLEM.Extensions.SpriteBatchExtensions
|
||||
name: SpriteBatchExtensions
|
||||
nameWithType: SpriteBatchExtensions
|
||||
fullName: MLEM.Extensions.SpriteBatchExtensions
|
||||
- uid: MLEM.Extensions
|
||||
commentId: N:MLEM.Extensions
|
||||
name: MLEM.Extensions
|
||||
nameWithType: MLEM.Extensions
|
||||
fullName: MLEM.Extensions
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,295 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Font.TextAlign
|
||||
commentId: T:MLEM.Font.TextAlign
|
||||
id: TextAlign
|
||||
parent: MLEM.Font
|
||||
children:
|
||||
- MLEM.Font.TextAlign.Center
|
||||
- MLEM.Font.TextAlign.CenterBothAxes
|
||||
- MLEM.Font.TextAlign.Left
|
||||
- MLEM.Font.TextAlign.Right
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TextAlign
|
||||
nameWithType: TextAlign
|
||||
fullName: MLEM.Font.TextAlign
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Font/GenericFont.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: TextAlign
|
||||
path: ../MLEM/Font/GenericFont.cs
|
||||
startLine: 176
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Font
|
||||
summary: "\nAn enum that represents the text alignment options for <xref href=\"MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch%2cSystem.String%2cMicrosoft.Xna.Framework.Vector2%2cMLEM.Font.TextAlign%2cMicrosoft.Xna.Framework.Color)\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public enum TextAlign
|
||||
content.vb: Public Enum TextAlign
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- enum
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Enum
|
||||
- uid: MLEM.Font.TextAlign.Left
|
||||
commentId: F:MLEM.Font.TextAlign.Left
|
||||
id: Left
|
||||
parent: MLEM.Font.TextAlign
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Left
|
||||
nameWithType: TextAlign.Left
|
||||
fullName: MLEM.Font.TextAlign.Left
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Font/GenericFont.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Left
|
||||
path: ../MLEM/Font/GenericFont.cs
|
||||
startLine: 181
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Font
|
||||
summary: "\nThe text is aligned as normal\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Left = 0
|
||||
return:
|
||||
type: MLEM.Font.TextAlign
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Font.TextAlign.Center
|
||||
commentId: F:MLEM.Font.TextAlign.Center
|
||||
id: Center
|
||||
parent: MLEM.Font.TextAlign
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Center
|
||||
nameWithType: TextAlign.Center
|
||||
fullName: MLEM.Font.TextAlign.Center
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Font/GenericFont.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Center
|
||||
path: ../MLEM/Font/GenericFont.cs
|
||||
startLine: 185
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Font
|
||||
summary: "\nThe position passed represents the center of the resulting string in the x axis\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Center = 1
|
||||
return:
|
||||
type: MLEM.Font.TextAlign
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Font.TextAlign.Right
|
||||
commentId: F:MLEM.Font.TextAlign.Right
|
||||
id: Right
|
||||
parent: MLEM.Font.TextAlign
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Right
|
||||
nameWithType: TextAlign.Right
|
||||
fullName: MLEM.Font.TextAlign.Right
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Font/GenericFont.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Right
|
||||
path: ../MLEM/Font/GenericFont.cs
|
||||
startLine: 189
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Font
|
||||
summary: "\nThe position passed represents the right edge of the resulting string\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Right = 2
|
||||
return:
|
||||
type: MLEM.Font.TextAlign
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Font.TextAlign.CenterBothAxes
|
||||
commentId: F:MLEM.Font.TextAlign.CenterBothAxes
|
||||
id: CenterBothAxes
|
||||
parent: MLEM.Font.TextAlign
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CenterBothAxes
|
||||
nameWithType: TextAlign.CenterBothAxes
|
||||
fullName: MLEM.Font.TextAlign.CenterBothAxes
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Font/GenericFont.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: CenterBothAxes
|
||||
path: ../MLEM/Font/GenericFont.cs
|
||||
startLine: 193
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Font
|
||||
summary: "\nThe position passed represents the center of the resulting string, both in the x and y axes\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: CenterBothAxes = 3
|
||||
return:
|
||||
type: MLEM.Font.TextAlign
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
references:
|
||||
- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color)
|
||||
commentId: M:MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color)
|
||||
parent: MLEM.Font.GenericFont
|
||||
isExternal: true
|
||||
name: DrawString(SpriteBatch, String, Vector2, TextAlign, Color)
|
||||
nameWithType: GenericFont.DrawString(SpriteBatch, String, Vector2, TextAlign, Color)
|
||||
fullName: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch, System.String, Microsoft.Xna.Framework.Vector2, MLEM.Font.TextAlign, Microsoft.Xna.Framework.Color)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color)
|
||||
name: DrawString
|
||||
nameWithType: GenericFont.DrawString
|
||||
fullName: MLEM.Font.GenericFont.DrawString
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
name: SpriteBatch
|
||||
nameWithType: SpriteBatch
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
nameWithType: Vector2
|
||||
fullName: Microsoft.Xna.Framework.Vector2
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: MLEM.Font.TextAlign
|
||||
name: TextAlign
|
||||
nameWithType: TextAlign
|
||||
fullName: MLEM.Font.TextAlign
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: Microsoft.Xna.Framework.Color
|
||||
name: Color
|
||||
nameWithType: Color
|
||||
fullName: Microsoft.Xna.Framework.Color
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Font.GenericFont.DrawString(Microsoft.Xna.Framework.Graphics.SpriteBatch,System.String,Microsoft.Xna.Framework.Vector2,MLEM.Font.TextAlign,Microsoft.Xna.Framework.Color)
|
||||
name: DrawString
|
||||
nameWithType: GenericFont.DrawString
|
||||
fullName: MLEM.Font.GenericFont.DrawString
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
name: SpriteBatch
|
||||
nameWithType: SpriteBatch
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
nameWithType: Vector2
|
||||
fullName: Microsoft.Xna.Framework.Vector2
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: MLEM.Font.TextAlign
|
||||
name: TextAlign
|
||||
nameWithType: TextAlign
|
||||
fullName: MLEM.Font.TextAlign
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: Microsoft.Xna.Framework.Color
|
||||
name: Color
|
||||
nameWithType: Color
|
||||
fullName: Microsoft.Xna.Framework.Color
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Font
|
||||
commentId: N:MLEM.Font
|
||||
name: MLEM.Font
|
||||
nameWithType: MLEM.Font
|
||||
fullName: MLEM.Font
|
||||
- uid: MLEM.Font.GenericFont
|
||||
commentId: T:MLEM.Font.GenericFont
|
||||
parent: MLEM.Font
|
||||
name: GenericFont
|
||||
nameWithType: GenericFont
|
||||
fullName: MLEM.Font.GenericFont
|
||||
- uid: MLEM.Font.TextAlign
|
||||
commentId: T:MLEM.Font.TextAlign
|
||||
parent: MLEM.Font
|
||||
name: TextAlign
|
||||
nameWithType: TextAlign
|
||||
fullName: MLEM.Font.TextAlign
|
|
@ -1,41 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Font
|
||||
commentId: N:MLEM.Font
|
||||
id: MLEM.Font
|
||||
children:
|
||||
- MLEM.Font.GenericFont
|
||||
- MLEM.Font.GenericSpriteFont
|
||||
- MLEM.Font.TextAlign
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MLEM.Font
|
||||
nameWithType: MLEM.Font
|
||||
fullName: MLEM.Font
|
||||
type: Namespace
|
||||
assemblies:
|
||||
- MLEM
|
||||
references:
|
||||
- uid: MLEM.Font.GenericFont
|
||||
commentId: T:MLEM.Font.GenericFont
|
||||
parent: MLEM.Font
|
||||
name: GenericFont
|
||||
nameWithType: GenericFont
|
||||
fullName: MLEM.Font.GenericFont
|
||||
- uid: MLEM.Font.TextAlign
|
||||
commentId: T:MLEM.Font.TextAlign
|
||||
parent: MLEM.Font
|
||||
name: TextAlign
|
||||
nameWithType: TextAlign
|
||||
fullName: MLEM.Font.TextAlign
|
||||
- uid: MLEM.Font.GenericSpriteFont
|
||||
commentId: T:MLEM.Font.GenericSpriteFont
|
||||
name: GenericSpriteFont
|
||||
nameWithType: GenericSpriteFont
|
||||
fullName: MLEM.Font.GenericSpriteFont
|
||||
- uid: MLEM.Font
|
||||
commentId: N:MLEM.Font
|
||||
name: MLEM.Font
|
||||
nameWithType: MLEM.Font
|
||||
fullName: MLEM.Font
|
File diff suppressed because it is too large
Load diff
|
@ -1,94 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Formatting.Codes.Code.Constructor
|
||||
commentId: T:MLEM.Formatting.Codes.Code.Constructor
|
||||
id: Code.Constructor
|
||||
parent: MLEM.Formatting.Codes
|
||||
children: []
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Code.Constructor
|
||||
nameWithType: Code.Constructor
|
||||
fullName: MLEM.Formatting.Codes.Code.Constructor
|
||||
type: Delegate
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Codes/Code.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Constructor
|
||||
path: ../MLEM/Formatting/Codes/Code.cs
|
||||
startLine: 89
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting.Codes
|
||||
summary: "\nCreates a new formatting code from the given regex and regex match.\n<xref href=\"MLEM.Formatting.TextFormatter.Codes\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public delegate Code Constructor(TextFormatter formatter, Match match, Regex regex);
|
||||
parameters:
|
||||
- id: formatter
|
||||
type: MLEM.Formatting.TextFormatter
|
||||
description: The text formatter that created this code
|
||||
- id: match
|
||||
type: System.Text.RegularExpressions.Match
|
||||
description: The match for the code's regex
|
||||
- id: regex
|
||||
type: System.Text.RegularExpressions.Regex
|
||||
description: The regex used to create this code
|
||||
return:
|
||||
type: MLEM.Formatting.Codes.Code
|
||||
content.vb: Public Delegate Function Constructor(formatter As TextFormatter, match As Match, regex As Regex) As Code
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- delegate
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Delegate
|
||||
references:
|
||||
- uid: MLEM.Formatting.TextFormatter.Codes
|
||||
commentId: F:MLEM.Formatting.TextFormatter.Codes
|
||||
isExternal: true
|
||||
- uid: MLEM.Formatting.Codes
|
||||
commentId: N:MLEM.Formatting.Codes
|
||||
name: MLEM.Formatting.Codes
|
||||
nameWithType: MLEM.Formatting.Codes
|
||||
fullName: MLEM.Formatting.Codes
|
||||
- uid: MLEM.Formatting.TextFormatter
|
||||
commentId: T:MLEM.Formatting.TextFormatter
|
||||
parent: MLEM.Formatting
|
||||
name: TextFormatter
|
||||
nameWithType: TextFormatter
|
||||
fullName: MLEM.Formatting.TextFormatter
|
||||
- uid: System.Text.RegularExpressions.Match
|
||||
commentId: T:System.Text.RegularExpressions.Match
|
||||
parent: System.Text.RegularExpressions
|
||||
isExternal: true
|
||||
name: Match
|
||||
nameWithType: Match
|
||||
fullName: System.Text.RegularExpressions.Match
|
||||
- uid: System.Text.RegularExpressions.Regex
|
||||
commentId: T:System.Text.RegularExpressions.Regex
|
||||
parent: System.Text.RegularExpressions
|
||||
isExternal: true
|
||||
name: Regex
|
||||
nameWithType: Regex
|
||||
fullName: System.Text.RegularExpressions.Regex
|
||||
- uid: MLEM.Formatting.Codes.Code
|
||||
commentId: T:MLEM.Formatting.Codes.Code
|
||||
parent: MLEM.Formatting.Codes
|
||||
name: Code
|
||||
nameWithType: Code
|
||||
fullName: MLEM.Formatting.Codes.Code
|
||||
- uid: MLEM.Formatting
|
||||
commentId: N:MLEM.Formatting
|
||||
name: MLEM.Formatting
|
||||
nameWithType: MLEM.Formatting
|
||||
fullName: MLEM.Formatting
|
||||
- uid: System.Text.RegularExpressions
|
||||
commentId: N:System.Text.RegularExpressions
|
||||
isExternal: true
|
||||
name: System.Text.RegularExpressions
|
||||
nameWithType: System.Text.RegularExpressions
|
||||
fullName: System.Text.RegularExpressions
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,550 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Formatting.Codes.ImageCodeExtensions
|
||||
commentId: T:MLEM.Formatting.Codes.ImageCodeExtensions
|
||||
id: ImageCodeExtensions
|
||||
parent: MLEM.Formatting.Codes
|
||||
children:
|
||||
- MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Animations.SpriteAnimation)
|
||||
- MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ImageCodeExtensions
|
||||
nameWithType: ImageCodeExtensions
|
||||
fullName: MLEM.Formatting.Codes.ImageCodeExtensions
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Codes/ImageCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: ImageCodeExtensions
|
||||
path: ../MLEM/Formatting/Codes/ImageCode.cs
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting.Codes
|
||||
summary: "\nA set of extensions that allow easily adding image formatting codes to a text formatter.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static class ImageCodeExtensions
|
||||
content.vb: Public Module ImageCodeExtensions
|
||||
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.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion)
|
||||
commentId: M:MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion)
|
||||
id: AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Formatting.Codes.ImageCodeExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: AddImage(TextFormatter, String, TextureRegion)
|
||||
nameWithType: ImageCodeExtensions.AddImage(TextFormatter, String, TextureRegion)
|
||||
fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter, System.String, MLEM.Textures.TextureRegion)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Codes/ImageCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: AddImage
|
||||
path: ../MLEM/Formatting/Codes/ImageCode.cs
|
||||
startLine: 63
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting.Codes
|
||||
summary: "\nAdds a new image formatting code to the given text formatter\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static void AddImage(this TextFormatter formatter, string name, TextureRegion image)
|
||||
parameters:
|
||||
- id: formatter
|
||||
type: MLEM.Formatting.TextFormatter
|
||||
description: The formatter to add the code to
|
||||
- id: name
|
||||
type: System.String
|
||||
description: The name of the formatting code. The regex for this code will be between angle brackets.
|
||||
- id: image
|
||||
type: MLEM.Textures.TextureRegion
|
||||
description: The image to render at the code's position
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub AddImage(formatter As TextFormatter, name As String, image As TextureRegion)
|
||||
overload: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Animations.SpriteAnimation)
|
||||
commentId: M:MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Animations.SpriteAnimation)
|
||||
id: AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Animations.SpriteAnimation)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Formatting.Codes.ImageCodeExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: AddImage(TextFormatter, String, SpriteAnimation)
|
||||
nameWithType: ImageCodeExtensions.AddImage(TextFormatter, String, SpriteAnimation)
|
||||
fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter, System.String, MLEM.Animations.SpriteAnimation)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Codes/ImageCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: AddImage
|
||||
path: ../MLEM/Formatting/Codes/ImageCode.cs
|
||||
startLine: 68
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting.Codes
|
||||
example: []
|
||||
syntax:
|
||||
content: public static void AddImage(this TextFormatter formatter, string name, SpriteAnimation image)
|
||||
parameters:
|
||||
- id: formatter
|
||||
type: MLEM.Formatting.TextFormatter
|
||||
- id: name
|
||||
type: System.String
|
||||
- id: image
|
||||
type: MLEM.Animations.SpriteAnimation
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub AddImage(formatter As TextFormatter, name As String, image As SpriteAnimation)
|
||||
overload: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
references:
|
||||
- uid: MLEM.Formatting.Codes
|
||||
commentId: N:MLEM.Formatting.Codes
|
||||
name: MLEM.Formatting.Codes
|
||||
nameWithType: MLEM.Formatting.Codes
|
||||
fullName: MLEM.Formatting.Codes
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage*
|
||||
commentId: Overload:MLEM.Formatting.Codes.ImageCodeExtensions.AddImage
|
||||
name: AddImage
|
||||
nameWithType: ImageCodeExtensions.AddImage
|
||||
fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage
|
||||
- uid: MLEM.Formatting.TextFormatter
|
||||
commentId: T:MLEM.Formatting.TextFormatter
|
||||
parent: MLEM.Formatting
|
||||
name: TextFormatter
|
||||
nameWithType: TextFormatter
|
||||
fullName: MLEM.Formatting.TextFormatter
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: MLEM.Textures.TextureRegion
|
||||
commentId: T:MLEM.Textures.TextureRegion
|
||||
parent: MLEM.Textures
|
||||
name: TextureRegion
|
||||
nameWithType: TextureRegion
|
||||
fullName: MLEM.Textures.TextureRegion
|
||||
- uid: MLEM.Formatting
|
||||
commentId: N:MLEM.Formatting
|
||||
name: MLEM.Formatting
|
||||
nameWithType: MLEM.Formatting
|
||||
fullName: MLEM.Formatting
|
||||
- uid: MLEM.Textures
|
||||
commentId: N:MLEM.Textures
|
||||
name: MLEM.Textures
|
||||
nameWithType: MLEM.Textures
|
||||
fullName: MLEM.Textures
|
||||
- uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion)
|
||||
commentId: M:MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion)
|
||||
isExternal: true
|
||||
name: AddImage(TextFormatter, String, TextureRegion)
|
||||
nameWithType: ImageCodeExtensions.AddImage(TextFormatter, String, TextureRegion)
|
||||
fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter, System.String, MLEM.Textures.TextureRegion)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion)
|
||||
name: AddImage
|
||||
nameWithType: ImageCodeExtensions.AddImage
|
||||
fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Formatting.TextFormatter
|
||||
name: TextFormatter
|
||||
nameWithType: TextFormatter
|
||||
fullName: MLEM.Formatting.TextFormatter
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: MLEM.Textures.TextureRegion
|
||||
name: TextureRegion
|
||||
nameWithType: TextureRegion
|
||||
fullName: MLEM.Textures.TextureRegion
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage(MLEM.Formatting.TextFormatter,System.String,MLEM.Textures.TextureRegion)
|
||||
name: AddImage
|
||||
nameWithType: ImageCodeExtensions.AddImage
|
||||
fullName: MLEM.Formatting.Codes.ImageCodeExtensions.AddImage
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Formatting.TextFormatter
|
||||
name: TextFormatter
|
||||
nameWithType: TextFormatter
|
||||
fullName: MLEM.Formatting.TextFormatter
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: MLEM.Textures.TextureRegion
|
||||
name: TextureRegion
|
||||
nameWithType: TextureRegion
|
||||
fullName: MLEM.Textures.TextureRegion
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Animations.SpriteAnimation
|
||||
commentId: T:MLEM.Animations.SpriteAnimation
|
||||
parent: MLEM.Animations
|
||||
name: SpriteAnimation
|
||||
nameWithType: SpriteAnimation
|
||||
fullName: MLEM.Animations.SpriteAnimation
|
||||
- uid: MLEM.Animations
|
||||
commentId: N:MLEM.Animations
|
||||
name: MLEM.Animations
|
||||
nameWithType: MLEM.Animations
|
||||
fullName: MLEM.Animations
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,92 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Formatting.Codes
|
||||
commentId: N:MLEM.Formatting.Codes
|
||||
id: MLEM.Formatting.Codes
|
||||
children:
|
||||
- MLEM.Formatting.Codes.AnimatedCode
|
||||
- MLEM.Formatting.Codes.Code
|
||||
- MLEM.Formatting.Codes.Code.Constructor
|
||||
- MLEM.Formatting.Codes.ColorCode
|
||||
- MLEM.Formatting.Codes.FontCode
|
||||
- MLEM.Formatting.Codes.ImageCode
|
||||
- MLEM.Formatting.Codes.ImageCodeExtensions
|
||||
- MLEM.Formatting.Codes.LinkCode
|
||||
- MLEM.Formatting.Codes.ShadowCode
|
||||
- MLEM.Formatting.Codes.UnderlineCode
|
||||
- MLEM.Formatting.Codes.WobblyCode
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MLEM.Formatting.Codes
|
||||
nameWithType: MLEM.Formatting.Codes
|
||||
fullName: MLEM.Formatting.Codes
|
||||
type: Namespace
|
||||
assemblies:
|
||||
- MLEM
|
||||
references:
|
||||
- uid: MLEM.Formatting.Codes.AnimatedCode
|
||||
commentId: T:MLEM.Formatting.Codes.AnimatedCode
|
||||
parent: MLEM.Formatting.Codes
|
||||
name: AnimatedCode
|
||||
nameWithType: AnimatedCode
|
||||
fullName: MLEM.Formatting.Codes.AnimatedCode
|
||||
- uid: MLEM.Formatting.Codes.Code
|
||||
commentId: T:MLEM.Formatting.Codes.Code
|
||||
parent: MLEM.Formatting.Codes
|
||||
name: Code
|
||||
nameWithType: Code
|
||||
fullName: MLEM.Formatting.Codes.Code
|
||||
- uid: MLEM.Formatting.Codes.Code.Constructor
|
||||
commentId: T:MLEM.Formatting.Codes.Code.Constructor
|
||||
name: Code.Constructor
|
||||
nameWithType: Code.Constructor
|
||||
fullName: MLEM.Formatting.Codes.Code.Constructor
|
||||
- uid: MLEM.Formatting.Codes.ColorCode
|
||||
commentId: T:MLEM.Formatting.Codes.ColorCode
|
||||
name: ColorCode
|
||||
nameWithType: ColorCode
|
||||
fullName: MLEM.Formatting.Codes.ColorCode
|
||||
- uid: MLEM.Formatting.Codes.FontCode
|
||||
commentId: T:MLEM.Formatting.Codes.FontCode
|
||||
parent: MLEM.Formatting.Codes
|
||||
name: FontCode
|
||||
nameWithType: FontCode
|
||||
fullName: MLEM.Formatting.Codes.FontCode
|
||||
- uid: MLEM.Formatting.Codes.ImageCode
|
||||
commentId: T:MLEM.Formatting.Codes.ImageCode
|
||||
name: ImageCode
|
||||
nameWithType: ImageCode
|
||||
fullName: MLEM.Formatting.Codes.ImageCode
|
||||
- uid: MLEM.Formatting.Codes.ImageCodeExtensions
|
||||
commentId: T:MLEM.Formatting.Codes.ImageCodeExtensions
|
||||
parent: MLEM.Formatting.Codes
|
||||
name: ImageCodeExtensions
|
||||
nameWithType: ImageCodeExtensions
|
||||
fullName: MLEM.Formatting.Codes.ImageCodeExtensions
|
||||
- uid: MLEM.Formatting.Codes.LinkCode
|
||||
commentId: T:MLEM.Formatting.Codes.LinkCode
|
||||
name: LinkCode
|
||||
nameWithType: LinkCode
|
||||
fullName: MLEM.Formatting.Codes.LinkCode
|
||||
- uid: MLEM.Formatting.Codes.ShadowCode
|
||||
commentId: T:MLEM.Formatting.Codes.ShadowCode
|
||||
name: ShadowCode
|
||||
nameWithType: ShadowCode
|
||||
fullName: MLEM.Formatting.Codes.ShadowCode
|
||||
- uid: MLEM.Formatting.Codes.UnderlineCode
|
||||
commentId: T:MLEM.Formatting.Codes.UnderlineCode
|
||||
parent: MLEM.Formatting.Codes
|
||||
name: UnderlineCode
|
||||
nameWithType: UnderlineCode
|
||||
fullName: MLEM.Formatting.Codes.UnderlineCode
|
||||
- uid: MLEM.Formatting.Codes.WobblyCode
|
||||
commentId: T:MLEM.Formatting.Codes.WobblyCode
|
||||
name: WobblyCode
|
||||
nameWithType: WobblyCode
|
||||
fullName: MLEM.Formatting.Codes.WobblyCode
|
||||
- uid: MLEM.Formatting.Codes
|
||||
commentId: N:MLEM.Formatting.Codes
|
||||
name: MLEM.Formatting.Codes
|
||||
nameWithType: MLEM.Formatting.Codes
|
||||
fullName: MLEM.Formatting.Codes
|
|
@ -1,725 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Formatting.FormatSettings
|
||||
commentId: T:MLEM.Formatting.FormatSettings
|
||||
id: FormatSettings
|
||||
parent: MLEM.Formatting
|
||||
children:
|
||||
- MLEM.Formatting.FormatSettings.Default
|
||||
- MLEM.Formatting.FormatSettings.DropShadowColor
|
||||
- MLEM.Formatting.FormatSettings.DropShadowOffset
|
||||
- MLEM.Formatting.FormatSettings.TypingSpeed
|
||||
- MLEM.Formatting.FormatSettings.WobbleHeightModifier
|
||||
- MLEM.Formatting.FormatSettings.WobbleModifier
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: FormatSettings
|
||||
nameWithType: FormatSettings
|
||||
fullName: MLEM.Formatting.FormatSettings
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormatSettings.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: FormatSettings
|
||||
path: ../MLEM/Formatting/Obsolete/FormatSettings.cs
|
||||
startLine: 5
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: >-
|
||||
[Obsolete("Use the new text formatting system in MLEM.Formatting instead")]
|
||||
|
||||
public class FormatSettings : GenericDataHolder
|
||||
content.vb: >-
|
||||
<Obsolete("Use the new text formatting system in MLEM.Formatting instead")>
|
||||
|
||||
Public Class FormatSettings
|
||||
|
||||
Inherits GenericDataHolder
|
||||
inheritance:
|
||||
- System.Object
|
||||
- MLEM.Misc.GenericDataHolder
|
||||
inheritedMembers:
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
- MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
- 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
|
||||
attributes:
|
||||
- type: System.ObsoleteAttribute
|
||||
ctor: System.ObsoleteAttribute.#ctor(System.String)
|
||||
arguments:
|
||||
- type: System.String
|
||||
value: Use the new text formatting system in MLEM.Formatting instead
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: MLEM.Formatting.FormatSettings.Default
|
||||
commentId: F:MLEM.Formatting.FormatSettings.Default
|
||||
id: Default
|
||||
parent: MLEM.Formatting.FormatSettings
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Default
|
||||
nameWithType: FormatSettings.Default
|
||||
fullName: MLEM.Formatting.FormatSettings.Default
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormatSettings.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Default
|
||||
path: ../MLEM/Formatting/Obsolete/FormatSettings.cs
|
||||
startLine: 8
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public static readonly FormatSettings Default
|
||||
return:
|
||||
type: MLEM.Formatting.FormatSettings
|
||||
content.vb: Public Shared ReadOnly Default As FormatSettings
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: MLEM.Formatting.FormatSettings.WobbleModifier
|
||||
commentId: F:MLEM.Formatting.FormatSettings.WobbleModifier
|
||||
id: WobbleModifier
|
||||
parent: MLEM.Formatting.FormatSettings
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: WobbleModifier
|
||||
nameWithType: FormatSettings.WobbleModifier
|
||||
fullName: MLEM.Formatting.FormatSettings.WobbleModifier
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormatSettings.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: WobbleModifier
|
||||
path: ../MLEM/Formatting/Obsolete/FormatSettings.cs
|
||||
startLine: 10
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public float WobbleModifier
|
||||
return:
|
||||
type: System.Single
|
||||
content.vb: Public WobbleModifier As Single
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Formatting.FormatSettings.WobbleHeightModifier
|
||||
commentId: F:MLEM.Formatting.FormatSettings.WobbleHeightModifier
|
||||
id: WobbleHeightModifier
|
||||
parent: MLEM.Formatting.FormatSettings
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: WobbleHeightModifier
|
||||
nameWithType: FormatSettings.WobbleHeightModifier
|
||||
fullName: MLEM.Formatting.FormatSettings.WobbleHeightModifier
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormatSettings.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: WobbleHeightModifier
|
||||
path: ../MLEM/Formatting/Obsolete/FormatSettings.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public float WobbleHeightModifier
|
||||
return:
|
||||
type: System.Single
|
||||
content.vb: Public WobbleHeightModifier As Single
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Formatting.FormatSettings.TypingSpeed
|
||||
commentId: F:MLEM.Formatting.FormatSettings.TypingSpeed
|
||||
id: TypingSpeed
|
||||
parent: MLEM.Formatting.FormatSettings
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TypingSpeed
|
||||
nameWithType: FormatSettings.TypingSpeed
|
||||
fullName: MLEM.Formatting.FormatSettings.TypingSpeed
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormatSettings.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: TypingSpeed
|
||||
path: ../MLEM/Formatting/Obsolete/FormatSettings.cs
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public float TypingSpeed
|
||||
return:
|
||||
type: System.Single
|
||||
content.vb: Public TypingSpeed As Single
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Formatting.FormatSettings.DropShadowColor
|
||||
commentId: F:MLEM.Formatting.FormatSettings.DropShadowColor
|
||||
id: DropShadowColor
|
||||
parent: MLEM.Formatting.FormatSettings
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DropShadowColor
|
||||
nameWithType: FormatSettings.DropShadowColor
|
||||
fullName: MLEM.Formatting.FormatSettings.DropShadowColor
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormatSettings.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: DropShadowColor
|
||||
path: ../MLEM/Formatting/Obsolete/FormatSettings.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public Color DropShadowColor
|
||||
return:
|
||||
type: Microsoft.Xna.Framework.Color
|
||||
content.vb: Public DropShadowColor As Color
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Formatting.FormatSettings.DropShadowOffset
|
||||
commentId: F:MLEM.Formatting.FormatSettings.DropShadowOffset
|
||||
id: DropShadowOffset
|
||||
parent: MLEM.Formatting.FormatSettings
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DropShadowOffset
|
||||
nameWithType: FormatSettings.DropShadowOffset
|
||||
fullName: MLEM.Formatting.FormatSettings.DropShadowOffset
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormatSettings.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: DropShadowOffset
|
||||
path: ../MLEM/Formatting/Obsolete/FormatSettings.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public Vector2 DropShadowOffset
|
||||
return:
|
||||
type: Microsoft.Xna.Framework.Vector2
|
||||
content.vb: Public DropShadowOffset As Vector2
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: MLEM.Formatting
|
||||
commentId: N:MLEM.Formatting
|
||||
name: MLEM.Formatting
|
||||
nameWithType: MLEM.Formatting
|
||||
fullName: MLEM.Formatting
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: MLEM.Misc.GenericDataHolder
|
||||
commentId: T:MLEM.Misc.GenericDataHolder
|
||||
parent: MLEM.Misc
|
||||
name: GenericDataHolder
|
||||
nameWithType: GenericDataHolder
|
||||
fullName: MLEM.Misc.GenericDataHolder
|
||||
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
parent: MLEM.Misc.GenericDataHolder
|
||||
isExternal: true
|
||||
name: SetData(String, Object)
|
||||
nameWithType: GenericDataHolder.SetData(String, Object)
|
||||
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
name: SetData
|
||||
nameWithType: GenericDataHolder.SetData
|
||||
fullName: MLEM.Misc.GenericDataHolder.SetData
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
name: SetData
|
||||
nameWithType: GenericDataHolder.SetData
|
||||
fullName: MLEM.Misc.GenericDataHolder.SetData
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
parent: MLEM.Misc.GenericDataHolder
|
||||
isExternal: true
|
||||
name: GetData<T>(String)
|
||||
nameWithType: GenericDataHolder.GetData<T>(String)
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
|
||||
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
|
||||
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
|
||||
name.vb: GetData(Of T)(String)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
name: GetData<T>
|
||||
nameWithType: GenericDataHolder.GetData<T>
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
name: GetData(Of T)
|
||||
nameWithType: GenericDataHolder.GetData(Of T)
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
parent: MLEM.Misc.GenericDataHolder
|
||||
name: GetDataKeys()
|
||||
nameWithType: GenericDataHolder.GetDataKeys()
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
name: GetDataKeys
|
||||
nameWithType: GenericDataHolder.GetDataKeys
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
name: GetDataKeys
|
||||
nameWithType: GenericDataHolder.GetDataKeys
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Misc
|
||||
commentId: N:MLEM.Misc
|
||||
name: MLEM.Misc
|
||||
nameWithType: MLEM.Misc
|
||||
fullName: MLEM.Misc
|
||||
- uid: MLEM.Formatting.FormatSettings
|
||||
commentId: T:MLEM.Formatting.FormatSettings
|
||||
parent: MLEM.Formatting
|
||||
name: FormatSettings
|
||||
nameWithType: FormatSettings
|
||||
fullName: MLEM.Formatting.FormatSettings
|
||||
- uid: System.Single
|
||||
commentId: T:System.Single
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
- uid: Microsoft.Xna.Framework.Color
|
||||
commentId: T:Microsoft.Xna.Framework.Color
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Color
|
||||
nameWithType: Color
|
||||
fullName: Microsoft.Xna.Framework.Color
|
||||
- uid: Microsoft.Xna.Framework
|
||||
commentId: N:Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework
|
||||
nameWithType: Microsoft.Xna.Framework
|
||||
fullName: Microsoft.Xna.Framework
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
commentId: T:Microsoft.Xna.Framework.Vector2
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Vector2
|
||||
nameWithType: Vector2
|
||||
fullName: Microsoft.Xna.Framework.Vector2
|
|
@ -1,178 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Formatting.FormattingCode.Type
|
||||
commentId: T:MLEM.Formatting.FormattingCode.Type
|
||||
id: FormattingCode.Type
|
||||
parent: MLEM.Formatting
|
||||
children:
|
||||
- MLEM.Formatting.FormattingCode.Type.Animation
|
||||
- MLEM.Formatting.FormattingCode.Type.Color
|
||||
- MLEM.Formatting.FormattingCode.Type.Icon
|
||||
- MLEM.Formatting.FormattingCode.Type.Style
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: FormattingCode.Type
|
||||
nameWithType: FormattingCode.Type
|
||||
fullName: MLEM.Formatting.FormattingCode.Type
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Type
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public enum Type
|
||||
content.vb: Public Enum Type
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- enum
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Enum
|
||||
- uid: MLEM.Formatting.FormattingCode.Type.Color
|
||||
commentId: F:MLEM.Formatting.FormattingCode.Type.Color
|
||||
id: Color
|
||||
parent: MLEM.Formatting.FormattingCode.Type
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Color
|
||||
nameWithType: FormattingCode.Type.Color
|
||||
fullName: MLEM.Formatting.FormattingCode.Type.Color
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Color
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 47
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: Color = 0
|
||||
return:
|
||||
type: MLEM.Formatting.FormattingCode.Type
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Formatting.FormattingCode.Type.Style
|
||||
commentId: F:MLEM.Formatting.FormattingCode.Type.Style
|
||||
id: Style
|
||||
parent: MLEM.Formatting.FormattingCode.Type
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Style
|
||||
nameWithType: FormattingCode.Type.Style
|
||||
fullName: MLEM.Formatting.FormattingCode.Type.Style
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Style
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: Style = 1
|
||||
return:
|
||||
type: MLEM.Formatting.FormattingCode.Type
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Formatting.FormattingCode.Type.Icon
|
||||
commentId: F:MLEM.Formatting.FormattingCode.Type.Icon
|
||||
id: Icon
|
||||
parent: MLEM.Formatting.FormattingCode.Type
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Icon
|
||||
nameWithType: FormattingCode.Type.Icon
|
||||
fullName: MLEM.Formatting.FormattingCode.Type.Icon
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Icon
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: Icon = 2
|
||||
return:
|
||||
type: MLEM.Formatting.FormattingCode.Type
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Formatting.FormattingCode.Type.Animation
|
||||
commentId: F:MLEM.Formatting.FormattingCode.Type.Animation
|
||||
id: Animation
|
||||
parent: MLEM.Formatting.FormattingCode.Type
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Animation
|
||||
nameWithType: FormattingCode.Type.Animation
|
||||
fullName: MLEM.Formatting.FormattingCode.Type.Animation
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Animation
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 50
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: Animation = 3
|
||||
return:
|
||||
type: MLEM.Formatting.FormattingCode.Type
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
references:
|
||||
- uid: MLEM.Formatting
|
||||
commentId: N:MLEM.Formatting
|
||||
name: MLEM.Formatting
|
||||
nameWithType: MLEM.Formatting
|
||||
fullName: MLEM.Formatting
|
||||
- uid: MLEM.Formatting.FormattingCode.Type
|
||||
commentId: T:MLEM.Formatting.FormattingCode.Type
|
||||
parent: MLEM.Formatting
|
||||
name: FormattingCode.Type
|
||||
nameWithType: FormattingCode.Type
|
||||
fullName: MLEM.Formatting.FormattingCode.Type
|
|
@ -1,813 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Formatting.FormattingCode
|
||||
commentId: T:MLEM.Formatting.FormattingCode
|
||||
id: FormattingCode
|
||||
parent: MLEM.Formatting
|
||||
children:
|
||||
- MLEM.Formatting.FormattingCode.#ctor(Microsoft.Xna.Framework.Color)
|
||||
- MLEM.Formatting.FormattingCode.#ctor(MLEM.Animations.SpriteAnimation)
|
||||
- MLEM.Formatting.FormattingCode.#ctor(MLEM.Formatting.TextAnimation.DrawCharacter)
|
||||
- MLEM.Formatting.FormattingCode.#ctor(MLEM.Formatting.TextStyle)
|
||||
- MLEM.Formatting.FormattingCode.#ctor(MLEM.Textures.TextureRegion)
|
||||
- MLEM.Formatting.FormattingCode.Animation
|
||||
- MLEM.Formatting.FormattingCode.CodeType
|
||||
- MLEM.Formatting.FormattingCode.Color
|
||||
- MLEM.Formatting.FormattingCode.GetReplacementString(MLEM.Font.GenericFont)
|
||||
- MLEM.Formatting.FormattingCode.Icon
|
||||
- MLEM.Formatting.FormattingCode.Style
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: FormattingCode
|
||||
nameWithType: FormattingCode
|
||||
fullName: MLEM.Formatting.FormattingCode
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: FormattingCode
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 8
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: >-
|
||||
[Obsolete("Use the new text formatting system in MLEM.Formatting instead")]
|
||||
|
||||
public class FormattingCode
|
||||
content.vb: >-
|
||||
<Obsolete("Use the new text formatting system in MLEM.Formatting instead")>
|
||||
|
||||
Public Class FormattingCode
|
||||
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
|
||||
attributes:
|
||||
- type: System.ObsoleteAttribute
|
||||
ctor: System.ObsoleteAttribute.#ctor(System.String)
|
||||
arguments:
|
||||
- type: System.String
|
||||
value: Use the new text formatting system in MLEM.Formatting instead
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: MLEM.Formatting.FormattingCode.CodeType
|
||||
commentId: F:MLEM.Formatting.FormattingCode.CodeType
|
||||
id: CodeType
|
||||
parent: MLEM.Formatting.FormattingCode
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: CodeType
|
||||
nameWithType: FormattingCode.CodeType
|
||||
fullName: MLEM.Formatting.FormattingCode.CodeType
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: CodeType
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public readonly FormattingCode.Type CodeType
|
||||
return:
|
||||
type: MLEM.Formatting.FormattingCode.Type
|
||||
content.vb: Public ReadOnly CodeType As FormattingCode.Type
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Formatting.FormattingCode.Color
|
||||
commentId: F:MLEM.Formatting.FormattingCode.Color
|
||||
id: Color
|
||||
parent: MLEM.Formatting.FormattingCode
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Color
|
||||
nameWithType: FormattingCode.Color
|
||||
fullName: MLEM.Formatting.FormattingCode.Color
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Color
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 12
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public readonly Color Color
|
||||
return:
|
||||
type: Microsoft.Xna.Framework.Color
|
||||
content.vb: Public ReadOnly Color As Color
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Formatting.FormattingCode.Style
|
||||
commentId: F:MLEM.Formatting.FormattingCode.Style
|
||||
id: Style
|
||||
parent: MLEM.Formatting.FormattingCode
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Style
|
||||
nameWithType: FormattingCode.Style
|
||||
fullName: MLEM.Formatting.FormattingCode.Style
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Style
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public readonly TextStyle Style
|
||||
return:
|
||||
type: MLEM.Formatting.TextStyle
|
||||
content.vb: Public ReadOnly Style As TextStyle
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Formatting.FormattingCode.Icon
|
||||
commentId: F:MLEM.Formatting.FormattingCode.Icon
|
||||
id: Icon
|
||||
parent: MLEM.Formatting.FormattingCode
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Icon
|
||||
nameWithType: FormattingCode.Icon
|
||||
fullName: MLEM.Formatting.FormattingCode.Icon
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Icon
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public readonly SpriteAnimation Icon
|
||||
return:
|
||||
type: MLEM.Animations.SpriteAnimation
|
||||
content.vb: Public ReadOnly Icon As SpriteAnimation
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Formatting.FormattingCode.Animation
|
||||
commentId: F:MLEM.Formatting.FormattingCode.Animation
|
||||
id: Animation
|
||||
parent: MLEM.Formatting.FormattingCode
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Animation
|
||||
nameWithType: FormattingCode.Animation
|
||||
fullName: MLEM.Formatting.FormattingCode.Animation
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Animation
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public readonly TextAnimation.DrawCharacter Animation
|
||||
return:
|
||||
type: MLEM.Formatting.TextAnimation.DrawCharacter
|
||||
content.vb: Public ReadOnly Animation As TextAnimation.DrawCharacter
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Formatting.FormattingCode.#ctor(Microsoft.Xna.Framework.Color)
|
||||
commentId: M:MLEM.Formatting.FormattingCode.#ctor(Microsoft.Xna.Framework.Color)
|
||||
id: '#ctor(Microsoft.Xna.Framework.Color)'
|
||||
parent: MLEM.Formatting.FormattingCode
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: FormattingCode(Color)
|
||||
nameWithType: FormattingCode.FormattingCode(Color)
|
||||
fullName: MLEM.Formatting.FormattingCode.FormattingCode(Microsoft.Xna.Framework.Color)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: .ctor
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public FormattingCode(Color color)
|
||||
parameters:
|
||||
- id: color
|
||||
type: Microsoft.Xna.Framework.Color
|
||||
content.vb: Public Sub New(color As Color)
|
||||
overload: MLEM.Formatting.FormattingCode.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Formatting.FormattingCode.#ctor(MLEM.Formatting.TextStyle)
|
||||
commentId: M:MLEM.Formatting.FormattingCode.#ctor(MLEM.Formatting.TextStyle)
|
||||
id: '#ctor(MLEM.Formatting.TextStyle)'
|
||||
parent: MLEM.Formatting.FormattingCode
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: FormattingCode(TextStyle)
|
||||
nameWithType: FormattingCode.FormattingCode(TextStyle)
|
||||
fullName: MLEM.Formatting.FormattingCode.FormattingCode(MLEM.Formatting.TextStyle)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: .ctor
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 22
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public FormattingCode(TextStyle style)
|
||||
parameters:
|
||||
- id: style
|
||||
type: MLEM.Formatting.TextStyle
|
||||
content.vb: Public Sub New(style As TextStyle)
|
||||
overload: MLEM.Formatting.FormattingCode.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Formatting.FormattingCode.#ctor(MLEM.Textures.TextureRegion)
|
||||
commentId: M:MLEM.Formatting.FormattingCode.#ctor(MLEM.Textures.TextureRegion)
|
||||
id: '#ctor(MLEM.Textures.TextureRegion)'
|
||||
parent: MLEM.Formatting.FormattingCode
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: FormattingCode(TextureRegion)
|
||||
nameWithType: FormattingCode.FormattingCode(TextureRegion)
|
||||
fullName: MLEM.Formatting.FormattingCode.FormattingCode(MLEM.Textures.TextureRegion)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: .ctor
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public FormattingCode(TextureRegion icon)
|
||||
parameters:
|
||||
- id: icon
|
||||
type: MLEM.Textures.TextureRegion
|
||||
content.vb: Public Sub New(icon As TextureRegion)
|
||||
overload: MLEM.Formatting.FormattingCode.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Formatting.FormattingCode.#ctor(MLEM.Animations.SpriteAnimation)
|
||||
commentId: M:MLEM.Formatting.FormattingCode.#ctor(MLEM.Animations.SpriteAnimation)
|
||||
id: '#ctor(MLEM.Animations.SpriteAnimation)'
|
||||
parent: MLEM.Formatting.FormattingCode
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: FormattingCode(SpriteAnimation)
|
||||
nameWithType: FormattingCode.FormattingCode(SpriteAnimation)
|
||||
fullName: MLEM.Formatting.FormattingCode.FormattingCode(MLEM.Animations.SpriteAnimation)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: .ctor
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 31
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public FormattingCode(SpriteAnimation icon)
|
||||
parameters:
|
||||
- id: icon
|
||||
type: MLEM.Animations.SpriteAnimation
|
||||
content.vb: Public Sub New(icon As SpriteAnimation)
|
||||
overload: MLEM.Formatting.FormattingCode.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Formatting.FormattingCode.#ctor(MLEM.Formatting.TextAnimation.DrawCharacter)
|
||||
commentId: M:MLEM.Formatting.FormattingCode.#ctor(MLEM.Formatting.TextAnimation.DrawCharacter)
|
||||
id: '#ctor(MLEM.Formatting.TextAnimation.DrawCharacter)'
|
||||
parent: MLEM.Formatting.FormattingCode
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: FormattingCode(TextAnimation.DrawCharacter)
|
||||
nameWithType: FormattingCode.FormattingCode(TextAnimation.DrawCharacter)
|
||||
fullName: MLEM.Formatting.FormattingCode.FormattingCode(MLEM.Formatting.TextAnimation.DrawCharacter)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: .ctor
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 36
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public FormattingCode(TextAnimation.DrawCharacter animation)
|
||||
parameters:
|
||||
- id: animation
|
||||
type: MLEM.Formatting.TextAnimation.DrawCharacter
|
||||
content.vb: Public Sub New(animation As TextAnimation.DrawCharacter)
|
||||
overload: MLEM.Formatting.FormattingCode.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Formatting.FormattingCode.GetReplacementString(MLEM.Font.GenericFont)
|
||||
commentId: M:MLEM.Formatting.FormattingCode.GetReplacementString(MLEM.Font.GenericFont)
|
||||
id: GetReplacementString(MLEM.Font.GenericFont)
|
||||
parent: MLEM.Formatting.FormattingCode
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetReplacementString(GenericFont)
|
||||
nameWithType: FormattingCode.GetReplacementString(GenericFont)
|
||||
fullName: MLEM.Formatting.FormattingCode.GetReplacementString(MLEM.Font.GenericFont)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GetReplacementString
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public virtual string GetReplacementString(GenericFont font)
|
||||
parameters:
|
||||
- id: font
|
||||
type: MLEM.Font.GenericFont
|
||||
return:
|
||||
type: System.String
|
||||
content.vb: Public Overridable Function GetReplacementString(font As GenericFont) As String
|
||||
overload: MLEM.Formatting.FormattingCode.GetReplacementString*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- virtual
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overridable
|
||||
references:
|
||||
- uid: MLEM.Formatting
|
||||
commentId: N:MLEM.Formatting
|
||||
name: MLEM.Formatting
|
||||
nameWithType: MLEM.Formatting
|
||||
fullName: MLEM.Formatting
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Formatting.FormattingCode.Type
|
||||
commentId: T:MLEM.Formatting.FormattingCode.Type
|
||||
parent: MLEM.Formatting
|
||||
name: FormattingCode.Type
|
||||
nameWithType: FormattingCode.Type
|
||||
fullName: MLEM.Formatting.FormattingCode.Type
|
||||
- uid: Microsoft.Xna.Framework.Color
|
||||
commentId: T:Microsoft.Xna.Framework.Color
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Color
|
||||
nameWithType: Color
|
||||
fullName: Microsoft.Xna.Framework.Color
|
||||
- uid: Microsoft.Xna.Framework
|
||||
commentId: N:Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework
|
||||
nameWithType: Microsoft.Xna.Framework
|
||||
fullName: Microsoft.Xna.Framework
|
||||
- uid: MLEM.Formatting.TextStyle
|
||||
commentId: T:MLEM.Formatting.TextStyle
|
||||
parent: MLEM.Formatting
|
||||
name: TextStyle
|
||||
nameWithType: TextStyle
|
||||
fullName: MLEM.Formatting.TextStyle
|
||||
- uid: MLEM.Animations.SpriteAnimation
|
||||
commentId: T:MLEM.Animations.SpriteAnimation
|
||||
parent: MLEM.Animations
|
||||
name: SpriteAnimation
|
||||
nameWithType: SpriteAnimation
|
||||
fullName: MLEM.Animations.SpriteAnimation
|
||||
- uid: MLEM.Animations
|
||||
commentId: N:MLEM.Animations
|
||||
name: MLEM.Animations
|
||||
nameWithType: MLEM.Animations
|
||||
fullName: MLEM.Animations
|
||||
- uid: MLEM.Formatting.TextAnimation.DrawCharacter
|
||||
commentId: T:MLEM.Formatting.TextAnimation.DrawCharacter
|
||||
parent: MLEM.Formatting
|
||||
name: TextAnimation.DrawCharacter
|
||||
nameWithType: TextAnimation.DrawCharacter
|
||||
fullName: MLEM.Formatting.TextAnimation.DrawCharacter
|
||||
- uid: MLEM.Formatting.FormattingCode.#ctor*
|
||||
commentId: Overload:MLEM.Formatting.FormattingCode.#ctor
|
||||
name: FormattingCode
|
||||
nameWithType: FormattingCode.FormattingCode
|
||||
fullName: MLEM.Formatting.FormattingCode.FormattingCode
|
||||
- uid: MLEM.Textures.TextureRegion
|
||||
commentId: T:MLEM.Textures.TextureRegion
|
||||
parent: MLEM.Textures
|
||||
name: TextureRegion
|
||||
nameWithType: TextureRegion
|
||||
fullName: MLEM.Textures.TextureRegion
|
||||
- uid: MLEM.Textures
|
||||
commentId: N:MLEM.Textures
|
||||
name: MLEM.Textures
|
||||
nameWithType: MLEM.Textures
|
||||
fullName: MLEM.Textures
|
||||
- uid: MLEM.Formatting.FormattingCode.GetReplacementString*
|
||||
commentId: Overload:MLEM.Formatting.FormattingCode.GetReplacementString
|
||||
name: GetReplacementString
|
||||
nameWithType: FormattingCode.GetReplacementString
|
||||
fullName: MLEM.Formatting.FormattingCode.GetReplacementString
|
||||
- uid: MLEM.Font.GenericFont
|
||||
commentId: T:MLEM.Font.GenericFont
|
||||
parent: MLEM.Font
|
||||
name: GenericFont
|
||||
nameWithType: GenericFont
|
||||
fullName: MLEM.Font.GenericFont
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: MLEM.Font
|
||||
commentId: N:MLEM.Font
|
||||
name: MLEM.Font
|
||||
nameWithType: MLEM.Font
|
||||
fullName: MLEM.Font
|
File diff suppressed because it is too large
Load diff
|
@ -1,667 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Formatting.FormattingCodeData
|
||||
commentId: T:MLEM.Formatting.FormattingCodeData
|
||||
id: FormattingCodeData
|
||||
parent: MLEM.Formatting
|
||||
children:
|
||||
- MLEM.Formatting.FormattingCodeData.#ctor(MLEM.Formatting.FormattingCode,System.Text.RegularExpressions.Match,System.Int32)
|
||||
- MLEM.Formatting.FormattingCodeData.Code
|
||||
- MLEM.Formatting.FormattingCodeData.Match
|
||||
- MLEM.Formatting.FormattingCodeData.UnformattedIndex
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: FormattingCodeData
|
||||
nameWithType: FormattingCodeData
|
||||
fullName: MLEM.Formatting.FormattingCodeData
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCodeCollection.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: FormattingCodeData
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCodeCollection.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: >-
|
||||
[Obsolete("Use the new text formatting system in MLEM.Formatting instead")]
|
||||
|
||||
public class FormattingCodeData : GenericDataHolder
|
||||
content.vb: >-
|
||||
<Obsolete("Use the new text formatting system in MLEM.Formatting instead")>
|
||||
|
||||
Public Class FormattingCodeData
|
||||
|
||||
Inherits GenericDataHolder
|
||||
inheritance:
|
||||
- System.Object
|
||||
- MLEM.Misc.GenericDataHolder
|
||||
inheritedMembers:
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
- MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
- 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
|
||||
attributes:
|
||||
- type: System.ObsoleteAttribute
|
||||
ctor: System.ObsoleteAttribute.#ctor(System.String)
|
||||
arguments:
|
||||
- type: System.String
|
||||
value: Use the new text formatting system in MLEM.Formatting instead
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: MLEM.Formatting.FormattingCodeData.Code
|
||||
commentId: F:MLEM.Formatting.FormattingCodeData.Code
|
||||
id: Code
|
||||
parent: MLEM.Formatting.FormattingCodeData
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Code
|
||||
nameWithType: FormattingCodeData.Code
|
||||
fullName: MLEM.Formatting.FormattingCodeData.Code
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCodeCollection.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Code
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCodeCollection.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public readonly FormattingCode Code
|
||||
return:
|
||||
type: MLEM.Formatting.FormattingCode
|
||||
content.vb: Public ReadOnly Code As FormattingCode
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Formatting.FormattingCodeData.Match
|
||||
commentId: F:MLEM.Formatting.FormattingCodeData.Match
|
||||
id: Match
|
||||
parent: MLEM.Formatting.FormattingCodeData
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Match
|
||||
nameWithType: FormattingCodeData.Match
|
||||
fullName: MLEM.Formatting.FormattingCodeData.Match
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCodeCollection.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Match
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCodeCollection.cs
|
||||
startLine: 15
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public readonly Match Match
|
||||
return:
|
||||
type: System.Text.RegularExpressions.Match
|
||||
content.vb: Public ReadOnly Match As Match
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Formatting.FormattingCodeData.UnformattedIndex
|
||||
commentId: F:MLEM.Formatting.FormattingCodeData.UnformattedIndex
|
||||
id: UnformattedIndex
|
||||
parent: MLEM.Formatting.FormattingCodeData
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: UnformattedIndex
|
||||
nameWithType: FormattingCodeData.UnformattedIndex
|
||||
fullName: MLEM.Formatting.FormattingCodeData.UnformattedIndex
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCodeCollection.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: UnformattedIndex
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCodeCollection.cs
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public readonly int UnformattedIndex
|
||||
return:
|
||||
type: System.Int32
|
||||
content.vb: Public ReadOnly UnformattedIndex As Integer
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- ReadOnly
|
||||
- uid: MLEM.Formatting.FormattingCodeData.#ctor(MLEM.Formatting.FormattingCode,System.Text.RegularExpressions.Match,System.Int32)
|
||||
commentId: M:MLEM.Formatting.FormattingCodeData.#ctor(MLEM.Formatting.FormattingCode,System.Text.RegularExpressions.Match,System.Int32)
|
||||
id: '#ctor(MLEM.Formatting.FormattingCode,System.Text.RegularExpressions.Match,System.Int32)'
|
||||
parent: MLEM.Formatting.FormattingCodeData
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: FormattingCodeData(FormattingCode, Match, Int32)
|
||||
nameWithType: FormattingCodeData.FormattingCodeData(FormattingCode, Match, Int32)
|
||||
fullName: MLEM.Formatting.FormattingCodeData.FormattingCodeData(MLEM.Formatting.FormattingCode, System.Text.RegularExpressions.Match, System.Int32)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCodeCollection.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: .ctor
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCodeCollection.cs
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public FormattingCodeData(FormattingCode code, Match match, int unformattedIndex)
|
||||
parameters:
|
||||
- id: code
|
||||
type: MLEM.Formatting.FormattingCode
|
||||
- id: match
|
||||
type: System.Text.RegularExpressions.Match
|
||||
- id: unformattedIndex
|
||||
type: System.Int32
|
||||
content.vb: Public Sub New(code As FormattingCode, match As Match, unformattedIndex As Integer)
|
||||
overload: MLEM.Formatting.FormattingCodeData.#ctor*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: MLEM.Formatting
|
||||
commentId: N:MLEM.Formatting
|
||||
name: MLEM.Formatting
|
||||
nameWithType: MLEM.Formatting
|
||||
fullName: MLEM.Formatting
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: MLEM.Misc.GenericDataHolder
|
||||
commentId: T:MLEM.Misc.GenericDataHolder
|
||||
parent: MLEM.Misc
|
||||
name: GenericDataHolder
|
||||
nameWithType: GenericDataHolder
|
||||
fullName: MLEM.Misc.GenericDataHolder
|
||||
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
parent: MLEM.Misc.GenericDataHolder
|
||||
isExternal: true
|
||||
name: SetData(String, Object)
|
||||
nameWithType: GenericDataHolder.SetData(String, Object)
|
||||
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
name: SetData
|
||||
nameWithType: GenericDataHolder.SetData
|
||||
fullName: MLEM.Misc.GenericDataHolder.SetData
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
name: SetData
|
||||
nameWithType: GenericDataHolder.SetData
|
||||
fullName: MLEM.Misc.GenericDataHolder.SetData
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Object
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
parent: MLEM.Misc.GenericDataHolder
|
||||
isExternal: true
|
||||
name: GetData<T>(String)
|
||||
nameWithType: GenericDataHolder.GetData<T>(String)
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
|
||||
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
|
||||
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
|
||||
name.vb: GetData(Of T)(String)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
name: GetData<T>
|
||||
nameWithType: GenericDataHolder.GetData<T>
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetData<T>
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
name: GetData(Of T)
|
||||
nameWithType: GenericDataHolder.GetData(Of T)
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetData(Of T)
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
parent: MLEM.Misc.GenericDataHolder
|
||||
name: GetDataKeys()
|
||||
nameWithType: GenericDataHolder.GetDataKeys()
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
name: GetDataKeys
|
||||
nameWithType: GenericDataHolder.GetDataKeys
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
name: GetDataKeys
|
||||
nameWithType: GenericDataHolder.GetDataKeys
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Misc
|
||||
commentId: N:MLEM.Misc
|
||||
name: MLEM.Misc
|
||||
nameWithType: MLEM.Misc
|
||||
fullName: MLEM.Misc
|
||||
- uid: MLEM.Formatting.FormattingCode
|
||||
commentId: T:MLEM.Formatting.FormattingCode
|
||||
parent: MLEM.Formatting
|
||||
name: FormattingCode
|
||||
nameWithType: FormattingCode
|
||||
fullName: MLEM.Formatting.FormattingCode
|
||||
- uid: System.Text.RegularExpressions.Match
|
||||
commentId: T:System.Text.RegularExpressions.Match
|
||||
parent: System.Text.RegularExpressions
|
||||
isExternal: true
|
||||
name: Match
|
||||
nameWithType: Match
|
||||
fullName: System.Text.RegularExpressions.Match
|
||||
- uid: System.Text.RegularExpressions
|
||||
commentId: N:System.Text.RegularExpressions
|
||||
isExternal: true
|
||||
name: System.Text.RegularExpressions
|
||||
nameWithType: System.Text.RegularExpressions
|
||||
fullName: System.Text.RegularExpressions
|
||||
- uid: System.Int32
|
||||
commentId: T:System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: MLEM.Formatting.FormattingCodeData.#ctor*
|
||||
commentId: Overload:MLEM.Formatting.FormattingCodeData.#ctor
|
||||
name: FormattingCodeData
|
||||
nameWithType: FormattingCodeData.FormattingCodeData
|
||||
fullName: MLEM.Formatting.FormattingCodeData.FormattingCodeData
|
|
@ -1,149 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Formatting.TextAnimation.DrawCharacter
|
||||
commentId: T:MLEM.Formatting.TextAnimation.DrawCharacter
|
||||
id: TextAnimation.DrawCharacter
|
||||
parent: MLEM.Formatting
|
||||
children: []
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TextAnimation.DrawCharacter
|
||||
nameWithType: TextAnimation.DrawCharacter
|
||||
fullName: MLEM.Formatting.TextAnimation.DrawCharacter
|
||||
type: Delegate
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/TextAnimation.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: DrawCharacter
|
||||
path: ../MLEM/Formatting/Obsolete/TextAnimation.cs
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public delegate void DrawCharacter(FormatSettings settings, GenericFont font, SpriteBatch batch, string totalText, int index, int effectStartIndex, string charSt, Vector2 position, Color color, float scale, float layerDepth, TimeSpan timeIntoAnimation);
|
||||
parameters:
|
||||
- id: settings
|
||||
type: MLEM.Formatting.FormatSettings
|
||||
- id: font
|
||||
type: MLEM.Font.GenericFont
|
||||
- id: batch
|
||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
- id: totalText
|
||||
type: System.String
|
||||
- id: index
|
||||
type: System.Int32
|
||||
- id: effectStartIndex
|
||||
type: System.Int32
|
||||
- id: charSt
|
||||
type: System.String
|
||||
- id: position
|
||||
type: Microsoft.Xna.Framework.Vector2
|
||||
- id: color
|
||||
type: Microsoft.Xna.Framework.Color
|
||||
- id: scale
|
||||
type: System.Single
|
||||
- id: layerDepth
|
||||
type: System.Single
|
||||
- id: timeIntoAnimation
|
||||
type: System.TimeSpan
|
||||
content.vb: Public Delegate Sub DrawCharacter(settings As FormatSettings, font As GenericFont, batch As SpriteBatch, totalText As String, index As Integer, effectStartIndex As Integer, charSt As String, position As Vector2, color As Color, scale As Single, layerDepth As Single, timeIntoAnimation As TimeSpan)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- delegate
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Delegate
|
||||
references:
|
||||
- uid: MLEM.Formatting
|
||||
commentId: N:MLEM.Formatting
|
||||
name: MLEM.Formatting
|
||||
nameWithType: MLEM.Formatting
|
||||
fullName: MLEM.Formatting
|
||||
- uid: MLEM.Formatting.FormatSettings
|
||||
commentId: T:MLEM.Formatting.FormatSettings
|
||||
parent: MLEM.Formatting
|
||||
name: FormatSettings
|
||||
nameWithType: FormatSettings
|
||||
fullName: MLEM.Formatting.FormatSettings
|
||||
- uid: MLEM.Font.GenericFont
|
||||
commentId: T:MLEM.Font.GenericFont
|
||||
parent: MLEM.Font
|
||||
name: GenericFont
|
||||
nameWithType: GenericFont
|
||||
fullName: MLEM.Font.GenericFont
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
commentId: T:Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
parent: Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: SpriteBatch
|
||||
nameWithType: SpriteBatch
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: System.Int32
|
||||
commentId: T:System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
commentId: T:Microsoft.Xna.Framework.Vector2
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Vector2
|
||||
nameWithType: Vector2
|
||||
fullName: Microsoft.Xna.Framework.Vector2
|
||||
- uid: Microsoft.Xna.Framework.Color
|
||||
commentId: T:Microsoft.Xna.Framework.Color
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Color
|
||||
nameWithType: Color
|
||||
fullName: Microsoft.Xna.Framework.Color
|
||||
- uid: System.Single
|
||||
commentId: T:System.Single
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
- uid: System.TimeSpan
|
||||
commentId: T:System.TimeSpan
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
- uid: MLEM.Font
|
||||
commentId: N:MLEM.Font
|
||||
name: MLEM.Font
|
||||
nameWithType: MLEM.Font
|
||||
fullName: MLEM.Font
|
||||
- uid: Microsoft.Xna.Framework.Graphics
|
||||
commentId: N:Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework.Graphics
|
||||
nameWithType: Microsoft.Xna.Framework.Graphics
|
||||
fullName: Microsoft.Xna.Framework.Graphics
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: Microsoft.Xna.Framework
|
||||
commentId: N:Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework
|
||||
nameWithType: Microsoft.Xna.Framework
|
||||
fullName: Microsoft.Xna.Framework
|
|
@ -1,469 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Formatting.TextAnimation
|
||||
commentId: T:MLEM.Formatting.TextAnimation
|
||||
id: TextAnimation
|
||||
parent: MLEM.Formatting
|
||||
children:
|
||||
- MLEM.Formatting.TextAnimation.Default
|
||||
- MLEM.Formatting.TextAnimation.Typing
|
||||
- MLEM.Formatting.TextAnimation.Wobbly
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TextAnimation
|
||||
nameWithType: TextAnimation
|
||||
fullName: MLEM.Formatting.TextAnimation
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/TextAnimation.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: TextAnimation
|
||||
path: ../MLEM/Formatting/Obsolete/TextAnimation.cs
|
||||
startLine: 6
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: >-
|
||||
[Obsolete("Use the new text formatting system in MLEM.Formatting instead")]
|
||||
|
||||
public static class TextAnimation
|
||||
content.vb: >-
|
||||
<Obsolete("Use the new text formatting system in MLEM.Formatting instead")>
|
||||
|
||||
Public Module TextAnimation
|
||||
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
|
||||
attributes:
|
||||
- type: System.ObsoleteAttribute
|
||||
ctor: System.ObsoleteAttribute.#ctor(System.String)
|
||||
arguments:
|
||||
- type: System.String
|
||||
value: Use the new text formatting system in MLEM.Formatting instead
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Module
|
||||
- uid: MLEM.Formatting.TextAnimation.Default
|
||||
commentId: F:MLEM.Formatting.TextAnimation.Default
|
||||
id: Default
|
||||
parent: MLEM.Formatting.TextAnimation
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Default
|
||||
nameWithType: TextAnimation.Default
|
||||
fullName: MLEM.Formatting.TextAnimation.Default
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/TextAnimation.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Default
|
||||
path: ../MLEM/Formatting/Obsolete/TextAnimation.cs
|
||||
startLine: 9
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public static readonly TextAnimation.DrawCharacter Default
|
||||
return:
|
||||
type: MLEM.Formatting.TextAnimation.DrawCharacter
|
||||
content.vb: Public Shared ReadOnly Default As TextAnimation.DrawCharacter
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: MLEM.Formatting.TextAnimation.Wobbly
|
||||
commentId: F:MLEM.Formatting.TextAnimation.Wobbly
|
||||
id: Wobbly
|
||||
parent: MLEM.Formatting.TextAnimation
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Wobbly
|
||||
nameWithType: TextAnimation.Wobbly
|
||||
fullName: MLEM.Formatting.TextAnimation.Wobbly
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/TextAnimation.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Wobbly
|
||||
path: ../MLEM/Formatting/Obsolete/TextAnimation.cs
|
||||
startLine: 13
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public static readonly TextAnimation.DrawCharacter Wobbly
|
||||
return:
|
||||
type: MLEM.Formatting.TextAnimation.DrawCharacter
|
||||
content.vb: Public Shared ReadOnly Wobbly As TextAnimation.DrawCharacter
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: MLEM.Formatting.TextAnimation.Typing
|
||||
commentId: F:MLEM.Formatting.TextAnimation.Typing
|
||||
id: Typing
|
||||
parent: MLEM.Formatting.TextAnimation
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Typing
|
||||
nameWithType: TextAnimation.Typing
|
||||
fullName: MLEM.Formatting.TextAnimation.Typing
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/TextAnimation.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Typing
|
||||
path: ../MLEM/Formatting/Obsolete/TextAnimation.cs
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public static readonly TextAnimation.DrawCharacter Typing
|
||||
return:
|
||||
type: MLEM.Formatting.TextAnimation.DrawCharacter
|
||||
content.vb: Public Shared ReadOnly Typing As TextAnimation.DrawCharacter
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
references:
|
||||
- uid: MLEM.Formatting
|
||||
commentId: N:MLEM.Formatting
|
||||
name: MLEM.Formatting
|
||||
nameWithType: MLEM.Formatting
|
||||
fullName: MLEM.Formatting
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Formatting.TextAnimation.DrawCharacter
|
||||
commentId: T:MLEM.Formatting.TextAnimation.DrawCharacter
|
||||
parent: MLEM.Formatting
|
||||
name: TextAnimation.DrawCharacter
|
||||
nameWithType: TextAnimation.DrawCharacter
|
||||
fullName: MLEM.Formatting.TextAnimation.DrawCharacter
|
File diff suppressed because it is too large
Load diff
|
@ -1,798 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Formatting.TextFormatting
|
||||
commentId: T:MLEM.Formatting.TextFormatting
|
||||
id: TextFormatting
|
||||
parent: MLEM.Formatting
|
||||
children:
|
||||
- MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings)
|
||||
- MLEM.Formatting.TextFormatting.FormattingCodes
|
||||
- MLEM.Formatting.TextFormatting.GetFormattingCodes(System.String,MLEM.Font.GenericFont)
|
||||
- MLEM.Formatting.TextFormatting.RemoveFormatting(System.String,MLEM.Font.GenericFont)
|
||||
- MLEM.Formatting.TextFormatting.SetFormatIndicators(System.Char,System.Char)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TextFormatting
|
||||
nameWithType: TextFormatting
|
||||
fullName: MLEM.Formatting.TextFormatting
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/TextFormatting.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: TextFormatting
|
||||
path: ../MLEM/Formatting/Obsolete/TextFormatting.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: >-
|
||||
[Obsolete("Use the new text formatting system in MLEM.Formatting instead")]
|
||||
|
||||
public static class TextFormatting
|
||||
content.vb: >-
|
||||
<Obsolete("Use the new text formatting system in MLEM.Formatting instead")>
|
||||
|
||||
Public Module TextFormatting
|
||||
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
|
||||
attributes:
|
||||
- type: System.ObsoleteAttribute
|
||||
ctor: System.ObsoleteAttribute.#ctor(System.String)
|
||||
arguments:
|
||||
- type: System.String
|
||||
value: Use the new text formatting system in MLEM.Formatting instead
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Module
|
||||
- uid: MLEM.Formatting.TextFormatting.FormattingCodes
|
||||
commentId: F:MLEM.Formatting.TextFormatting.FormattingCodes
|
||||
id: FormattingCodes
|
||||
parent: MLEM.Formatting.TextFormatting
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: FormattingCodes
|
||||
nameWithType: TextFormatting.FormattingCodes
|
||||
fullName: MLEM.Formatting.TextFormatting.FormattingCodes
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/TextFormatting.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: FormattingCodes
|
||||
path: ../MLEM/Formatting/Obsolete/TextFormatting.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public static readonly Dictionary<string, FormattingCode> FormattingCodes
|
||||
return:
|
||||
type: System.Collections.Generic.Dictionary{System.String,MLEM.Formatting.FormattingCode}
|
||||
content.vb: Public Shared ReadOnly FormattingCodes As Dictionary(Of String, FormattingCode)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: MLEM.Formatting.TextFormatting.SetFormatIndicators(System.Char,System.Char)
|
||||
commentId: M:MLEM.Formatting.TextFormatting.SetFormatIndicators(System.Char,System.Char)
|
||||
id: SetFormatIndicators(System.Char,System.Char)
|
||||
parent: MLEM.Formatting.TextFormatting
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SetFormatIndicators(Char, Char)
|
||||
nameWithType: TextFormatting.SetFormatIndicators(Char, Char)
|
||||
fullName: MLEM.Formatting.TextFormatting.SetFormatIndicators(System.Char, System.Char)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/TextFormatting.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: SetFormatIndicators
|
||||
path: ../MLEM/Formatting/Obsolete/TextFormatting.cs
|
||||
startLine: 39
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public static void SetFormatIndicators(char opener, char closer)
|
||||
parameters:
|
||||
- id: opener
|
||||
type: System.Char
|
||||
- id: closer
|
||||
type: System.Char
|
||||
content.vb: Public Shared Sub SetFormatIndicators(opener As Char, closer As Char)
|
||||
overload: MLEM.Formatting.TextFormatting.SetFormatIndicators*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Formatting.TextFormatting.RemoveFormatting(System.String,MLEM.Font.GenericFont)
|
||||
commentId: M:MLEM.Formatting.TextFormatting.RemoveFormatting(System.String,MLEM.Font.GenericFont)
|
||||
id: RemoveFormatting(System.String,MLEM.Font.GenericFont)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Formatting.TextFormatting
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: RemoveFormatting(String, GenericFont)
|
||||
nameWithType: TextFormatting.RemoveFormatting(String, GenericFont)
|
||||
fullName: MLEM.Formatting.TextFormatting.RemoveFormatting(System.String, MLEM.Font.GenericFont)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/TextFormatting.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: RemoveFormatting
|
||||
path: ../MLEM/Formatting/Obsolete/TextFormatting.cs
|
||||
startLine: 47
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public static string RemoveFormatting(this string s, GenericFont font)
|
||||
parameters:
|
||||
- id: s
|
||||
type: System.String
|
||||
- id: font
|
||||
type: MLEM.Font.GenericFont
|
||||
return:
|
||||
type: System.String
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function RemoveFormatting(s As String, font As GenericFont) As String
|
||||
overload: MLEM.Formatting.TextFormatting.RemoveFormatting*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Formatting.TextFormatting.GetFormattingCodes(System.String,MLEM.Font.GenericFont)
|
||||
commentId: M:MLEM.Formatting.TextFormatting.GetFormattingCodes(System.String,MLEM.Font.GenericFont)
|
||||
id: GetFormattingCodes(System.String,MLEM.Font.GenericFont)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Formatting.TextFormatting
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetFormattingCodes(String, GenericFont)
|
||||
nameWithType: TextFormatting.GetFormattingCodes(String, GenericFont)
|
||||
fullName: MLEM.Formatting.TextFormatting.GetFormattingCodes(System.String, MLEM.Font.GenericFont)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/TextFormatting.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GetFormattingCodes
|
||||
path: ../MLEM/Formatting/Obsolete/TextFormatting.cs
|
||||
startLine: 54
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public static FormattingCodeCollection GetFormattingCodes(this string s, GenericFont font)
|
||||
parameters:
|
||||
- id: s
|
||||
type: System.String
|
||||
- id: font
|
||||
type: MLEM.Font.GenericFont
|
||||
return:
|
||||
type: MLEM.Formatting.FormattingCodeCollection
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function GetFormattingCodes(s As String, font As GenericFont) As FormattingCodeCollection
|
||||
overload: MLEM.Formatting.TextFormatting.GetFormattingCodes*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings)
|
||||
commentId: M:MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings)
|
||||
id: DrawFormattedString(MLEM.Font.GenericFont,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,System.String,MLEM.Formatting.FormattingCodeCollection,Microsoft.Xna.Framework.Color,System.Single,MLEM.Font.GenericFont,MLEM.Font.GenericFont,System.Single,System.TimeSpan,MLEM.Formatting.FormatSettings)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Formatting.TextFormatting
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DrawFormattedString(GenericFont, SpriteBatch, Vector2, String, FormattingCodeCollection, Color, Single, GenericFont, GenericFont, Single, TimeSpan, FormatSettings)
|
||||
nameWithType: TextFormatting.DrawFormattedString(GenericFont, SpriteBatch, Vector2, String, FormattingCodeCollection, Color, Single, GenericFont, GenericFont, Single, TimeSpan, FormatSettings)
|
||||
fullName: MLEM.Formatting.TextFormatting.DrawFormattedString(MLEM.Font.GenericFont, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, System.String, MLEM.Formatting.FormattingCodeCollection, Microsoft.Xna.Framework.Color, System.Single, MLEM.Font.GenericFont, MLEM.Font.GenericFont, System.Single, System.TimeSpan, MLEM.Formatting.FormatSettings)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/TextFormatting.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: DrawFormattedString
|
||||
path: ../MLEM/Formatting/Obsolete/TextFormatting.cs
|
||||
startLine: 73
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public static void DrawFormattedString(this GenericFont regularFont, SpriteBatch batch, Vector2 pos, string unformattedText, FormattingCodeCollection formatting, Color color, float scale, GenericFont boldFont = null, GenericFont italicFont = null, float depth = 0F, TimeSpan timeIntoAnimation = default(TimeSpan), FormatSettings formatSettings = null)
|
||||
parameters:
|
||||
- id: regularFont
|
||||
type: MLEM.Font.GenericFont
|
||||
- id: batch
|
||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
- id: pos
|
||||
type: Microsoft.Xna.Framework.Vector2
|
||||
- id: unformattedText
|
||||
type: System.String
|
||||
- id: formatting
|
||||
type: MLEM.Formatting.FormattingCodeCollection
|
||||
- id: color
|
||||
type: Microsoft.Xna.Framework.Color
|
||||
- id: scale
|
||||
type: System.Single
|
||||
- id: boldFont
|
||||
type: MLEM.Font.GenericFont
|
||||
- id: italicFont
|
||||
type: MLEM.Font.GenericFont
|
||||
- id: depth
|
||||
type: System.Single
|
||||
- id: timeIntoAnimation
|
||||
type: System.TimeSpan
|
||||
- id: formatSettings
|
||||
type: MLEM.Formatting.FormatSettings
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Sub DrawFormattedString(regularFont As GenericFont, batch As SpriteBatch, pos As Vector2, unformattedText As String, formatting As FormattingCodeCollection, color As Color, scale As Single, boldFont As GenericFont = Nothing, italicFont As GenericFont = Nothing, depth As Single = 0F, timeIntoAnimation As TimeSpan = Nothing, formatSettings As FormatSettings = Nothing)
|
||||
overload: MLEM.Formatting.TextFormatting.DrawFormattedString*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
references:
|
||||
- uid: MLEM.Formatting
|
||||
commentId: N:MLEM.Formatting
|
||||
name: MLEM.Formatting
|
||||
nameWithType: MLEM.Formatting
|
||||
fullName: MLEM.Formatting
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: System.Collections.Generic.Dictionary{System.String,MLEM.Formatting.FormattingCode}
|
||||
commentId: T:System.Collections.Generic.Dictionary{System.String,MLEM.Formatting.FormattingCode}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.Dictionary`2
|
||||
name: Dictionary<String, FormattingCode>
|
||||
nameWithType: Dictionary<String, FormattingCode>
|
||||
fullName: System.Collections.Generic.Dictionary<System.String, MLEM.Formatting.FormattingCode>
|
||||
nameWithType.vb: Dictionary(Of String, FormattingCode)
|
||||
fullName.vb: System.Collections.Generic.Dictionary(Of System.String, MLEM.Formatting.FormattingCode)
|
||||
name.vb: Dictionary(Of String, FormattingCode)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.Dictionary`2
|
||||
name: Dictionary
|
||||
nameWithType: Dictionary
|
||||
fullName: System.Collections.Generic.Dictionary
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: MLEM.Formatting.FormattingCode
|
||||
name: FormattingCode
|
||||
nameWithType: FormattingCode
|
||||
fullName: MLEM.Formatting.FormattingCode
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.Dictionary`2
|
||||
name: Dictionary
|
||||
nameWithType: Dictionary
|
||||
fullName: System.Collections.Generic.Dictionary
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: MLEM.Formatting.FormattingCode
|
||||
name: FormattingCode
|
||||
nameWithType: FormattingCode
|
||||
fullName: MLEM.Formatting.FormattingCode
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic.Dictionary`2
|
||||
commentId: T:System.Collections.Generic.Dictionary`2
|
||||
isExternal: true
|
||||
name: Dictionary<TKey, TValue>
|
||||
nameWithType: Dictionary<TKey, TValue>
|
||||
fullName: System.Collections.Generic.Dictionary<TKey, TValue>
|
||||
nameWithType.vb: Dictionary(Of TKey, TValue)
|
||||
fullName.vb: System.Collections.Generic.Dictionary(Of TKey, TValue)
|
||||
name.vb: Dictionary(Of TKey, TValue)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.Dictionary`2
|
||||
name: Dictionary
|
||||
nameWithType: Dictionary
|
||||
fullName: System.Collections.Generic.Dictionary
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: TKey
|
||||
nameWithType: TKey
|
||||
fullName: TKey
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: TValue
|
||||
nameWithType: TValue
|
||||
fullName: TValue
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.Dictionary`2
|
||||
name: Dictionary
|
||||
nameWithType: Dictionary
|
||||
fullName: System.Collections.Generic.Dictionary
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: TKey
|
||||
nameWithType: TKey
|
||||
fullName: TKey
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: TValue
|
||||
nameWithType: TValue
|
||||
fullName: TValue
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic
|
||||
commentId: N:System.Collections.Generic
|
||||
isExternal: true
|
||||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
- uid: MLEM.Formatting.TextFormatting.SetFormatIndicators*
|
||||
commentId: Overload:MLEM.Formatting.TextFormatting.SetFormatIndicators
|
||||
name: SetFormatIndicators
|
||||
nameWithType: TextFormatting.SetFormatIndicators
|
||||
fullName: MLEM.Formatting.TextFormatting.SetFormatIndicators
|
||||
- uid: System.Char
|
||||
commentId: T:System.Char
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Char
|
||||
nameWithType: Char
|
||||
fullName: System.Char
|
||||
- uid: MLEM.Formatting.TextFormatting.RemoveFormatting*
|
||||
commentId: Overload:MLEM.Formatting.TextFormatting.RemoveFormatting
|
||||
name: RemoveFormatting
|
||||
nameWithType: TextFormatting.RemoveFormatting
|
||||
fullName: MLEM.Formatting.TextFormatting.RemoveFormatting
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: MLEM.Font.GenericFont
|
||||
commentId: T:MLEM.Font.GenericFont
|
||||
parent: MLEM.Font
|
||||
name: GenericFont
|
||||
nameWithType: GenericFont
|
||||
fullName: MLEM.Font.GenericFont
|
||||
- uid: MLEM.Font
|
||||
commentId: N:MLEM.Font
|
||||
name: MLEM.Font
|
||||
nameWithType: MLEM.Font
|
||||
fullName: MLEM.Font
|
||||
- uid: MLEM.Formatting.TextFormatting.GetFormattingCodes*
|
||||
commentId: Overload:MLEM.Formatting.TextFormatting.GetFormattingCodes
|
||||
name: GetFormattingCodes
|
||||
nameWithType: TextFormatting.GetFormattingCodes
|
||||
fullName: MLEM.Formatting.TextFormatting.GetFormattingCodes
|
||||
- uid: MLEM.Formatting.FormattingCodeCollection
|
||||
commentId: T:MLEM.Formatting.FormattingCodeCollection
|
||||
parent: MLEM.Formatting
|
||||
name: FormattingCodeCollection
|
||||
nameWithType: FormattingCodeCollection
|
||||
fullName: MLEM.Formatting.FormattingCodeCollection
|
||||
- uid: MLEM.Formatting.TextFormatting.DrawFormattedString*
|
||||
commentId: Overload:MLEM.Formatting.TextFormatting.DrawFormattedString
|
||||
name: DrawFormattedString
|
||||
nameWithType: TextFormatting.DrawFormattedString
|
||||
fullName: MLEM.Formatting.TextFormatting.DrawFormattedString
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
commentId: T:Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
parent: Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: SpriteBatch
|
||||
nameWithType: SpriteBatch
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
commentId: T:Microsoft.Xna.Framework.Vector2
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Vector2
|
||||
nameWithType: Vector2
|
||||
fullName: Microsoft.Xna.Framework.Vector2
|
||||
- uid: Microsoft.Xna.Framework.Color
|
||||
commentId: T:Microsoft.Xna.Framework.Color
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Color
|
||||
nameWithType: Color
|
||||
fullName: Microsoft.Xna.Framework.Color
|
||||
- uid: System.Single
|
||||
commentId: T:System.Single
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
- uid: System.TimeSpan
|
||||
commentId: T:System.TimeSpan
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: TimeSpan
|
||||
nameWithType: TimeSpan
|
||||
fullName: System.TimeSpan
|
||||
- uid: MLEM.Formatting.FormatSettings
|
||||
commentId: T:MLEM.Formatting.FormatSettings
|
||||
parent: MLEM.Formatting
|
||||
name: FormatSettings
|
||||
nameWithType: FormatSettings
|
||||
fullName: MLEM.Formatting.FormatSettings
|
||||
- uid: Microsoft.Xna.Framework.Graphics
|
||||
commentId: N:Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework.Graphics
|
||||
nameWithType: Microsoft.Xna.Framework.Graphics
|
||||
fullName: Microsoft.Xna.Framework.Graphics
|
||||
- uid: Microsoft.Xna.Framework
|
||||
commentId: N:Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework
|
||||
nameWithType: Microsoft.Xna.Framework
|
||||
fullName: Microsoft.Xna.Framework
|
|
@ -1,178 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Formatting.TextStyle
|
||||
commentId: T:MLEM.Formatting.TextStyle
|
||||
id: TextStyle
|
||||
parent: MLEM.Formatting
|
||||
children:
|
||||
- MLEM.Formatting.TextStyle.Bold
|
||||
- MLEM.Formatting.TextStyle.Italic
|
||||
- MLEM.Formatting.TextStyle.Regular
|
||||
- MLEM.Formatting.TextStyle.Shadow
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TextStyle
|
||||
nameWithType: TextStyle
|
||||
fullName: MLEM.Formatting.TextStyle
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: TextStyle
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 56
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: public enum TextStyle
|
||||
content.vb: Public Enum TextStyle
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- enum
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Enum
|
||||
- uid: MLEM.Formatting.TextStyle.Regular
|
||||
commentId: F:MLEM.Formatting.TextStyle.Regular
|
||||
id: Regular
|
||||
parent: MLEM.Formatting.TextStyle
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Regular
|
||||
nameWithType: TextStyle.Regular
|
||||
fullName: MLEM.Formatting.TextStyle.Regular
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Regular
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 58
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: Regular = 0
|
||||
return:
|
||||
type: MLEM.Formatting.TextStyle
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Formatting.TextStyle.Bold
|
||||
commentId: F:MLEM.Formatting.TextStyle.Bold
|
||||
id: Bold
|
||||
parent: MLEM.Formatting.TextStyle
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Bold
|
||||
nameWithType: TextStyle.Bold
|
||||
fullName: MLEM.Formatting.TextStyle.Bold
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Bold
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: Bold = 1
|
||||
return:
|
||||
type: MLEM.Formatting.TextStyle
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Formatting.TextStyle.Italic
|
||||
commentId: F:MLEM.Formatting.TextStyle.Italic
|
||||
id: Italic
|
||||
parent: MLEM.Formatting.TextStyle
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Italic
|
||||
nameWithType: TextStyle.Italic
|
||||
fullName: MLEM.Formatting.TextStyle.Italic
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Italic
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 60
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: Italic = 2
|
||||
return:
|
||||
type: MLEM.Formatting.TextStyle
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Formatting.TextStyle.Shadow
|
||||
commentId: F:MLEM.Formatting.TextStyle.Shadow
|
||||
id: Shadow
|
||||
parent: MLEM.Formatting.TextStyle
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Shadow
|
||||
nameWithType: TextStyle.Shadow
|
||||
fullName: MLEM.Formatting.TextStyle.Shadow
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Shadow
|
||||
path: ../MLEM/Formatting/Obsolete/FormattingCode.cs
|
||||
startLine: 61
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Formatting
|
||||
syntax:
|
||||
content: Shadow = 3
|
||||
return:
|
||||
type: MLEM.Formatting.TextStyle
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
references:
|
||||
- uid: MLEM.Formatting
|
||||
commentId: N:MLEM.Formatting
|
||||
name: MLEM.Formatting
|
||||
nameWithType: MLEM.Formatting
|
||||
fullName: MLEM.Formatting
|
||||
- uid: MLEM.Formatting.TextStyle
|
||||
commentId: T:MLEM.Formatting.TextStyle
|
||||
parent: MLEM.Formatting
|
||||
name: TextStyle
|
||||
nameWithType: TextStyle
|
||||
fullName: MLEM.Formatting.TextStyle
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,103 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Formatting
|
||||
commentId: N:MLEM.Formatting
|
||||
id: MLEM.Formatting
|
||||
children:
|
||||
- MLEM.Formatting.FormatSettings
|
||||
- MLEM.Formatting.FormattingCode
|
||||
- MLEM.Formatting.FormattingCode.Type
|
||||
- MLEM.Formatting.FormattingCodeCollection
|
||||
- MLEM.Formatting.FormattingCodeData
|
||||
- MLEM.Formatting.TextAnimation
|
||||
- MLEM.Formatting.TextAnimation.DrawCharacter
|
||||
- MLEM.Formatting.TextFormatter
|
||||
- MLEM.Formatting.TextFormatting
|
||||
- MLEM.Formatting.TextStyle
|
||||
- MLEM.Formatting.Token
|
||||
- MLEM.Formatting.TokenizedString
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MLEM.Formatting
|
||||
nameWithType: MLEM.Formatting
|
||||
fullName: MLEM.Formatting
|
||||
type: Namespace
|
||||
assemblies:
|
||||
- MLEM
|
||||
references:
|
||||
- uid: MLEM.Formatting.FormatSettings
|
||||
commentId: T:MLEM.Formatting.FormatSettings
|
||||
parent: MLEM.Formatting
|
||||
name: FormatSettings
|
||||
nameWithType: FormatSettings
|
||||
fullName: MLEM.Formatting.FormatSettings
|
||||
- uid: MLEM.Formatting.FormattingCode
|
||||
commentId: T:MLEM.Formatting.FormattingCode
|
||||
parent: MLEM.Formatting
|
||||
name: FormattingCode
|
||||
nameWithType: FormattingCode
|
||||
fullName: MLEM.Formatting.FormattingCode
|
||||
- uid: MLEM.Formatting.FormattingCode.Type
|
||||
commentId: T:MLEM.Formatting.FormattingCode.Type
|
||||
parent: MLEM.Formatting
|
||||
name: FormattingCode.Type
|
||||
nameWithType: FormattingCode.Type
|
||||
fullName: MLEM.Formatting.FormattingCode.Type
|
||||
- uid: MLEM.Formatting.TextStyle
|
||||
commentId: T:MLEM.Formatting.TextStyle
|
||||
parent: MLEM.Formatting
|
||||
name: TextStyle
|
||||
nameWithType: TextStyle
|
||||
fullName: MLEM.Formatting.TextStyle
|
||||
- uid: MLEM.Formatting.FormattingCodeCollection
|
||||
commentId: T:MLEM.Formatting.FormattingCodeCollection
|
||||
parent: MLEM.Formatting
|
||||
name: FormattingCodeCollection
|
||||
nameWithType: FormattingCodeCollection
|
||||
fullName: MLEM.Formatting.FormattingCodeCollection
|
||||
- uid: MLEM.Formatting.FormattingCodeData
|
||||
commentId: T:MLEM.Formatting.FormattingCodeData
|
||||
name: FormattingCodeData
|
||||
nameWithType: FormattingCodeData
|
||||
fullName: MLEM.Formatting.FormattingCodeData
|
||||
- uid: MLEM.Formatting.TextAnimation
|
||||
commentId: T:MLEM.Formatting.TextAnimation
|
||||
name: TextAnimation
|
||||
nameWithType: TextAnimation
|
||||
fullName: MLEM.Formatting.TextAnimation
|
||||
- uid: MLEM.Formatting.TextAnimation.DrawCharacter
|
||||
commentId: T:MLEM.Formatting.TextAnimation.DrawCharacter
|
||||
parent: MLEM.Formatting
|
||||
name: TextAnimation.DrawCharacter
|
||||
nameWithType: TextAnimation.DrawCharacter
|
||||
fullName: MLEM.Formatting.TextAnimation.DrawCharacter
|
||||
- uid: MLEM.Formatting.TextFormatting
|
||||
commentId: T:MLEM.Formatting.TextFormatting
|
||||
parent: MLEM.Formatting
|
||||
name: TextFormatting
|
||||
nameWithType: TextFormatting
|
||||
fullName: MLEM.Formatting.TextFormatting
|
||||
- uid: MLEM.Formatting.TextFormatter
|
||||
commentId: T:MLEM.Formatting.TextFormatter
|
||||
parent: MLEM.Formatting
|
||||
name: TextFormatter
|
||||
nameWithType: TextFormatter
|
||||
fullName: MLEM.Formatting.TextFormatter
|
||||
- uid: MLEM.Formatting.Token
|
||||
commentId: T:MLEM.Formatting.Token
|
||||
parent: MLEM.Formatting
|
||||
name: Token
|
||||
nameWithType: Token
|
||||
fullName: MLEM.Formatting.Token
|
||||
- uid: MLEM.Formatting.TokenizedString
|
||||
commentId: T:MLEM.Formatting.TokenizedString
|
||||
parent: MLEM.Formatting
|
||||
name: TokenizedString
|
||||
nameWithType: TokenizedString
|
||||
fullName: MLEM.Formatting.TokenizedString
|
||||
- uid: MLEM.Formatting
|
||||
commentId: N:MLEM.Formatting
|
||||
name: MLEM.Formatting
|
||||
nameWithType: MLEM.Formatting
|
||||
fullName: MLEM.Formatting
|
File diff suppressed because it is too large
Load diff
|
@ -1,681 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Input.KeysExtensions
|
||||
commentId: T:MLEM.Input.KeysExtensions
|
||||
id: KeysExtensions
|
||||
parent: MLEM.Input
|
||||
children:
|
||||
- MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||||
- MLEM.Input.KeysExtensions.GetModifier(Microsoft.Xna.Framework.Input.Keys)
|
||||
- MLEM.Input.KeysExtensions.IsModifier(Microsoft.Xna.Framework.Input.Keys)
|
||||
- MLEM.Input.KeysExtensions.ModifierKeys
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: KeysExtensions
|
||||
nameWithType: KeysExtensions
|
||||
fullName: MLEM.Input.KeysExtensions
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Input/KeysExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: KeysExtensions
|
||||
path: ../MLEM/Input/KeysExtensions.cs
|
||||
startLine: 9
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Input
|
||||
summary: "\nA set of extension methods for dealing with <xref href=\"Microsoft.Xna.Framework.Input.Keys\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"Microsoft.Xna.Framework.Input.Keyboard\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static class KeysExtensions
|
||||
content.vb: Public Module KeysExtensions
|
||||
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.Input.KeysExtensions.ModifierKeys
|
||||
commentId: F:MLEM.Input.KeysExtensions.ModifierKeys
|
||||
id: ModifierKeys
|
||||
parent: MLEM.Input.KeysExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ModifierKeys
|
||||
nameWithType: KeysExtensions.ModifierKeys
|
||||
fullName: MLEM.Input.KeysExtensions.ModifierKeys
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Input/KeysExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: ModifierKeys
|
||||
path: ../MLEM/Input/KeysExtensions.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Input
|
||||
summary: "\nAll enum values of <xref href=\"MLEM.Input.ModifierKey\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static readonly ModifierKey[] ModifierKeys
|
||||
return:
|
||||
type: MLEM.Input.ModifierKey[]
|
||||
content.vb: Public Shared ReadOnly ModifierKeys As ModifierKey()
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||||
commentId: M:MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||||
id: GetKeys(MLEM.Input.ModifierKey)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Input.KeysExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetKeys(ModifierKey)
|
||||
nameWithType: KeysExtensions.GetKeys(ModifierKey)
|
||||
fullName: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Input/KeysExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GetKeys
|
||||
path: ../MLEM/Input/KeysExtensions.cs
|
||||
startLine: 21
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Input
|
||||
summary: "\nReturns all of the keys that the given modifier key represents\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static IEnumerable<Keys> GetKeys(this ModifierKey modifier)
|
||||
parameters:
|
||||
- id: modifier
|
||||
type: MLEM.Input.ModifierKey
|
||||
description: The modifier key
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Input.Keys}
|
||||
description: All of the keys the modifier key represents
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function GetKeys(modifier As ModifierKey) As IEnumerable(Of Keys)
|
||||
overload: MLEM.Input.KeysExtensions.GetKeys*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Input.KeysExtensions.GetModifier(Microsoft.Xna.Framework.Input.Keys)
|
||||
commentId: M:MLEM.Input.KeysExtensions.GetModifier(Microsoft.Xna.Framework.Input.Keys)
|
||||
id: GetModifier(Microsoft.Xna.Framework.Input.Keys)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Input.KeysExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetModifier(Keys)
|
||||
nameWithType: KeysExtensions.GetModifier(Keys)
|
||||
fullName: MLEM.Input.KeysExtensions.GetModifier(Microsoft.Xna.Framework.Input.Keys)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Input/KeysExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GetModifier
|
||||
path: ../MLEM/Input/KeysExtensions.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Input
|
||||
summary: "\nReturns the modifier key that the given key represents.\nIf there is no matching modifier key, <xref href=\"MLEM.Input.ModifierKey.None\" data-throw-if-not-resolved=\"false\"></xref> is returned.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static ModifierKey GetModifier(this Keys key)
|
||||
parameters:
|
||||
- id: key
|
||||
type: Microsoft.Xna.Framework.Input.Keys
|
||||
description: The key to convert to a modifier key
|
||||
return:
|
||||
type: MLEM.Input.ModifierKey
|
||||
description: The modifier key, or <xref href="MLEM.Input.ModifierKey.None" data-throw-if-not-resolved="false"></xref>
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function GetModifier(key As Keys) As ModifierKey
|
||||
overload: MLEM.Input.KeysExtensions.GetModifier*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- uid: MLEM.Input.KeysExtensions.IsModifier(Microsoft.Xna.Framework.Input.Keys)
|
||||
commentId: M:MLEM.Input.KeysExtensions.IsModifier(Microsoft.Xna.Framework.Input.Keys)
|
||||
id: IsModifier(Microsoft.Xna.Framework.Input.Keys)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Input.KeysExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: IsModifier(Keys)
|
||||
nameWithType: KeysExtensions.IsModifier(Keys)
|
||||
fullName: MLEM.Input.KeysExtensions.IsModifier(Microsoft.Xna.Framework.Input.Keys)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Input/KeysExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: IsModifier
|
||||
path: ../MLEM/Input/KeysExtensions.cs
|
||||
startLine: 57
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Input
|
||||
summary: "\nReturns whether the given key is a modifier key or not.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static bool IsModifier(this Keys key)
|
||||
parameters:
|
||||
- id: key
|
||||
type: Microsoft.Xna.Framework.Input.Keys
|
||||
description: The key
|
||||
return:
|
||||
type: System.Boolean
|
||||
description: If the key is a modifier key
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function IsModifier(key As Keys) As Boolean
|
||||
overload: MLEM.Input.KeysExtensions.IsModifier*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
references:
|
||||
- uid: Microsoft.Xna.Framework.Input.Keys
|
||||
commentId: T:Microsoft.Xna.Framework.Input.Keys
|
||||
parent: Microsoft.Xna.Framework.Input
|
||||
isExternal: true
|
||||
name: Keys
|
||||
nameWithType: Keys
|
||||
fullName: Microsoft.Xna.Framework.Input.Keys
|
||||
- uid: Microsoft.Xna.Framework.Input.Keyboard
|
||||
commentId: T:Microsoft.Xna.Framework.Input.Keyboard
|
||||
isExternal: true
|
||||
- uid: MLEM.Input
|
||||
commentId: N:MLEM.Input
|
||||
name: MLEM.Input
|
||||
nameWithType: MLEM.Input
|
||||
fullName: MLEM.Input
|
||||
- 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: )
|
||||
- uid: Microsoft.Xna.Framework.Input
|
||||
commentId: N:Microsoft.Xna.Framework.Input
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework.Input
|
||||
nameWithType: Microsoft.Xna.Framework.Input
|
||||
fullName: Microsoft.Xna.Framework.Input
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Input.ModifierKey
|
||||
commentId: T:MLEM.Input.ModifierKey
|
||||
parent: MLEM.Input
|
||||
name: ModifierKey
|
||||
nameWithType: ModifierKey
|
||||
fullName: MLEM.Input.ModifierKey
|
||||
- uid: MLEM.Input.ModifierKey[]
|
||||
isExternal: true
|
||||
name: ModifierKey[]
|
||||
nameWithType: ModifierKey[]
|
||||
fullName: MLEM.Input.ModifierKey[]
|
||||
nameWithType.vb: ModifierKey()
|
||||
fullName.vb: MLEM.Input.ModifierKey()
|
||||
name.vb: ModifierKey()
|
||||
spec.csharp:
|
||||
- uid: MLEM.Input.ModifierKey
|
||||
name: ModifierKey
|
||||
nameWithType: ModifierKey
|
||||
fullName: MLEM.Input.ModifierKey
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
spec.vb:
|
||||
- uid: MLEM.Input.ModifierKey
|
||||
name: ModifierKey
|
||||
nameWithType: ModifierKey
|
||||
fullName: MLEM.Input.ModifierKey
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- uid: MLEM.Input.KeysExtensions.GetKeys*
|
||||
commentId: Overload:MLEM.Input.KeysExtensions.GetKeys
|
||||
name: GetKeys
|
||||
nameWithType: KeysExtensions.GetKeys
|
||||
fullName: MLEM.Input.KeysExtensions.GetKeys
|
||||
- uid: System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Input.Keys}
|
||||
commentId: T:System.Collections.Generic.IEnumerable{Microsoft.Xna.Framework.Input.Keys}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable<Keys>
|
||||
nameWithType: IEnumerable<Keys>
|
||||
fullName: System.Collections.Generic.IEnumerable<Microsoft.Xna.Framework.Input.Keys>
|
||||
nameWithType.vb: IEnumerable(Of Keys)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of Microsoft.Xna.Framework.Input.Keys)
|
||||
name.vb: IEnumerable(Of Keys)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: Microsoft.Xna.Framework.Input.Keys
|
||||
name: Keys
|
||||
nameWithType: Keys
|
||||
fullName: Microsoft.Xna.Framework.Input.Keys
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: Microsoft.Xna.Framework.Input.Keys
|
||||
name: Keys
|
||||
nameWithType: Keys
|
||||
fullName: Microsoft.Xna.Framework.Input.Keys
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
commentId: T:System.Collections.Generic.IEnumerable`1
|
||||
isExternal: true
|
||||
name: IEnumerable<T>
|
||||
nameWithType: IEnumerable<T>
|
||||
fullName: System.Collections.Generic.IEnumerable<T>
|
||||
nameWithType.vb: IEnumerable(Of T)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
|
||||
name.vb: IEnumerable(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic
|
||||
commentId: N:System.Collections.Generic
|
||||
isExternal: true
|
||||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
||||
- uid: MLEM.Input.ModifierKey.None
|
||||
commentId: F:MLEM.Input.ModifierKey.None
|
||||
isExternal: true
|
||||
- uid: MLEM.Input.KeysExtensions.GetModifier*
|
||||
commentId: Overload:MLEM.Input.KeysExtensions.GetModifier
|
||||
name: GetModifier
|
||||
nameWithType: KeysExtensions.GetModifier
|
||||
fullName: MLEM.Input.KeysExtensions.GetModifier
|
||||
- uid: MLEM.Input.KeysExtensions.IsModifier*
|
||||
commentId: Overload:MLEM.Input.KeysExtensions.IsModifier
|
||||
name: IsModifier
|
||||
nameWithType: KeysExtensions.IsModifier
|
||||
fullName: MLEM.Input.KeysExtensions.IsModifier
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
|
@ -1,263 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Input.ModifierKey
|
||||
commentId: T:MLEM.Input.ModifierKey
|
||||
id: ModifierKey
|
||||
parent: MLEM.Input
|
||||
children:
|
||||
- MLEM.Input.ModifierKey.Alt
|
||||
- MLEM.Input.ModifierKey.Control
|
||||
- MLEM.Input.ModifierKey.None
|
||||
- MLEM.Input.ModifierKey.Shift
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: ModifierKey
|
||||
nameWithType: ModifierKey
|
||||
fullName: MLEM.Input.ModifierKey
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Input/KeysExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: ModifierKey
|
||||
path: ../MLEM/Input/KeysExtensions.cs
|
||||
startLine: 67
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Input
|
||||
summary: "\nAn enum representing modifier keys.\nA modifier key is a key that is usually pressed as part of key combination to change the function of a regular key.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public enum ModifierKey
|
||||
content.vb: Public Enum ModifierKey
|
||||
extensionMethods:
|
||||
- MLEM.Input.ModifierKey.MLEM.Input.KeysExtensions.GetKeys
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- enum
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Enum
|
||||
- uid: MLEM.Input.ModifierKey.None
|
||||
commentId: F:MLEM.Input.ModifierKey.None
|
||||
id: None
|
||||
parent: MLEM.Input.ModifierKey
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: None
|
||||
nameWithType: ModifierKey.None
|
||||
fullName: MLEM.Input.ModifierKey.None
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Input/KeysExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: None
|
||||
path: ../MLEM/Input/KeysExtensions.cs
|
||||
startLine: 72
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Input
|
||||
summary: "\nNo modifier key. Only used for <xref href=\"MLEM.Input.KeysExtensions.GetModifier(Microsoft.Xna.Framework.Input.Keys)\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: None = 0
|
||||
return:
|
||||
type: MLEM.Input.ModifierKey
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Input.ModifierKey.Shift
|
||||
commentId: F:MLEM.Input.ModifierKey.Shift
|
||||
id: Shift
|
||||
parent: MLEM.Input.ModifierKey
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Shift
|
||||
nameWithType: ModifierKey.Shift
|
||||
fullName: MLEM.Input.ModifierKey.Shift
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Input/KeysExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Shift
|
||||
path: ../MLEM/Input/KeysExtensions.cs
|
||||
startLine: 76
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Input
|
||||
summary: "\nThe shift modifier key. This represents Left Shift and Right Shift keys.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Shift = 1
|
||||
return:
|
||||
type: MLEM.Input.ModifierKey
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Input.ModifierKey.Control
|
||||
commentId: F:MLEM.Input.ModifierKey.Control
|
||||
id: Control
|
||||
parent: MLEM.Input.ModifierKey
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Control
|
||||
nameWithType: ModifierKey.Control
|
||||
fullName: MLEM.Input.ModifierKey.Control
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Input/KeysExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Control
|
||||
path: ../MLEM/Input/KeysExtensions.cs
|
||||
startLine: 80
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Input
|
||||
summary: "\nThe control modifier key. This represents Left Control and Right Control.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Control = 2
|
||||
return:
|
||||
type: MLEM.Input.ModifierKey
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Input.ModifierKey.Alt
|
||||
commentId: F:MLEM.Input.ModifierKey.Alt
|
||||
id: Alt
|
||||
parent: MLEM.Input.ModifierKey
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Alt
|
||||
nameWithType: ModifierKey.Alt
|
||||
fullName: MLEM.Input.ModifierKey.Alt
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Input/KeysExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Alt
|
||||
path: ../MLEM/Input/KeysExtensions.cs
|
||||
startLine: 84
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Input
|
||||
summary: "\nThe alt modifier key. This represents Alt and Alt Graph.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Alt = 3
|
||||
return:
|
||||
type: MLEM.Input.ModifierKey
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
references:
|
||||
- uid: MLEM.Input
|
||||
commentId: N:MLEM.Input
|
||||
name: MLEM.Input
|
||||
nameWithType: MLEM.Input
|
||||
fullName: MLEM.Input
|
||||
- uid: MLEM.Input.ModifierKey.MLEM.Input.KeysExtensions.GetKeys
|
||||
commentId: M:MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||||
parent: MLEM.Input.KeysExtensions
|
||||
definition: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||||
name: GetKeys()
|
||||
nameWithType: KeysExtensions.GetKeys()
|
||||
fullName: MLEM.Input.KeysExtensions.GetKeys()
|
||||
spec.csharp:
|
||||
- uid: MLEM.Input.KeysExtensions.GetKeys
|
||||
name: GetKeys
|
||||
nameWithType: KeysExtensions.GetKeys
|
||||
fullName: MLEM.Input.KeysExtensions.GetKeys
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Input.KeysExtensions.GetKeys
|
||||
name: GetKeys
|
||||
nameWithType: KeysExtensions.GetKeys
|
||||
fullName: MLEM.Input.KeysExtensions.GetKeys
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||||
commentId: M:MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||||
name: GetKeys(ModifierKey)
|
||||
nameWithType: KeysExtensions.GetKeys(ModifierKey)
|
||||
fullName: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||||
name: GetKeys
|
||||
nameWithType: KeysExtensions.GetKeys
|
||||
fullName: MLEM.Input.KeysExtensions.GetKeys
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Input.ModifierKey
|
||||
name: ModifierKey
|
||||
nameWithType: ModifierKey
|
||||
fullName: MLEM.Input.ModifierKey
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||||
name: GetKeys
|
||||
nameWithType: KeysExtensions.GetKeys
|
||||
fullName: MLEM.Input.KeysExtensions.GetKeys
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Input.ModifierKey
|
||||
name: ModifierKey
|
||||
nameWithType: ModifierKey
|
||||
fullName: MLEM.Input.ModifierKey
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Input.KeysExtensions
|
||||
commentId: T:MLEM.Input.KeysExtensions
|
||||
parent: MLEM.Input
|
||||
name: KeysExtensions
|
||||
nameWithType: KeysExtensions
|
||||
fullName: MLEM.Input.KeysExtensions
|
||||
- uid: MLEM.Input.KeysExtensions.GetModifier(Microsoft.Xna.Framework.Input.Keys)
|
||||
commentId: M:MLEM.Input.KeysExtensions.GetModifier(Microsoft.Xna.Framework.Input.Keys)
|
||||
isExternal: true
|
||||
- uid: MLEM.Input.ModifierKey
|
||||
commentId: T:MLEM.Input.ModifierKey
|
||||
parent: MLEM.Input
|
||||
name: ModifierKey
|
||||
nameWithType: ModifierKey
|
||||
fullName: MLEM.Input.ModifierKey
|
|
@ -1,251 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Input.MouseButton
|
||||
commentId: T:MLEM.Input.MouseButton
|
||||
id: MouseButton
|
||||
parent: MLEM.Input
|
||||
children:
|
||||
- MLEM.Input.MouseButton.Extra1
|
||||
- MLEM.Input.MouseButton.Extra2
|
||||
- MLEM.Input.MouseButton.Left
|
||||
- MLEM.Input.MouseButton.Middle
|
||||
- MLEM.Input.MouseButton.Right
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MouseButton
|
||||
nameWithType: MouseButton
|
||||
fullName: MLEM.Input.MouseButton
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Input/MouseExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: MouseButton
|
||||
path: ../MLEM/Input/MouseExtensions.cs
|
||||
startLine: 46
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Input
|
||||
summary: "\nThis enum is a list of possible mouse buttons.\nIt serves as a wrapper around <xref href=\"Microsoft.Xna.Framework.Input.MouseState\" data-throw-if-not-resolved=\"false\"></xref>'s button properties.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public enum MouseButton
|
||||
content.vb: Public Enum MouseButton
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- enum
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Enum
|
||||
- uid: MLEM.Input.MouseButton.Left
|
||||
commentId: F:MLEM.Input.MouseButton.Left
|
||||
id: Left
|
||||
parent: MLEM.Input.MouseButton
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Left
|
||||
nameWithType: MouseButton.Left
|
||||
fullName: MLEM.Input.MouseButton.Left
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Input/MouseExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Left
|
||||
path: ../MLEM/Input/MouseExtensions.cs
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Input
|
||||
summary: "\nThe left mouse button, or <xref href=\"Microsoft.Xna.Framework.Input.MouseState.LeftButton\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Left = 0
|
||||
return:
|
||||
type: MLEM.Input.MouseButton
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Input.MouseButton.Middle
|
||||
commentId: F:MLEM.Input.MouseButton.Middle
|
||||
id: Middle
|
||||
parent: MLEM.Input.MouseButton
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Middle
|
||||
nameWithType: MouseButton.Middle
|
||||
fullName: MLEM.Input.MouseButton.Middle
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Input/MouseExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Middle
|
||||
path: ../MLEM/Input/MouseExtensions.cs
|
||||
startLine: 55
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Input
|
||||
summary: "\nThe middle mouse button, or <xref href=\"Microsoft.Xna.Framework.Input.MouseState.MiddleButton\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Middle = 1
|
||||
return:
|
||||
type: MLEM.Input.MouseButton
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Input.MouseButton.Right
|
||||
commentId: F:MLEM.Input.MouseButton.Right
|
||||
id: Right
|
||||
parent: MLEM.Input.MouseButton
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Right
|
||||
nameWithType: MouseButton.Right
|
||||
fullName: MLEM.Input.MouseButton.Right
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Input/MouseExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Right
|
||||
path: ../MLEM/Input/MouseExtensions.cs
|
||||
startLine: 59
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Input
|
||||
summary: "\nThe right mouse button, or <xref href=\"Microsoft.Xna.Framework.Input.MouseState.RightButton\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Right = 2
|
||||
return:
|
||||
type: MLEM.Input.MouseButton
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Input.MouseButton.Extra1
|
||||
commentId: F:MLEM.Input.MouseButton.Extra1
|
||||
id: Extra1
|
||||
parent: MLEM.Input.MouseButton
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Extra1
|
||||
nameWithType: MouseButton.Extra1
|
||||
fullName: MLEM.Input.MouseButton.Extra1
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Input/MouseExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Extra1
|
||||
path: ../MLEM/Input/MouseExtensions.cs
|
||||
startLine: 63
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Input
|
||||
summary: "\nThe first extra mouse button, or <xref href=\"Microsoft.Xna.Framework.Input.MouseState.XButton1\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Extra1 = 3
|
||||
return:
|
||||
type: MLEM.Input.MouseButton
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Input.MouseButton.Extra2
|
||||
commentId: F:MLEM.Input.MouseButton.Extra2
|
||||
id: Extra2
|
||||
parent: MLEM.Input.MouseButton
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Extra2
|
||||
nameWithType: MouseButton.Extra2
|
||||
fullName: MLEM.Input.MouseButton.Extra2
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Input/MouseExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Extra2
|
||||
path: ../MLEM/Input/MouseExtensions.cs
|
||||
startLine: 67
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Input
|
||||
summary: "\nThe second extra mouse button, or <xref href=\"Microsoft.Xna.Framework.Input.MouseState.XButton2\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Extra2 = 4
|
||||
return:
|
||||
type: MLEM.Input.MouseButton
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
references:
|
||||
- uid: Microsoft.Xna.Framework.Input.MouseState
|
||||
commentId: T:Microsoft.Xna.Framework.Input.MouseState
|
||||
parent: Microsoft.Xna.Framework.Input
|
||||
isExternal: true
|
||||
name: MouseState
|
||||
nameWithType: MouseState
|
||||
fullName: Microsoft.Xna.Framework.Input.MouseState
|
||||
- uid: MLEM.Input
|
||||
commentId: N:MLEM.Input
|
||||
name: MLEM.Input
|
||||
nameWithType: MLEM.Input
|
||||
fullName: MLEM.Input
|
||||
- uid: Microsoft.Xna.Framework.Input
|
||||
commentId: N:Microsoft.Xna.Framework.Input
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework.Input
|
||||
nameWithType: Microsoft.Xna.Framework.Input
|
||||
fullName: Microsoft.Xna.Framework.Input
|
||||
- uid: Microsoft.Xna.Framework.Input.MouseState.LeftButton
|
||||
commentId: P:Microsoft.Xna.Framework.Input.MouseState.LeftButton
|
||||
isExternal: true
|
||||
- uid: MLEM.Input.MouseButton
|
||||
commentId: T:MLEM.Input.MouseButton
|
||||
parent: MLEM.Input
|
||||
name: MouseButton
|
||||
nameWithType: MouseButton
|
||||
fullName: MLEM.Input.MouseButton
|
||||
- uid: Microsoft.Xna.Framework.Input.MouseState.MiddleButton
|
||||
commentId: P:Microsoft.Xna.Framework.Input.MouseState.MiddleButton
|
||||
isExternal: true
|
||||
- uid: Microsoft.Xna.Framework.Input.MouseState.RightButton
|
||||
commentId: P:Microsoft.Xna.Framework.Input.MouseState.RightButton
|
||||
isExternal: true
|
||||
- uid: Microsoft.Xna.Framework.Input.MouseState.XButton1
|
||||
commentId: P:Microsoft.Xna.Framework.Input.MouseState.XButton1
|
||||
isExternal: true
|
||||
- uid: Microsoft.Xna.Framework.Input.MouseState.XButton2
|
||||
commentId: P:Microsoft.Xna.Framework.Input.MouseState.XButton2
|
||||
isExternal: true
|
|
@ -1,497 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Input.MouseExtensions
|
||||
commentId: T:MLEM.Input.MouseExtensions
|
||||
id: MouseExtensions
|
||||
parent: MLEM.Input
|
||||
children:
|
||||
- MLEM.Input.MouseExtensions.GetState(Microsoft.Xna.Framework.Input.MouseState,MLEM.Input.MouseButton)
|
||||
- MLEM.Input.MouseExtensions.MouseButtons
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MouseExtensions
|
||||
nameWithType: MouseExtensions
|
||||
fullName: MLEM.Input.MouseExtensions
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Input/MouseExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: MouseExtensions
|
||||
path: ../MLEM/Input/MouseExtensions.cs
|
||||
startLine: 9
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Input
|
||||
summary: "\nA set of extension methods for dealing with <xref href=\"MLEM.Input.MouseButton\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"Microsoft.Xna.Framework.Input.Mouse\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static class MouseExtensions
|
||||
content.vb: Public Module MouseExtensions
|
||||
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.Input.MouseExtensions.MouseButtons
|
||||
commentId: F:MLEM.Input.MouseExtensions.MouseButtons
|
||||
id: MouseButtons
|
||||
parent: MLEM.Input.MouseExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MouseButtons
|
||||
nameWithType: MouseExtensions.MouseButtons
|
||||
fullName: MLEM.Input.MouseExtensions.MouseButtons
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Input/MouseExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: MouseButtons
|
||||
path: ../MLEM/Input/MouseExtensions.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Input
|
||||
summary: "\nAll enum values of <xref href=\"MLEM.Input.MouseButton\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static readonly MouseButton[] MouseButtons
|
||||
return:
|
||||
type: MLEM.Input.MouseButton[]
|
||||
content.vb: Public Shared ReadOnly MouseButtons As MouseButton()
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: MLEM.Input.MouseExtensions.GetState(Microsoft.Xna.Framework.Input.MouseState,MLEM.Input.MouseButton)
|
||||
commentId: M:MLEM.Input.MouseExtensions.GetState(Microsoft.Xna.Framework.Input.MouseState,MLEM.Input.MouseButton)
|
||||
id: GetState(Microsoft.Xna.Framework.Input.MouseState,MLEM.Input.MouseButton)
|
||||
isExtensionMethod: true
|
||||
parent: MLEM.Input.MouseExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetState(MouseState, MouseButton)
|
||||
nameWithType: MouseExtensions.GetState(MouseState, MouseButton)
|
||||
fullName: MLEM.Input.MouseExtensions.GetState(Microsoft.Xna.Framework.Input.MouseState, MLEM.Input.MouseButton)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Input/MouseExtensions.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GetState
|
||||
path: ../MLEM/Input/MouseExtensions.cs
|
||||
startLine: 23
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Input
|
||||
summary: "\nReturns the <xref href=\"Microsoft.Xna.Framework.Input.ButtonState\" data-throw-if-not-resolved=\"false\"></xref> of the given mouse button.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static ButtonState GetState(this MouseState state, MouseButton button)
|
||||
parameters:
|
||||
- id: state
|
||||
type: Microsoft.Xna.Framework.Input.MouseState
|
||||
description: The mouse's current state
|
||||
- id: button
|
||||
type: MLEM.Input.MouseButton
|
||||
description: The button whose state to query
|
||||
return:
|
||||
type: Microsoft.Xna.Framework.Input.ButtonState
|
||||
description: The state of the button
|
||||
content.vb: >-
|
||||
<ExtensionAttribute>
|
||||
|
||||
Public Shared Function GetState(state As MouseState, button As MouseButton) As ButtonState
|
||||
overload: MLEM.Input.MouseExtensions.GetState*
|
||||
exceptions:
|
||||
- type: System.ArgumentException
|
||||
commentId: T:System.ArgumentException
|
||||
description: If a mouse button out of range is passed
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
references:
|
||||
- uid: MLEM.Input.MouseButton
|
||||
commentId: T:MLEM.Input.MouseButton
|
||||
parent: MLEM.Input
|
||||
name: MouseButton
|
||||
nameWithType: MouseButton
|
||||
fullName: MLEM.Input.MouseButton
|
||||
- uid: Microsoft.Xna.Framework.Input.Mouse
|
||||
commentId: T:Microsoft.Xna.Framework.Input.Mouse
|
||||
isExternal: true
|
||||
- uid: MLEM.Input
|
||||
commentId: N:MLEM.Input
|
||||
name: MLEM.Input
|
||||
nameWithType: MLEM.Input
|
||||
fullName: MLEM.Input
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Input.MouseButton[]
|
||||
isExternal: true
|
||||
name: MouseButton[]
|
||||
nameWithType: MouseButton[]
|
||||
fullName: MLEM.Input.MouseButton[]
|
||||
nameWithType.vb: MouseButton()
|
||||
fullName.vb: MLEM.Input.MouseButton()
|
||||
name.vb: MouseButton()
|
||||
spec.csharp:
|
||||
- uid: MLEM.Input.MouseButton
|
||||
name: MouseButton
|
||||
nameWithType: MouseButton
|
||||
fullName: MLEM.Input.MouseButton
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
spec.vb:
|
||||
- uid: MLEM.Input.MouseButton
|
||||
name: MouseButton
|
||||
nameWithType: MouseButton
|
||||
fullName: MLEM.Input.MouseButton
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- uid: Microsoft.Xna.Framework.Input.ButtonState
|
||||
commentId: T:Microsoft.Xna.Framework.Input.ButtonState
|
||||
parent: Microsoft.Xna.Framework.Input
|
||||
isExternal: true
|
||||
name: ButtonState
|
||||
nameWithType: ButtonState
|
||||
fullName: Microsoft.Xna.Framework.Input.ButtonState
|
||||
- uid: System.ArgumentException
|
||||
commentId: T:System.ArgumentException
|
||||
isExternal: true
|
||||
- uid: MLEM.Input.MouseExtensions.GetState*
|
||||
commentId: Overload:MLEM.Input.MouseExtensions.GetState
|
||||
name: GetState
|
||||
nameWithType: MouseExtensions.GetState
|
||||
fullName: MLEM.Input.MouseExtensions.GetState
|
||||
- uid: Microsoft.Xna.Framework.Input.MouseState
|
||||
commentId: T:Microsoft.Xna.Framework.Input.MouseState
|
||||
parent: Microsoft.Xna.Framework.Input
|
||||
isExternal: true
|
||||
name: MouseState
|
||||
nameWithType: MouseState
|
||||
fullName: Microsoft.Xna.Framework.Input.MouseState
|
||||
- uid: Microsoft.Xna.Framework.Input
|
||||
commentId: N:Microsoft.Xna.Framework.Input
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework.Input
|
||||
nameWithType: Microsoft.Xna.Framework.Input
|
||||
fullName: Microsoft.Xna.Framework.Input
|
|
@ -1,55 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Input
|
||||
commentId: N:MLEM.Input
|
||||
id: MLEM.Input
|
||||
children:
|
||||
- MLEM.Input.InputHandler
|
||||
- MLEM.Input.KeysExtensions
|
||||
- MLEM.Input.ModifierKey
|
||||
- MLEM.Input.MouseButton
|
||||
- MLEM.Input.MouseExtensions
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: MLEM.Input
|
||||
nameWithType: MLEM.Input
|
||||
fullName: MLEM.Input
|
||||
type: Namespace
|
||||
assemblies:
|
||||
- MLEM
|
||||
references:
|
||||
- uid: MLEM.Input.InputHandler
|
||||
commentId: T:MLEM.Input.InputHandler
|
||||
parent: MLEM.Input
|
||||
name: InputHandler
|
||||
nameWithType: InputHandler
|
||||
fullName: MLEM.Input.InputHandler
|
||||
- uid: MLEM.Input.KeysExtensions
|
||||
commentId: T:MLEM.Input.KeysExtensions
|
||||
parent: MLEM.Input
|
||||
name: KeysExtensions
|
||||
nameWithType: KeysExtensions
|
||||
fullName: MLEM.Input.KeysExtensions
|
||||
- uid: MLEM.Input.ModifierKey
|
||||
commentId: T:MLEM.Input.ModifierKey
|
||||
parent: MLEM.Input
|
||||
name: ModifierKey
|
||||
nameWithType: ModifierKey
|
||||
fullName: MLEM.Input.ModifierKey
|
||||
- uid: MLEM.Input.MouseExtensions
|
||||
commentId: T:MLEM.Input.MouseExtensions
|
||||
name: MouseExtensions
|
||||
nameWithType: MouseExtensions
|
||||
fullName: MLEM.Input.MouseExtensions
|
||||
- uid: MLEM.Input.MouseButton
|
||||
commentId: T:MLEM.Input.MouseButton
|
||||
parent: MLEM.Input
|
||||
name: MouseButton
|
||||
nameWithType: MouseButton
|
||||
fullName: MLEM.Input.MouseButton
|
||||
- uid: MLEM.Input
|
||||
commentId: N:MLEM.Input
|
||||
name: MLEM.Input
|
||||
nameWithType: MLEM.Input
|
||||
fullName: MLEM.Input
|
|
@ -1,71 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Misc.AutoTiling.ConnectsTo
|
||||
commentId: T:MLEM.Misc.AutoTiling.ConnectsTo
|
||||
id: AutoTiling.ConnectsTo
|
||||
parent: MLEM.Misc
|
||||
children: []
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: AutoTiling.ConnectsTo
|
||||
nameWithType: AutoTiling.ConnectsTo
|
||||
fullName: MLEM.Misc.AutoTiling.ConnectsTo
|
||||
type: Delegate
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/AutoTiling.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: ConnectsTo
|
||||
path: ../MLEM/Misc/AutoTiling.cs
|
||||
startLine: 54
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nA delegate function that determines if a given offset position connects to an auto-tile location.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public delegate bool ConnectsTo(int xOff, int yOff);
|
||||
parameters:
|
||||
- id: xOff
|
||||
type: System.Int32
|
||||
description: The x offset
|
||||
- id: yOff
|
||||
type: System.Int32
|
||||
description: The y offset
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public Delegate Function ConnectsTo(xOff As Integer, yOff As Integer) As Boolean
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- delegate
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Delegate
|
||||
references:
|
||||
- uid: MLEM.Misc
|
||||
commentId: N:MLEM.Misc
|
||||
name: MLEM.Misc
|
||||
nameWithType: MLEM.Misc
|
||||
fullName: MLEM.Misc
|
||||
- uid: System.Int32
|
||||
commentId: T:System.Int32
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Int32
|
||||
nameWithType: Int32
|
||||
fullName: System.Int32
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
|
@ -1,564 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Misc.AutoTiling
|
||||
commentId: T:MLEM.Misc.AutoTiling
|
||||
id: AutoTiling
|
||||
parent: MLEM.Misc
|
||||
children:
|
||||
- MLEM.Misc.AutoTiling.DrawAutoTile(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,MLEM.Misc.AutoTiling.ConnectsTo,Microsoft.Xna.Framework.Color,System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{Microsoft.Xna.Framework.Vector2},System.Single)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: AutoTiling
|
||||
nameWithType: AutoTiling
|
||||
fullName: MLEM.Misc.AutoTiling
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/AutoTiling.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: AutoTiling
|
||||
path: ../MLEM/Misc/AutoTiling.cs
|
||||
startLine: 8
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nThis class contains a <xref href=\"MLEM.Misc.AutoTiling.DrawAutoTile(Microsoft.Xna.Framework.Graphics.SpriteBatch%2cMicrosoft.Xna.Framework.Vector2%2cMicrosoft.Xna.Framework.Graphics.Texture2D%2cMicrosoft.Xna.Framework.Rectangle%2cMLEM.Misc.AutoTiling.ConnectsTo%2cMicrosoft.Xna.Framework.Color%2cSystem.Single%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Vector2%7d%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Vector2%7d%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> method that allows users to easily draw a tile with automatic connections.\nFor auto-tiling in this manner to work, auto-tiled textures have to be laid out in a format described in <xref href=\"MLEM.Misc.AutoTiling.DrawAutoTile(Microsoft.Xna.Framework.Graphics.SpriteBatch%2cMicrosoft.Xna.Framework.Vector2%2cMicrosoft.Xna.Framework.Graphics.Texture2D%2cMicrosoft.Xna.Framework.Rectangle%2cMLEM.Misc.AutoTiling.ConnectsTo%2cMicrosoft.Xna.Framework.Color%2cSystem.Single%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Vector2%7d%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Vector2%7d%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public class AutoTiling
|
||||
content.vb: Public Class AutoTiling
|
||||
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
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: MLEM.Misc.AutoTiling.DrawAutoTile(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,MLEM.Misc.AutoTiling.ConnectsTo,Microsoft.Xna.Framework.Color,System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{Microsoft.Xna.Framework.Vector2},System.Single)
|
||||
commentId: M:MLEM.Misc.AutoTiling.DrawAutoTile(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,MLEM.Misc.AutoTiling.ConnectsTo,Microsoft.Xna.Framework.Color,System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{Microsoft.Xna.Framework.Vector2},System.Single)
|
||||
id: DrawAutoTile(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,MLEM.Misc.AutoTiling.ConnectsTo,Microsoft.Xna.Framework.Color,System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{Microsoft.Xna.Framework.Vector2},System.Single)
|
||||
parent: MLEM.Misc.AutoTiling
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DrawAutoTile(SpriteBatch, Vector2, Texture2D, Rectangle, AutoTiling.ConnectsTo, Color, Single, Nullable<Vector2>, Nullable<Vector2>, Single)
|
||||
nameWithType: AutoTiling.DrawAutoTile(SpriteBatch, Vector2, Texture2D, Rectangle, AutoTiling.ConnectsTo, Color, Single, Nullable<Vector2>, Nullable<Vector2>, Single)
|
||||
fullName: MLEM.Misc.AutoTiling.DrawAutoTile(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.Texture2D, Microsoft.Xna.Framework.Rectangle, MLEM.Misc.AutoTiling.ConnectsTo, Microsoft.Xna.Framework.Color, System.Single, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Nullable<Microsoft.Xna.Framework.Vector2>, System.Single)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/AutoTiling.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: DrawAutoTile
|
||||
path: ../MLEM/Misc/AutoTiling.cs
|
||||
startLine: 27
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nThis method allows for a tiled texture to be drawn in an auto-tiling mode.\nThis allows, for example, a grass patch on a tilemap to have nice looking edges that transfer over into a path without any hard edges between tiles.\n\nFor auto-tiling in this way to work, the tiles have to be laid out in a specific order. This order is shown in the auto-tiling demo's textures.\nFor more information and an example, see <a href=\"https://github.com/Ellpeck/MLEM/blob/master/Demos/AutoTilingDemo.cs#L20-L28\">https://github.com/Ellpeck/MLEM/blob/master/Demos/AutoTilingDemo.cs#L20-L28</a>\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static void DrawAutoTile(SpriteBatch batch, Vector2 pos, Texture2D texture, Rectangle textureRegion, AutoTiling.ConnectsTo connectsTo, Color color, float rotation = 0F, Vector2? origin = default(Vector2? ), Vector2? scale = default(Vector2? ), float layerDepth = 0F)
|
||||
parameters:
|
||||
- id: batch
|
||||
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
description: ''
|
||||
- id: pos
|
||||
type: Microsoft.Xna.Framework.Vector2
|
||||
description: ''
|
||||
- id: texture
|
||||
type: Microsoft.Xna.Framework.Graphics.Texture2D
|
||||
description: ''
|
||||
- id: textureRegion
|
||||
type: Microsoft.Xna.Framework.Rectangle
|
||||
description: ''
|
||||
- id: connectsTo
|
||||
type: MLEM.Misc.AutoTiling.ConnectsTo
|
||||
description: ''
|
||||
- id: color
|
||||
type: Microsoft.Xna.Framework.Color
|
||||
description: ''
|
||||
- id: rotation
|
||||
type: System.Single
|
||||
description: ''
|
||||
- id: origin
|
||||
type: System.Nullable{Microsoft.Xna.Framework.Vector2}
|
||||
description: ''
|
||||
- id: scale
|
||||
type: System.Nullable{Microsoft.Xna.Framework.Vector2}
|
||||
description: ''
|
||||
- id: layerDepth
|
||||
type: System.Single
|
||||
description: ''
|
||||
content.vb: Public Shared Sub DrawAutoTile(batch As SpriteBatch, pos As Vector2, texture As Texture2D, textureRegion As Rectangle, connectsTo As AutoTiling.ConnectsTo, color As Color, rotation As Single = 0F, origin As Vector2? = Nothing, scale As Vector2? = Nothing, layerDepth As Single = 0F)
|
||||
overload: MLEM.Misc.AutoTiling.DrawAutoTile*
|
||||
nameWithType.vb: AutoTiling.DrawAutoTile(SpriteBatch, Vector2, Texture2D, Rectangle, AutoTiling.ConnectsTo, Color, Single, Nullable(Of Vector2), Nullable(Of Vector2), Single)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
fullName.vb: MLEM.Misc.AutoTiling.DrawAutoTile(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Graphics.Texture2D, Microsoft.Xna.Framework.Rectangle, MLEM.Misc.AutoTiling.ConnectsTo, Microsoft.Xna.Framework.Color, System.Single, System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Nullable(Of Microsoft.Xna.Framework.Vector2), System.Single)
|
||||
name.vb: DrawAutoTile(SpriteBatch, Vector2, Texture2D, Rectangle, AutoTiling.ConnectsTo, Color, Single, Nullable(Of Vector2), Nullable(Of Vector2), Single)
|
||||
references:
|
||||
- uid: MLEM.Misc.AutoTiling.DrawAutoTile(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,MLEM.Misc.AutoTiling.ConnectsTo,Microsoft.Xna.Framework.Color,System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{Microsoft.Xna.Framework.Vector2},System.Single)
|
||||
commentId: M:MLEM.Misc.AutoTiling.DrawAutoTile(Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Graphics.Texture2D,Microsoft.Xna.Framework.Rectangle,MLEM.Misc.AutoTiling.ConnectsTo,Microsoft.Xna.Framework.Color,System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2},System.Nullable{Microsoft.Xna.Framework.Vector2},System.Single)
|
||||
isExternal: true
|
||||
- uid: MLEM.Misc
|
||||
commentId: N:MLEM.Misc
|
||||
name: MLEM.Misc
|
||||
nameWithType: MLEM.Misc
|
||||
fullName: MLEM.Misc
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Misc.AutoTiling.DrawAutoTile*
|
||||
commentId: Overload:MLEM.Misc.AutoTiling.DrawAutoTile
|
||||
name: DrawAutoTile
|
||||
nameWithType: AutoTiling.DrawAutoTile
|
||||
fullName: MLEM.Misc.AutoTiling.DrawAutoTile
|
||||
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
commentId: T:Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
parent: Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: SpriteBatch
|
||||
nameWithType: SpriteBatch
|
||||
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
commentId: T:Microsoft.Xna.Framework.Vector2
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Vector2
|
||||
nameWithType: Vector2
|
||||
fullName: Microsoft.Xna.Framework.Vector2
|
||||
- uid: Microsoft.Xna.Framework.Graphics.Texture2D
|
||||
commentId: T:Microsoft.Xna.Framework.Graphics.Texture2D
|
||||
parent: Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: Texture2D
|
||||
nameWithType: Texture2D
|
||||
fullName: Microsoft.Xna.Framework.Graphics.Texture2D
|
||||
- uid: Microsoft.Xna.Framework.Rectangle
|
||||
commentId: T:Microsoft.Xna.Framework.Rectangle
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Rectangle
|
||||
nameWithType: Rectangle
|
||||
fullName: Microsoft.Xna.Framework.Rectangle
|
||||
- uid: MLEM.Misc.AutoTiling.ConnectsTo
|
||||
commentId: T:MLEM.Misc.AutoTiling.ConnectsTo
|
||||
parent: MLEM.Misc
|
||||
name: AutoTiling.ConnectsTo
|
||||
nameWithType: AutoTiling.ConnectsTo
|
||||
fullName: MLEM.Misc.AutoTiling.ConnectsTo
|
||||
- uid: Microsoft.Xna.Framework.Color
|
||||
commentId: T:Microsoft.Xna.Framework.Color
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Color
|
||||
nameWithType: Color
|
||||
fullName: Microsoft.Xna.Framework.Color
|
||||
- uid: System.Single
|
||||
commentId: T:System.Single
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Single
|
||||
nameWithType: Single
|
||||
fullName: System.Single
|
||||
- uid: System.Nullable{Microsoft.Xna.Framework.Vector2}
|
||||
commentId: T:System.Nullable{Microsoft.Xna.Framework.Vector2}
|
||||
parent: System
|
||||
definition: System.Nullable`1
|
||||
name: Nullable<Vector2>
|
||||
nameWithType: Nullable<Vector2>
|
||||
fullName: System.Nullable<Microsoft.Xna.Framework.Vector2>
|
||||
nameWithType.vb: Nullable(Of Vector2)
|
||||
fullName.vb: System.Nullable(Of Microsoft.Xna.Framework.Vector2)
|
||||
name.vb: Nullable(Of Vector2)
|
||||
spec.csharp:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
nameWithType: Vector2
|
||||
fullName: Microsoft.Xna.Framework.Vector2
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: Microsoft.Xna.Framework.Vector2
|
||||
name: Vector2
|
||||
nameWithType: Vector2
|
||||
fullName: Microsoft.Xna.Framework.Vector2
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: Microsoft.Xna.Framework.Graphics
|
||||
commentId: N:Microsoft.Xna.Framework.Graphics
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework.Graphics
|
||||
nameWithType: Microsoft.Xna.Framework.Graphics
|
||||
fullName: Microsoft.Xna.Framework.Graphics
|
||||
- uid: Microsoft.Xna.Framework
|
||||
commentId: N:Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework
|
||||
nameWithType: Microsoft.Xna.Framework
|
||||
fullName: Microsoft.Xna.Framework
|
||||
- uid: System.Nullable`1
|
||||
commentId: T:System.Nullable`1
|
||||
isExternal: true
|
||||
name: Nullable<T>
|
||||
nameWithType: Nullable<T>
|
||||
fullName: System.Nullable<T>
|
||||
nameWithType.vb: Nullable(Of T)
|
||||
fullName.vb: System.Nullable(Of T)
|
||||
name.vb: Nullable(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Nullable`1
|
||||
name: Nullable
|
||||
nameWithType: Nullable
|
||||
fullName: System.Nullable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
|
@ -1,879 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Misc.Direction2
|
||||
commentId: T:MLEM.Misc.Direction2
|
||||
id: Direction2
|
||||
parent: MLEM.Misc
|
||||
children:
|
||||
- MLEM.Misc.Direction2.Down
|
||||
- MLEM.Misc.Direction2.DownLeft
|
||||
- MLEM.Misc.Direction2.DownRight
|
||||
- MLEM.Misc.Direction2.Left
|
||||
- MLEM.Misc.Direction2.None
|
||||
- MLEM.Misc.Direction2.Right
|
||||
- MLEM.Misc.Direction2.Up
|
||||
- MLEM.Misc.Direction2.UpLeft
|
||||
- MLEM.Misc.Direction2.UpRight
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Direction2
|
||||
nameWithType: Direction2
|
||||
fullName: MLEM.Misc.Direction2
|
||||
type: Enum
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/Direction2.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Direction2
|
||||
path: ../MLEM/Misc/Direction2.cs
|
||||
startLine: 11
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nAn enum that represents two-dimensional directions.\nBoth straight and diagonal directions are supported.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public enum Direction2
|
||||
content.vb: Public Enum Direction2
|
||||
extensionMethods:
|
||||
- MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.IsAdjacent
|
||||
- MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.IsDiagonal
|
||||
- MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.Offset
|
||||
- MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.Opposite
|
||||
- MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.Angle
|
||||
- MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.RotateCw(System.Boolean)
|
||||
- MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.RotateCcw(System.Boolean)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- enum
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Enum
|
||||
- uid: MLEM.Misc.Direction2.Up
|
||||
commentId: F:MLEM.Misc.Direction2.Up
|
||||
id: Up
|
||||
parent: MLEM.Misc.Direction2
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Up
|
||||
nameWithType: Direction2.Up
|
||||
fullName: MLEM.Misc.Direction2.Up
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/Direction2.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Up
|
||||
path: ../MLEM/Misc/Direction2.cs
|
||||
startLine: 16
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nThe up direction, or -y.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Up = 0
|
||||
return:
|
||||
type: MLEM.Misc.Direction2
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Misc.Direction2.Right
|
||||
commentId: F:MLEM.Misc.Direction2.Right
|
||||
id: Right
|
||||
parent: MLEM.Misc.Direction2
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Right
|
||||
nameWithType: Direction2.Right
|
||||
fullName: MLEM.Misc.Direction2.Right
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/Direction2.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Right
|
||||
path: ../MLEM/Misc/Direction2.cs
|
||||
startLine: 20
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nThe right direction, or +x.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Right = 1
|
||||
return:
|
||||
type: MLEM.Misc.Direction2
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Misc.Direction2.Down
|
||||
commentId: F:MLEM.Misc.Direction2.Down
|
||||
id: Down
|
||||
parent: MLEM.Misc.Direction2
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Down
|
||||
nameWithType: Direction2.Down
|
||||
fullName: MLEM.Misc.Direction2.Down
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/Direction2.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Down
|
||||
path: ../MLEM/Misc/Direction2.cs
|
||||
startLine: 24
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nThe down direction, or +y.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Down = 2
|
||||
return:
|
||||
type: MLEM.Misc.Direction2
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Misc.Direction2.Left
|
||||
commentId: F:MLEM.Misc.Direction2.Left
|
||||
id: Left
|
||||
parent: MLEM.Misc.Direction2
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Left
|
||||
nameWithType: Direction2.Left
|
||||
fullName: MLEM.Misc.Direction2.Left
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/Direction2.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Left
|
||||
path: ../MLEM/Misc/Direction2.cs
|
||||
startLine: 28
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nThe left direction, or -x.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: Left = 3
|
||||
return:
|
||||
type: MLEM.Misc.Direction2
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Misc.Direction2.UpRight
|
||||
commentId: F:MLEM.Misc.Direction2.UpRight
|
||||
id: UpRight
|
||||
parent: MLEM.Misc.Direction2
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: UpRight
|
||||
nameWithType: Direction2.UpRight
|
||||
fullName: MLEM.Misc.Direction2.UpRight
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/Direction2.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: UpRight
|
||||
path: ../MLEM/Misc/Direction2.cs
|
||||
startLine: 33
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nThe up and right direction, or +x, -y.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: UpRight = 4
|
||||
return:
|
||||
type: MLEM.Misc.Direction2
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Misc.Direction2.DownRight
|
||||
commentId: F:MLEM.Misc.Direction2.DownRight
|
||||
id: DownRight
|
||||
parent: MLEM.Misc.Direction2
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DownRight
|
||||
nameWithType: Direction2.DownRight
|
||||
fullName: MLEM.Misc.Direction2.DownRight
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/Direction2.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: DownRight
|
||||
path: ../MLEM/Misc/Direction2.cs
|
||||
startLine: 37
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nThe down and right direction, or +x, +y.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: DownRight = 5
|
||||
return:
|
||||
type: MLEM.Misc.Direction2
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Misc.Direction2.DownLeft
|
||||
commentId: F:MLEM.Misc.Direction2.DownLeft
|
||||
id: DownLeft
|
||||
parent: MLEM.Misc.Direction2
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DownLeft
|
||||
nameWithType: Direction2.DownLeft
|
||||
fullName: MLEM.Misc.Direction2.DownLeft
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/Direction2.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: DownLeft
|
||||
path: ../MLEM/Misc/Direction2.cs
|
||||
startLine: 41
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nThe down and left direction, or -x, +y.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: DownLeft = 6
|
||||
return:
|
||||
type: MLEM.Misc.Direction2
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Misc.Direction2.UpLeft
|
||||
commentId: F:MLEM.Misc.Direction2.UpLeft
|
||||
id: UpLeft
|
||||
parent: MLEM.Misc.Direction2
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: UpLeft
|
||||
nameWithType: Direction2.UpLeft
|
||||
fullName: MLEM.Misc.Direction2.UpLeft
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/Direction2.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: UpLeft
|
||||
path: ../MLEM/Misc/Direction2.cs
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nThe up and left direction, or -x, -y.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: UpLeft = 7
|
||||
return:
|
||||
type: MLEM.Misc.Direction2
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
- uid: MLEM.Misc.Direction2.None
|
||||
commentId: F:MLEM.Misc.Direction2.None
|
||||
id: None
|
||||
parent: MLEM.Misc.Direction2
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: None
|
||||
nameWithType: Direction2.None
|
||||
fullName: MLEM.Misc.Direction2.None
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/Direction2.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: None
|
||||
path: ../MLEM/Misc/Direction2.cs
|
||||
startLine: 50
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nNo direction.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: None = 8
|
||||
return:
|
||||
type: MLEM.Misc.Direction2
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- const
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Const
|
||||
references:
|
||||
- uid: MLEM.Misc
|
||||
commentId: N:MLEM.Misc
|
||||
name: MLEM.Misc
|
||||
nameWithType: MLEM.Misc
|
||||
fullName: MLEM.Misc
|
||||
- uid: MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.IsAdjacent
|
||||
commentId: M:MLEM.Misc.Direction2Helper.IsAdjacent(MLEM.Misc.Direction2)
|
||||
parent: MLEM.Misc.Direction2Helper
|
||||
definition: MLEM.Misc.Direction2Helper.IsAdjacent(MLEM.Misc.Direction2)
|
||||
name: IsAdjacent()
|
||||
nameWithType: Direction2Helper.IsAdjacent()
|
||||
fullName: MLEM.Misc.Direction2Helper.IsAdjacent()
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.Direction2Helper.IsAdjacent
|
||||
name: IsAdjacent
|
||||
nameWithType: Direction2Helper.IsAdjacent
|
||||
fullName: MLEM.Misc.Direction2Helper.IsAdjacent
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.Direction2Helper.IsAdjacent
|
||||
name: IsAdjacent
|
||||
nameWithType: Direction2Helper.IsAdjacent
|
||||
fullName: MLEM.Misc.Direction2Helper.IsAdjacent
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.IsDiagonal
|
||||
commentId: M:MLEM.Misc.Direction2Helper.IsDiagonal(MLEM.Misc.Direction2)
|
||||
parent: MLEM.Misc.Direction2Helper
|
||||
definition: MLEM.Misc.Direction2Helper.IsDiagonal(MLEM.Misc.Direction2)
|
||||
name: IsDiagonal()
|
||||
nameWithType: Direction2Helper.IsDiagonal()
|
||||
fullName: MLEM.Misc.Direction2Helper.IsDiagonal()
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.Direction2Helper.IsDiagonal
|
||||
name: IsDiagonal
|
||||
nameWithType: Direction2Helper.IsDiagonal
|
||||
fullName: MLEM.Misc.Direction2Helper.IsDiagonal
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.Direction2Helper.IsDiagonal
|
||||
name: IsDiagonal
|
||||
nameWithType: Direction2Helper.IsDiagonal
|
||||
fullName: MLEM.Misc.Direction2Helper.IsDiagonal
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.Offset
|
||||
commentId: M:MLEM.Misc.Direction2Helper.Offset(MLEM.Misc.Direction2)
|
||||
parent: MLEM.Misc.Direction2Helper
|
||||
definition: MLEM.Misc.Direction2Helper.Offset(MLEM.Misc.Direction2)
|
||||
name: Offset()
|
||||
nameWithType: Direction2Helper.Offset()
|
||||
fullName: MLEM.Misc.Direction2Helper.Offset()
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.Direction2Helper.Offset
|
||||
name: Offset
|
||||
nameWithType: Direction2Helper.Offset
|
||||
fullName: MLEM.Misc.Direction2Helper.Offset
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.Direction2Helper.Offset
|
||||
name: Offset
|
||||
nameWithType: Direction2Helper.Offset
|
||||
fullName: MLEM.Misc.Direction2Helper.Offset
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.Opposite
|
||||
commentId: M:MLEM.Misc.Direction2Helper.Opposite(MLEM.Misc.Direction2)
|
||||
parent: MLEM.Misc.Direction2Helper
|
||||
definition: MLEM.Misc.Direction2Helper.Opposite(MLEM.Misc.Direction2)
|
||||
name: Opposite()
|
||||
nameWithType: Direction2Helper.Opposite()
|
||||
fullName: MLEM.Misc.Direction2Helper.Opposite()
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.Direction2Helper.Opposite
|
||||
name: Opposite
|
||||
nameWithType: Direction2Helper.Opposite
|
||||
fullName: MLEM.Misc.Direction2Helper.Opposite
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.Direction2Helper.Opposite
|
||||
name: Opposite
|
||||
nameWithType: Direction2Helper.Opposite
|
||||
fullName: MLEM.Misc.Direction2Helper.Opposite
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.Angle
|
||||
commentId: M:MLEM.Misc.Direction2Helper.Angle(MLEM.Misc.Direction2)
|
||||
parent: MLEM.Misc.Direction2Helper
|
||||
definition: MLEM.Misc.Direction2Helper.Angle(MLEM.Misc.Direction2)
|
||||
name: Angle()
|
||||
nameWithType: Direction2Helper.Angle()
|
||||
fullName: MLEM.Misc.Direction2Helper.Angle()
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.Direction2Helper.Angle
|
||||
name: Angle
|
||||
nameWithType: Direction2Helper.Angle
|
||||
fullName: MLEM.Misc.Direction2Helper.Angle
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.Direction2Helper.Angle
|
||||
name: Angle
|
||||
nameWithType: Direction2Helper.Angle
|
||||
fullName: MLEM.Misc.Direction2Helper.Angle
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.RotateCw(System.Boolean)
|
||||
commentId: M:MLEM.Misc.Direction2Helper.RotateCw(MLEM.Misc.Direction2,System.Boolean)
|
||||
parent: MLEM.Misc.Direction2Helper
|
||||
definition: MLEM.Misc.Direction2Helper.RotateCw(MLEM.Misc.Direction2,System.Boolean)
|
||||
name: RotateCw(Boolean)
|
||||
nameWithType: Direction2Helper.RotateCw(Boolean)
|
||||
fullName: MLEM.Misc.Direction2Helper.RotateCw(System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.Direction2Helper.RotateCw(System.Boolean)
|
||||
name: RotateCw
|
||||
nameWithType: Direction2Helper.RotateCw
|
||||
fullName: MLEM.Misc.Direction2Helper.RotateCw
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.Direction2Helper.RotateCw(System.Boolean)
|
||||
name: RotateCw
|
||||
nameWithType: Direction2Helper.RotateCw
|
||||
fullName: MLEM.Misc.Direction2Helper.RotateCw
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.Direction2.MLEM.Misc.Direction2Helper.RotateCcw(System.Boolean)
|
||||
commentId: M:MLEM.Misc.Direction2Helper.RotateCcw(MLEM.Misc.Direction2,System.Boolean)
|
||||
parent: MLEM.Misc.Direction2Helper
|
||||
definition: MLEM.Misc.Direction2Helper.RotateCcw(MLEM.Misc.Direction2,System.Boolean)
|
||||
name: RotateCcw(Boolean)
|
||||
nameWithType: Direction2Helper.RotateCcw(Boolean)
|
||||
fullName: MLEM.Misc.Direction2Helper.RotateCcw(System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.Direction2Helper.RotateCcw(System.Boolean)
|
||||
name: RotateCcw
|
||||
nameWithType: Direction2Helper.RotateCcw
|
||||
fullName: MLEM.Misc.Direction2Helper.RotateCcw
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.Direction2Helper.RotateCcw(System.Boolean)
|
||||
name: RotateCcw
|
||||
nameWithType: Direction2Helper.RotateCcw
|
||||
fullName: MLEM.Misc.Direction2Helper.RotateCcw
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.Direction2Helper.IsAdjacent(MLEM.Misc.Direction2)
|
||||
commentId: M:MLEM.Misc.Direction2Helper.IsAdjacent(MLEM.Misc.Direction2)
|
||||
name: IsAdjacent(Direction2)
|
||||
nameWithType: Direction2Helper.IsAdjacent(Direction2)
|
||||
fullName: MLEM.Misc.Direction2Helper.IsAdjacent(MLEM.Misc.Direction2)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.Direction2Helper.IsAdjacent(MLEM.Misc.Direction2)
|
||||
name: IsAdjacent
|
||||
nameWithType: Direction2Helper.IsAdjacent
|
||||
fullName: MLEM.Misc.Direction2Helper.IsAdjacent
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Misc.Direction2
|
||||
name: Direction2
|
||||
nameWithType: Direction2
|
||||
fullName: MLEM.Misc.Direction2
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.Direction2Helper.IsAdjacent(MLEM.Misc.Direction2)
|
||||
name: IsAdjacent
|
||||
nameWithType: Direction2Helper.IsAdjacent
|
||||
fullName: MLEM.Misc.Direction2Helper.IsAdjacent
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Misc.Direction2
|
||||
name: Direction2
|
||||
nameWithType: Direction2
|
||||
fullName: MLEM.Misc.Direction2
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.Direction2Helper
|
||||
commentId: T:MLEM.Misc.Direction2Helper
|
||||
parent: MLEM.Misc
|
||||
name: Direction2Helper
|
||||
nameWithType: Direction2Helper
|
||||
fullName: MLEM.Misc.Direction2Helper
|
||||
- uid: MLEM.Misc.Direction2Helper.IsDiagonal(MLEM.Misc.Direction2)
|
||||
commentId: M:MLEM.Misc.Direction2Helper.IsDiagonal(MLEM.Misc.Direction2)
|
||||
name: IsDiagonal(Direction2)
|
||||
nameWithType: Direction2Helper.IsDiagonal(Direction2)
|
||||
fullName: MLEM.Misc.Direction2Helper.IsDiagonal(MLEM.Misc.Direction2)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.Direction2Helper.IsDiagonal(MLEM.Misc.Direction2)
|
||||
name: IsDiagonal
|
||||
nameWithType: Direction2Helper.IsDiagonal
|
||||
fullName: MLEM.Misc.Direction2Helper.IsDiagonal
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Misc.Direction2
|
||||
name: Direction2
|
||||
nameWithType: Direction2
|
||||
fullName: MLEM.Misc.Direction2
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.Direction2Helper.IsDiagonal(MLEM.Misc.Direction2)
|
||||
name: IsDiagonal
|
||||
nameWithType: Direction2Helper.IsDiagonal
|
||||
fullName: MLEM.Misc.Direction2Helper.IsDiagonal
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Misc.Direction2
|
||||
name: Direction2
|
||||
nameWithType: Direction2
|
||||
fullName: MLEM.Misc.Direction2
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.Direction2Helper.Offset(MLEM.Misc.Direction2)
|
||||
commentId: M:MLEM.Misc.Direction2Helper.Offset(MLEM.Misc.Direction2)
|
||||
name: Offset(Direction2)
|
||||
nameWithType: Direction2Helper.Offset(Direction2)
|
||||
fullName: MLEM.Misc.Direction2Helper.Offset(MLEM.Misc.Direction2)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.Direction2Helper.Offset(MLEM.Misc.Direction2)
|
||||
name: Offset
|
||||
nameWithType: Direction2Helper.Offset
|
||||
fullName: MLEM.Misc.Direction2Helper.Offset
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Misc.Direction2
|
||||
name: Direction2
|
||||
nameWithType: Direction2
|
||||
fullName: MLEM.Misc.Direction2
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.Direction2Helper.Offset(MLEM.Misc.Direction2)
|
||||
name: Offset
|
||||
nameWithType: Direction2Helper.Offset
|
||||
fullName: MLEM.Misc.Direction2Helper.Offset
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Misc.Direction2
|
||||
name: Direction2
|
||||
nameWithType: Direction2
|
||||
fullName: MLEM.Misc.Direction2
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.Direction2Helper.Opposite(MLEM.Misc.Direction2)
|
||||
commentId: M:MLEM.Misc.Direction2Helper.Opposite(MLEM.Misc.Direction2)
|
||||
name: Opposite(Direction2)
|
||||
nameWithType: Direction2Helper.Opposite(Direction2)
|
||||
fullName: MLEM.Misc.Direction2Helper.Opposite(MLEM.Misc.Direction2)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.Direction2Helper.Opposite(MLEM.Misc.Direction2)
|
||||
name: Opposite
|
||||
nameWithType: Direction2Helper.Opposite
|
||||
fullName: MLEM.Misc.Direction2Helper.Opposite
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Misc.Direction2
|
||||
name: Direction2
|
||||
nameWithType: Direction2
|
||||
fullName: MLEM.Misc.Direction2
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.Direction2Helper.Opposite(MLEM.Misc.Direction2)
|
||||
name: Opposite
|
||||
nameWithType: Direction2Helper.Opposite
|
||||
fullName: MLEM.Misc.Direction2Helper.Opposite
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Misc.Direction2
|
||||
name: Direction2
|
||||
nameWithType: Direction2
|
||||
fullName: MLEM.Misc.Direction2
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.Direction2Helper.Angle(MLEM.Misc.Direction2)
|
||||
commentId: M:MLEM.Misc.Direction2Helper.Angle(MLEM.Misc.Direction2)
|
||||
name: Angle(Direction2)
|
||||
nameWithType: Direction2Helper.Angle(Direction2)
|
||||
fullName: MLEM.Misc.Direction2Helper.Angle(MLEM.Misc.Direction2)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.Direction2Helper.Angle(MLEM.Misc.Direction2)
|
||||
name: Angle
|
||||
nameWithType: Direction2Helper.Angle
|
||||
fullName: MLEM.Misc.Direction2Helper.Angle
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Misc.Direction2
|
||||
name: Direction2
|
||||
nameWithType: Direction2
|
||||
fullName: MLEM.Misc.Direction2
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.Direction2Helper.Angle(MLEM.Misc.Direction2)
|
||||
name: Angle
|
||||
nameWithType: Direction2Helper.Angle
|
||||
fullName: MLEM.Misc.Direction2Helper.Angle
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Misc.Direction2
|
||||
name: Direction2
|
||||
nameWithType: Direction2
|
||||
fullName: MLEM.Misc.Direction2
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.Direction2Helper.RotateCw(MLEM.Misc.Direction2,System.Boolean)
|
||||
commentId: M:MLEM.Misc.Direction2Helper.RotateCw(MLEM.Misc.Direction2,System.Boolean)
|
||||
isExternal: true
|
||||
name: RotateCw(Direction2, Boolean)
|
||||
nameWithType: Direction2Helper.RotateCw(Direction2, Boolean)
|
||||
fullName: MLEM.Misc.Direction2Helper.RotateCw(MLEM.Misc.Direction2, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.Direction2Helper.RotateCw(MLEM.Misc.Direction2,System.Boolean)
|
||||
name: RotateCw
|
||||
nameWithType: Direction2Helper.RotateCw
|
||||
fullName: MLEM.Misc.Direction2Helper.RotateCw
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Misc.Direction2
|
||||
name: Direction2
|
||||
nameWithType: Direction2
|
||||
fullName: MLEM.Misc.Direction2
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.Direction2Helper.RotateCw(MLEM.Misc.Direction2,System.Boolean)
|
||||
name: RotateCw
|
||||
nameWithType: Direction2Helper.RotateCw
|
||||
fullName: MLEM.Misc.Direction2Helper.RotateCw
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Misc.Direction2
|
||||
name: Direction2
|
||||
nameWithType: Direction2
|
||||
fullName: MLEM.Misc.Direction2
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.Direction2Helper.RotateCcw(MLEM.Misc.Direction2,System.Boolean)
|
||||
commentId: M:MLEM.Misc.Direction2Helper.RotateCcw(MLEM.Misc.Direction2,System.Boolean)
|
||||
isExternal: true
|
||||
name: RotateCcw(Direction2, Boolean)
|
||||
nameWithType: Direction2Helper.RotateCcw(Direction2, Boolean)
|
||||
fullName: MLEM.Misc.Direction2Helper.RotateCcw(MLEM.Misc.Direction2, System.Boolean)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.Direction2Helper.RotateCcw(MLEM.Misc.Direction2,System.Boolean)
|
||||
name: RotateCcw
|
||||
nameWithType: Direction2Helper.RotateCcw
|
||||
fullName: MLEM.Misc.Direction2Helper.RotateCcw
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Misc.Direction2
|
||||
name: Direction2
|
||||
nameWithType: Direction2
|
||||
fullName: MLEM.Misc.Direction2
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.Direction2Helper.RotateCcw(MLEM.Misc.Direction2,System.Boolean)
|
||||
name: RotateCcw
|
||||
nameWithType: Direction2Helper.RotateCcw
|
||||
fullName: MLEM.Misc.Direction2Helper.RotateCcw
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: MLEM.Misc.Direction2
|
||||
name: Direction2
|
||||
nameWithType: Direction2
|
||||
fullName: MLEM.Misc.Direction2
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.Boolean
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.Direction2
|
||||
commentId: T:MLEM.Misc.Direction2
|
||||
parent: MLEM.Misc
|
||||
name: Direction2
|
||||
nameWithType: Direction2
|
||||
fullName: MLEM.Misc.Direction2
|
File diff suppressed because it is too large
Load diff
|
@ -1,616 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Misc.EnumHelper
|
||||
commentId: T:MLEM.Misc.EnumHelper
|
||||
id: EnumHelper
|
||||
parent: MLEM.Misc
|
||||
children:
|
||||
- MLEM.Misc.EnumHelper.Buttons
|
||||
- MLEM.Misc.EnumHelper.GetValues``1
|
||||
- MLEM.Misc.EnumHelper.Keys
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: EnumHelper
|
||||
nameWithType: EnumHelper
|
||||
fullName: MLEM.Misc.EnumHelper
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/EnumHelper.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: EnumHelper
|
||||
path: ../MLEM/Misc/EnumHelper.cs
|
||||
startLine: 9
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nA helper class that allows easier usage of <xref href=\"System.Enum\" data-throw-if-not-resolved=\"false\"></xref> values.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static class EnumHelper
|
||||
content.vb: Public Module EnumHelper
|
||||
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.Misc.EnumHelper.Buttons
|
||||
commentId: F:MLEM.Misc.EnumHelper.Buttons
|
||||
id: Buttons
|
||||
parent: MLEM.Misc.EnumHelper
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Buttons
|
||||
nameWithType: EnumHelper.Buttons
|
||||
fullName: MLEM.Misc.EnumHelper.Buttons
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/EnumHelper.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Buttons
|
||||
path: ../MLEM/Misc/EnumHelper.cs
|
||||
startLine: 14
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nAll values of the <xref href=\"MLEM.Misc.EnumHelper.Buttons\" data-throw-if-not-resolved=\"false\"></xref> enum.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static readonly Buttons[] Buttons
|
||||
return:
|
||||
type: Microsoft.Xna.Framework.Input.Buttons[]
|
||||
content.vb: Public Shared ReadOnly Buttons As Buttons()
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: MLEM.Misc.EnumHelper.Keys
|
||||
commentId: F:MLEM.Misc.EnumHelper.Keys
|
||||
id: Keys
|
||||
parent: MLEM.Misc.EnumHelper
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: Keys
|
||||
nameWithType: EnumHelper.Keys
|
||||
fullName: MLEM.Misc.EnumHelper.Keys
|
||||
type: Field
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/EnumHelper.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Keys
|
||||
path: ../MLEM/Misc/EnumHelper.cs
|
||||
startLine: 18
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nAll values of the <xref href=\"MLEM.Misc.EnumHelper.Keys\" data-throw-if-not-resolved=\"false\"></xref> enum.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static readonly Keys[] Keys
|
||||
return:
|
||||
type: Microsoft.Xna.Framework.Input.Keys[]
|
||||
content.vb: Public Shared ReadOnly Keys As Keys()
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
- readonly
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
- ReadOnly
|
||||
- uid: MLEM.Misc.EnumHelper.GetValues``1
|
||||
commentId: M:MLEM.Misc.EnumHelper.GetValues``1
|
||||
id: GetValues``1
|
||||
parent: MLEM.Misc.EnumHelper
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetValues<T>()
|
||||
nameWithType: EnumHelper.GetValues<T>()
|
||||
fullName: MLEM.Misc.EnumHelper.GetValues<T>()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/EnumHelper.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GetValues
|
||||
path: ../MLEM/Misc/EnumHelper.cs
|
||||
startLine: 25
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nReturns all of the values of the given enum type.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public static IEnumerable<T> GetValues<T>()
|
||||
typeParameters:
|
||||
- id: T
|
||||
description: The type whose enum to get
|
||||
return:
|
||||
type: System.Collections.Generic.IEnumerable{{T}}
|
||||
description: An enumerable of the values of the enum, in declaration order.
|
||||
content.vb: Public Shared Function GetValues(Of T) As IEnumerable(Of T)
|
||||
overload: MLEM.Misc.EnumHelper.GetValues*
|
||||
nameWithType.vb: EnumHelper.GetValues(Of T)()
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- static
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Shared
|
||||
fullName.vb: MLEM.Misc.EnumHelper.GetValues(Of T)()
|
||||
name.vb: GetValues(Of T)()
|
||||
references:
|
||||
- uid: System.Enum
|
||||
commentId: T:System.Enum
|
||||
isExternal: true
|
||||
- uid: MLEM.Misc
|
||||
commentId: N:MLEM.Misc
|
||||
name: MLEM.Misc
|
||||
nameWithType: MLEM.Misc
|
||||
fullName: MLEM.Misc
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Misc.EnumHelper.Buttons
|
||||
commentId: F:MLEM.Misc.EnumHelper.Buttons
|
||||
isExternal: true
|
||||
- uid: Microsoft.Xna.Framework.Input.Buttons[]
|
||||
isExternal: true
|
||||
name: Buttons[]
|
||||
nameWithType: Buttons[]
|
||||
fullName: Microsoft.Xna.Framework.Input.Buttons[]
|
||||
nameWithType.vb: Buttons()
|
||||
fullName.vb: Microsoft.Xna.Framework.Input.Buttons()
|
||||
name.vb: Buttons()
|
||||
spec.csharp:
|
||||
- uid: Microsoft.Xna.Framework.Input.Buttons
|
||||
name: Buttons
|
||||
nameWithType: Buttons
|
||||
fullName: Microsoft.Xna.Framework.Input.Buttons
|
||||
isExternal: true
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
spec.vb:
|
||||
- uid: Microsoft.Xna.Framework.Input.Buttons
|
||||
name: Buttons
|
||||
nameWithType: Buttons
|
||||
fullName: Microsoft.Xna.Framework.Input.Buttons
|
||||
isExternal: true
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- uid: MLEM.Misc.EnumHelper.Keys
|
||||
commentId: F:MLEM.Misc.EnumHelper.Keys
|
||||
isExternal: true
|
||||
- uid: Microsoft.Xna.Framework.Input.Keys[]
|
||||
isExternal: true
|
||||
name: Keys[]
|
||||
nameWithType: Keys[]
|
||||
fullName: Microsoft.Xna.Framework.Input.Keys[]
|
||||
nameWithType.vb: Keys()
|
||||
fullName.vb: Microsoft.Xna.Framework.Input.Keys()
|
||||
name.vb: Keys()
|
||||
spec.csharp:
|
||||
- uid: Microsoft.Xna.Framework.Input.Keys
|
||||
name: Keys
|
||||
nameWithType: Keys
|
||||
fullName: Microsoft.Xna.Framework.Input.Keys
|
||||
isExternal: true
|
||||
- name: '[]'
|
||||
nameWithType: '[]'
|
||||
fullName: '[]'
|
||||
spec.vb:
|
||||
- uid: Microsoft.Xna.Framework.Input.Keys
|
||||
name: Keys
|
||||
nameWithType: Keys
|
||||
fullName: Microsoft.Xna.Framework.Input.Keys
|
||||
isExternal: true
|
||||
- name: ()
|
||||
nameWithType: ()
|
||||
fullName: ()
|
||||
- uid: MLEM.Misc.EnumHelper.GetValues*
|
||||
commentId: Overload:MLEM.Misc.EnumHelper.GetValues
|
||||
name: GetValues
|
||||
nameWithType: EnumHelper.GetValues
|
||||
fullName: MLEM.Misc.EnumHelper.GetValues
|
||||
- uid: System.Collections.Generic.IEnumerable{{T}}
|
||||
commentId: T:System.Collections.Generic.IEnumerable{``0}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable<T>
|
||||
nameWithType: IEnumerable<T>
|
||||
fullName: System.Collections.Generic.IEnumerable<T>
|
||||
nameWithType.vb: IEnumerable(Of T)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
|
||||
name.vb: IEnumerable(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
commentId: T:System.Collections.Generic.IEnumerable`1
|
||||
isExternal: true
|
||||
name: IEnumerable<T>
|
||||
nameWithType: IEnumerable<T>
|
||||
fullName: System.Collections.Generic.IEnumerable<T>
|
||||
nameWithType.vb: IEnumerable(Of T)
|
||||
fullName.vb: System.Collections.Generic.IEnumerable(Of T)
|
||||
name.vb: IEnumerable(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.IEnumerable`1
|
||||
name: IEnumerable
|
||||
nameWithType: IEnumerable
|
||||
fullName: System.Collections.Generic.IEnumerable
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic
|
||||
commentId: N:System.Collections.Generic
|
||||
isExternal: true
|
||||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
|
@ -1,603 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Misc.GenericDataHolder
|
||||
commentId: T:MLEM.Misc.GenericDataHolder
|
||||
id: GenericDataHolder
|
||||
parent: MLEM.Misc
|
||||
children:
|
||||
- MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
- MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
- MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GenericDataHolder
|
||||
nameWithType: GenericDataHolder
|
||||
fullName: MLEM.Misc.GenericDataHolder
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/GenericDataHolder.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GenericDataHolder
|
||||
path: ../MLEM/Misc/GenericDataHolder.cs
|
||||
startLine: 8
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nRepresents an object that can hold generic key-value based data.\nA lot of MLEM components extend this class to allow for users to add additional data to them easily.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public class GenericDataHolder
|
||||
content.vb: Public Class GenericDataHolder
|
||||
inheritance:
|
||||
- System.Object
|
||||
derivedClasses:
|
||||
- MLEM.Animations.SpriteAnimation
|
||||
- MLEM.Animations.SpriteAnimationGroup
|
||||
- MLEM.Extended.Tiled.IndividualTiledMapRenderer.TileDrawInfo
|
||||
- MLEM.Extended.Tiled.TiledMapCollisions.TileCollisionInfo
|
||||
- MLEM.Formatting.Codes.Code
|
||||
- MLEM.Formatting.FormatSettings
|
||||
- MLEM.Formatting.FormattingCodeData
|
||||
- MLEM.Formatting.TextFormatter
|
||||
- MLEM.Formatting.Token
|
||||
- MLEM.Formatting.TokenizedString
|
||||
- MLEM.Textures.NinePatch
|
||||
- MLEM.Textures.TextureRegion
|
||||
- MLEM.Textures.UniformTextureAtlas
|
||||
- MLEM.Ui.Elements.Element
|
||||
- MLEM.Ui.Style.UiStyle
|
||||
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
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
commentId: M:MLEM.Misc.GenericDataHolder.SetData(System.String,System.Object)
|
||||
id: SetData(System.String,System.Object)
|
||||
parent: MLEM.Misc.GenericDataHolder
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: SetData(String, Object)
|
||||
nameWithType: GenericDataHolder.SetData(String, Object)
|
||||
fullName: MLEM.Misc.GenericDataHolder.SetData(System.String, System.Object)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/GenericDataHolder.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: SetData
|
||||
path: ../MLEM/Misc/GenericDataHolder.cs
|
||||
startLine: 17
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nStore a piece of generic data on this object.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public void SetData(string key, object data)
|
||||
parameters:
|
||||
- id: key
|
||||
type: System.String
|
||||
description: The key to store the data by
|
||||
- id: data
|
||||
type: System.Object
|
||||
description: The data to store in the object
|
||||
content.vb: Public Sub SetData(key As String, data As Object)
|
||||
overload: MLEM.Misc.GenericDataHolder.SetData*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
commentId: M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
|
||||
id: GetData``1(System.String)
|
||||
parent: MLEM.Misc.GenericDataHolder
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetData<T>(String)
|
||||
nameWithType: GenericDataHolder.GetData<T>(String)
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetData<T>(System.String)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/GenericDataHolder.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GetData
|
||||
path: ../MLEM/Misc/GenericDataHolder.cs
|
||||
startLine: 34
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nReturns a piece of generic data of the given type on this object.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public T GetData<T>(string key)
|
||||
parameters:
|
||||
- id: key
|
||||
type: System.String
|
||||
description: The key that the data is stored by
|
||||
typeParameters:
|
||||
- id: T
|
||||
description: The type of the data stored
|
||||
return:
|
||||
type: '{T}'
|
||||
description: The data, or default if it doesn't exist
|
||||
content.vb: Public Function GetData(Of T)(key As String) As T
|
||||
overload: MLEM.Misc.GenericDataHolder.GetData*
|
||||
nameWithType.vb: GenericDataHolder.GetData(Of T)(String)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
fullName.vb: MLEM.Misc.GenericDataHolder.GetData(Of T)(System.String)
|
||||
name.vb: GetData(Of T)(String)
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
commentId: M:MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
id: GetDataKeys
|
||||
parent: MLEM.Misc.GenericDataHolder
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: GetDataKeys()
|
||||
nameWithType: GenericDataHolder.GetDataKeys()
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/GenericDataHolder.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: GetDataKeys
|
||||
path: ../MLEM/Misc/GenericDataHolder.cs
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nReturns all of the generic data that this object stores.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public IReadOnlyCollection<string> GetDataKeys()
|
||||
return:
|
||||
type: System.Collections.Generic.IReadOnlyCollection{System.String}
|
||||
description: The generic data on this object
|
||||
content.vb: Public Function GetDataKeys As IReadOnlyCollection(Of String)
|
||||
overload: MLEM.Misc.GenericDataHolder.GetDataKeys*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
references:
|
||||
- uid: MLEM.Misc
|
||||
commentId: N:MLEM.Misc
|
||||
name: MLEM.Misc
|
||||
nameWithType: MLEM.Misc
|
||||
fullName: MLEM.Misc
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Misc.GenericDataHolder.SetData*
|
||||
commentId: Overload:MLEM.Misc.GenericDataHolder.SetData
|
||||
name: SetData
|
||||
nameWithType: GenericDataHolder.SetData
|
||||
fullName: MLEM.Misc.GenericDataHolder.SetData
|
||||
- uid: System.String
|
||||
commentId: T:System.String
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetData*
|
||||
commentId: Overload:MLEM.Misc.GenericDataHolder.GetData
|
||||
name: GetData
|
||||
nameWithType: GenericDataHolder.GetData
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetData
|
||||
- uid: '{T}'
|
||||
commentId: '!:T'
|
||||
definition: T
|
||||
name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- uid: T
|
||||
name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- uid: MLEM.Misc.GenericDataHolder.GetDataKeys*
|
||||
commentId: Overload:MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
name: GetDataKeys
|
||||
nameWithType: GenericDataHolder.GetDataKeys
|
||||
fullName: MLEM.Misc.GenericDataHolder.GetDataKeys
|
||||
- uid: System.Collections.Generic.IReadOnlyCollection{System.String}
|
||||
commentId: T:System.Collections.Generic.IReadOnlyCollection{System.String}
|
||||
parent: System.Collections.Generic
|
||||
definition: System.Collections.Generic.IReadOnlyCollection`1
|
||||
name: IReadOnlyCollection<String>
|
||||
nameWithType: IReadOnlyCollection<String>
|
||||
fullName: System.Collections.Generic.IReadOnlyCollection<System.String>
|
||||
nameWithType.vb: IReadOnlyCollection(Of String)
|
||||
fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of System.String)
|
||||
name.vb: IReadOnlyCollection(Of String)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IReadOnlyCollection`1
|
||||
name: IReadOnlyCollection
|
||||
nameWithType: IReadOnlyCollection
|
||||
fullName: System.Collections.Generic.IReadOnlyCollection
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.IReadOnlyCollection`1
|
||||
name: IReadOnlyCollection
|
||||
nameWithType: IReadOnlyCollection
|
||||
fullName: System.Collections.Generic.IReadOnlyCollection
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: System.String
|
||||
name: String
|
||||
nameWithType: String
|
||||
fullName: System.String
|
||||
isExternal: true
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic.IReadOnlyCollection`1
|
||||
commentId: T:System.Collections.Generic.IReadOnlyCollection`1
|
||||
isExternal: true
|
||||
name: IReadOnlyCollection<T>
|
||||
nameWithType: IReadOnlyCollection<T>
|
||||
fullName: System.Collections.Generic.IReadOnlyCollection<T>
|
||||
nameWithType.vb: IReadOnlyCollection(Of T)
|
||||
fullName.vb: System.Collections.Generic.IReadOnlyCollection(Of T)
|
||||
name.vb: IReadOnlyCollection(Of T)
|
||||
spec.csharp:
|
||||
- uid: System.Collections.Generic.IReadOnlyCollection`1
|
||||
name: IReadOnlyCollection
|
||||
nameWithType: IReadOnlyCollection
|
||||
fullName: System.Collections.Generic.IReadOnlyCollection
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Collections.Generic.IReadOnlyCollection`1
|
||||
name: IReadOnlyCollection
|
||||
nameWithType: IReadOnlyCollection
|
||||
fullName: System.Collections.Generic.IReadOnlyCollection
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Collections.Generic
|
||||
commentId: N:System.Collections.Generic
|
||||
isExternal: true
|
||||
name: System.Collections.Generic
|
||||
nameWithType: System.Collections.Generic
|
||||
fullName: System.Collections.Generic
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -1,746 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Misc.TextInputWrapper.DesktopGl`1
|
||||
commentId: T:MLEM.Misc.TextInputWrapper.DesktopGl`1
|
||||
id: TextInputWrapper.DesktopGl`1
|
||||
parent: MLEM.Misc
|
||||
children:
|
||||
- MLEM.Misc.TextInputWrapper.DesktopGl`1.#ctor(System.Action{Microsoft.Xna.Framework.GameWindow,System.EventHandler{`0}})
|
||||
- MLEM.Misc.TextInputWrapper.DesktopGl`1.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
- MLEM.Misc.TextInputWrapper.DesktopGl`1.RequiresOnScreenKeyboard
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TextInputWrapper.DesktopGl<T>
|
||||
nameWithType: TextInputWrapper.DesktopGl<T>
|
||||
fullName: MLEM.Misc.TextInputWrapper.DesktopGl<T>
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/TextInputWrapper.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: DesktopGl
|
||||
path: ../MLEM/Misc/TextInputWrapper.cs
|
||||
startLine: 63
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nA text input wrapper for DesktopGL devices.\nThis wrapper uses the built-in MonoGame TextInput event, which makes this listener work with any keyboard localization natively.\n"
|
||||
example:
|
||||
- "\nThis listener is initialized as follows:\n<pre><code>new TextInputWrapper.DesktopGl{TextInputEventArgs}((w, c) => w.TextInput += c);</code></pre>\n"
|
||||
syntax:
|
||||
content: 'public class DesktopGl<T> : TextInputWrapper'
|
||||
typeParameters:
|
||||
- id: T
|
||||
description: ''
|
||||
content.vb: >-
|
||||
Public Class DesktopGl(Of T)
|
||||
|
||||
Inherits TextInputWrapper
|
||||
inheritance:
|
||||
- System.Object
|
||||
- MLEM.Misc.TextInputWrapper
|
||||
inheritedMembers:
|
||||
- MLEM.Misc.TextInputWrapper.Current
|
||||
- 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
|
||||
nameWithType.vb: TextInputWrapper.DesktopGl(Of T)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
fullName.vb: MLEM.Misc.TextInputWrapper.DesktopGl(Of T)
|
||||
name.vb: TextInputWrapper.DesktopGl(Of T)
|
||||
- uid: MLEM.Misc.TextInputWrapper.DesktopGl`1.#ctor(System.Action{Microsoft.Xna.Framework.GameWindow,System.EventHandler{`0}})
|
||||
commentId: M:MLEM.Misc.TextInputWrapper.DesktopGl`1.#ctor(System.Action{Microsoft.Xna.Framework.GameWindow,System.EventHandler{`0}})
|
||||
id: '#ctor(System.Action{Microsoft.Xna.Framework.GameWindow,System.EventHandler{`0}})'
|
||||
parent: MLEM.Misc.TextInputWrapper.DesktopGl`1
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: DesktopGl(Action<GameWindow, EventHandler<T>>)
|
||||
nameWithType: TextInputWrapper.DesktopGl<T>.DesktopGl(Action<GameWindow, EventHandler<T>>)
|
||||
fullName: MLEM.Misc.TextInputWrapper.DesktopGl<T>.DesktopGl(System.Action<Microsoft.Xna.Framework.GameWindow, System.EventHandler<T>>)
|
||||
type: Constructor
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/TextInputWrapper.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: .ctor
|
||||
path: ../MLEM/Misc/TextInputWrapper.cs
|
||||
startLine: 73
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nCreates a new DesktopGL-based text input wrapper\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: public DesktopGl(Action<GameWindow, EventHandler<T>> addListener)
|
||||
parameters:
|
||||
- id: addListener
|
||||
type: System.Action{Microsoft.Xna.Framework.GameWindow,System.EventHandler{{T}}}
|
||||
description: The function that is used to add a text input listener
|
||||
content.vb: Public Sub New(addListener As Action(Of GameWindow, EventHandler(Of T)))
|
||||
overload: MLEM.Misc.TextInputWrapper.DesktopGl`1.#ctor*
|
||||
nameWithType.vb: TextInputWrapper.DesktopGl(Of T).DesktopGl(Action(Of GameWindow, EventHandler(Of T)))
|
||||
modifiers.csharp:
|
||||
- public
|
||||
modifiers.vb:
|
||||
- Public
|
||||
fullName.vb: MLEM.Misc.TextInputWrapper.DesktopGl(Of T).DesktopGl(System.Action(Of Microsoft.Xna.Framework.GameWindow, System.EventHandler(Of T)))
|
||||
name.vb: DesktopGl(Action(Of GameWindow, EventHandler(Of T)))
|
||||
- uid: MLEM.Misc.TextInputWrapper.DesktopGl`1.RequiresOnScreenKeyboard
|
||||
commentId: M:MLEM.Misc.TextInputWrapper.DesktopGl`1.RequiresOnScreenKeyboard
|
||||
id: RequiresOnScreenKeyboard
|
||||
parent: MLEM.Misc.TextInputWrapper.DesktopGl`1
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: RequiresOnScreenKeyboard()
|
||||
nameWithType: TextInputWrapper.DesktopGl<T>.RequiresOnScreenKeyboard()
|
||||
fullName: MLEM.Misc.TextInputWrapper.DesktopGl<T>.RequiresOnScreenKeyboard()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/TextInputWrapper.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: RequiresOnScreenKeyboard
|
||||
path: ../MLEM/Misc/TextInputWrapper.cs
|
||||
startLine: 78
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
example: []
|
||||
syntax:
|
||||
content: public override bool RequiresOnScreenKeyboard()
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public Overrides Function RequiresOnScreenKeyboard As Boolean
|
||||
overridden: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard
|
||||
overload: MLEM.Misc.TextInputWrapper.DesktopGl`1.RequiresOnScreenKeyboard*
|
||||
nameWithType.vb: TextInputWrapper.DesktopGl(Of T).RequiresOnScreenKeyboard()
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
fullName.vb: MLEM.Misc.TextInputWrapper.DesktopGl(Of T).RequiresOnScreenKeyboard()
|
||||
- uid: MLEM.Misc.TextInputWrapper.DesktopGl`1.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
commentId: M:MLEM.Misc.TextInputWrapper.DesktopGl`1.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
id: AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
parent: MLEM.Misc.TextInputWrapper.DesktopGl`1
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: AddListener(GameWindow, TextInputWrapper.TextInputCallback)
|
||||
nameWithType: TextInputWrapper.DesktopGl<T>.AddListener(GameWindow, TextInputWrapper.TextInputCallback)
|
||||
fullName: MLEM.Misc.TextInputWrapper.DesktopGl<T>.AddListener(Microsoft.Xna.Framework.GameWindow, MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/TextInputWrapper.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: AddListener
|
||||
path: ../MLEM/Misc/TextInputWrapper.cs
|
||||
startLine: 83
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
example: []
|
||||
syntax:
|
||||
content: public override void AddListener(GameWindow window, TextInputWrapper.TextInputCallback callback)
|
||||
parameters:
|
||||
- id: window
|
||||
type: Microsoft.Xna.Framework.GameWindow
|
||||
- id: callback
|
||||
type: MLEM.Misc.TextInputWrapper.TextInputCallback
|
||||
content.vb: Public Overrides Sub AddListener(window As GameWindow, callback As TextInputWrapper.TextInputCallback)
|
||||
overridden: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
overload: MLEM.Misc.TextInputWrapper.DesktopGl`1.AddListener*
|
||||
nameWithType.vb: TextInputWrapper.DesktopGl(Of T).AddListener(GameWindow, TextInputWrapper.TextInputCallback)
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
fullName.vb: MLEM.Misc.TextInputWrapper.DesktopGl(Of T).AddListener(Microsoft.Xna.Framework.GameWindow, MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
references:
|
||||
- uid: MLEM.Misc
|
||||
commentId: N:MLEM.Misc
|
||||
name: MLEM.Misc
|
||||
nameWithType: MLEM.Misc
|
||||
fullName: MLEM.Misc
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: MLEM.Misc.TextInputWrapper
|
||||
commentId: T:MLEM.Misc.TextInputWrapper
|
||||
parent: MLEM.Misc
|
||||
name: TextInputWrapper
|
||||
nameWithType: TextInputWrapper
|
||||
fullName: MLEM.Misc.TextInputWrapper
|
||||
- uid: MLEM.Misc.TextInputWrapper.Current
|
||||
commentId: P:MLEM.Misc.TextInputWrapper.Current
|
||||
parent: MLEM.Misc.TextInputWrapper
|
||||
name: Current
|
||||
nameWithType: TextInputWrapper.Current
|
||||
fullName: MLEM.Misc.TextInputWrapper.Current
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Misc.TextInputWrapper.DesktopGl`1.#ctor*
|
||||
commentId: Overload:MLEM.Misc.TextInputWrapper.DesktopGl`1.#ctor
|
||||
name: DesktopGl
|
||||
nameWithType: TextInputWrapper.DesktopGl<T>.DesktopGl
|
||||
fullName: MLEM.Misc.TextInputWrapper.DesktopGl<T>.DesktopGl
|
||||
nameWithType.vb: TextInputWrapper.DesktopGl(Of T).DesktopGl
|
||||
fullName.vb: MLEM.Misc.TextInputWrapper.DesktopGl(Of T).DesktopGl
|
||||
- uid: System.Action{Microsoft.Xna.Framework.GameWindow,System.EventHandler{{T}}}
|
||||
commentId: T:System.Action{Microsoft.Xna.Framework.GameWindow,System.EventHandler{`0}}
|
||||
parent: System
|
||||
definition: System.Action`2
|
||||
name: Action<GameWindow, EventHandler<T>>
|
||||
nameWithType: Action<GameWindow, EventHandler<T>>
|
||||
fullName: System.Action<Microsoft.Xna.Framework.GameWindow, System.EventHandler<T>>
|
||||
nameWithType.vb: Action(Of GameWindow, EventHandler(Of T))
|
||||
fullName.vb: System.Action(Of Microsoft.Xna.Framework.GameWindow, System.EventHandler(Of T))
|
||||
name.vb: Action(Of GameWindow, EventHandler(Of T))
|
||||
spec.csharp:
|
||||
- uid: System.Action`2
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- uid: Microsoft.Xna.Framework.GameWindow
|
||||
name: GameWindow
|
||||
nameWithType: GameWindow
|
||||
fullName: Microsoft.Xna.Framework.GameWindow
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.EventHandler`1
|
||||
name: EventHandler
|
||||
nameWithType: EventHandler
|
||||
fullName: System.EventHandler
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Action`2
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- uid: Microsoft.Xna.Framework.GameWindow
|
||||
name: GameWindow
|
||||
nameWithType: GameWindow
|
||||
fullName: Microsoft.Xna.Framework.GameWindow
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: System.EventHandler`1
|
||||
name: EventHandler
|
||||
nameWithType: EventHandler
|
||||
fullName: System.EventHandler
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T
|
||||
nameWithType: T
|
||||
fullName: T
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: System.Action`2
|
||||
commentId: T:System.Action`2
|
||||
isExternal: true
|
||||
name: Action<T1, T2>
|
||||
nameWithType: Action<T1, T2>
|
||||
fullName: System.Action<T1, T2>
|
||||
nameWithType.vb: Action(Of T1, T2)
|
||||
fullName.vb: System.Action(Of T1, T2)
|
||||
name.vb: Action(Of T1, T2)
|
||||
spec.csharp:
|
||||
- uid: System.Action`2
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
isExternal: true
|
||||
- name: <
|
||||
nameWithType: <
|
||||
fullName: <
|
||||
- name: T1
|
||||
nameWithType: T1
|
||||
fullName: T1
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: T2
|
||||
nameWithType: T2
|
||||
fullName: T2
|
||||
- name: '>'
|
||||
nameWithType: '>'
|
||||
fullName: '>'
|
||||
spec.vb:
|
||||
- uid: System.Action`2
|
||||
name: Action
|
||||
nameWithType: Action
|
||||
fullName: System.Action
|
||||
isExternal: true
|
||||
- name: '(Of '
|
||||
nameWithType: '(Of '
|
||||
fullName: '(Of '
|
||||
- name: T1
|
||||
nameWithType: T1
|
||||
fullName: T1
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- name: T2
|
||||
nameWithType: T2
|
||||
fullName: T2
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard
|
||||
commentId: M:MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard
|
||||
parent: MLEM.Misc.TextInputWrapper
|
||||
name: RequiresOnScreenKeyboard()
|
||||
nameWithType: TextInputWrapper.RequiresOnScreenKeyboard()
|
||||
fullName: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard()
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard
|
||||
name: RequiresOnScreenKeyboard
|
||||
nameWithType: TextInputWrapper.RequiresOnScreenKeyboard
|
||||
fullName: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard
|
||||
name: RequiresOnScreenKeyboard
|
||||
nameWithType: TextInputWrapper.RequiresOnScreenKeyboard
|
||||
fullName: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.TextInputWrapper.DesktopGl`1.RequiresOnScreenKeyboard*
|
||||
commentId: Overload:MLEM.Misc.TextInputWrapper.DesktopGl`1.RequiresOnScreenKeyboard
|
||||
name: RequiresOnScreenKeyboard
|
||||
nameWithType: TextInputWrapper.DesktopGl<T>.RequiresOnScreenKeyboard
|
||||
fullName: MLEM.Misc.TextInputWrapper.DesktopGl<T>.RequiresOnScreenKeyboard
|
||||
nameWithType.vb: TextInputWrapper.DesktopGl(Of T).RequiresOnScreenKeyboard
|
||||
fullName.vb: MLEM.Misc.TextInputWrapper.DesktopGl(Of T).RequiresOnScreenKeyboard
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
commentId: M:MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
parent: MLEM.Misc.TextInputWrapper
|
||||
isExternal: true
|
||||
name: AddListener(GameWindow, TextInputWrapper.TextInputCallback)
|
||||
nameWithType: TextInputWrapper.AddListener(GameWindow, TextInputWrapper.TextInputCallback)
|
||||
fullName: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow, MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
name: AddListener
|
||||
nameWithType: TextInputWrapper.AddListener
|
||||
fullName: MLEM.Misc.TextInputWrapper.AddListener
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: Microsoft.Xna.Framework.GameWindow
|
||||
name: GameWindow
|
||||
nameWithType: GameWindow
|
||||
fullName: Microsoft.Xna.Framework.GameWindow
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: MLEM.Misc.TextInputWrapper.TextInputCallback
|
||||
name: TextInputWrapper.TextInputCallback
|
||||
nameWithType: TextInputWrapper.TextInputCallback
|
||||
fullName: MLEM.Misc.TextInputWrapper.TextInputCallback
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
name: AddListener
|
||||
nameWithType: TextInputWrapper.AddListener
|
||||
fullName: MLEM.Misc.TextInputWrapper.AddListener
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: Microsoft.Xna.Framework.GameWindow
|
||||
name: GameWindow
|
||||
nameWithType: GameWindow
|
||||
fullName: Microsoft.Xna.Framework.GameWindow
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: MLEM.Misc.TextInputWrapper.TextInputCallback
|
||||
name: TextInputWrapper.TextInputCallback
|
||||
nameWithType: TextInputWrapper.TextInputCallback
|
||||
fullName: MLEM.Misc.TextInputWrapper.TextInputCallback
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.TextInputWrapper.DesktopGl`1.AddListener*
|
||||
commentId: Overload:MLEM.Misc.TextInputWrapper.DesktopGl`1.AddListener
|
||||
name: AddListener
|
||||
nameWithType: TextInputWrapper.DesktopGl<T>.AddListener
|
||||
fullName: MLEM.Misc.TextInputWrapper.DesktopGl<T>.AddListener
|
||||
nameWithType.vb: TextInputWrapper.DesktopGl(Of T).AddListener
|
||||
fullName.vb: MLEM.Misc.TextInputWrapper.DesktopGl(Of T).AddListener
|
||||
- uid: Microsoft.Xna.Framework.GameWindow
|
||||
commentId: T:Microsoft.Xna.Framework.GameWindow
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: GameWindow
|
||||
nameWithType: GameWindow
|
||||
fullName: Microsoft.Xna.Framework.GameWindow
|
||||
- uid: MLEM.Misc.TextInputWrapper.TextInputCallback
|
||||
commentId: T:MLEM.Misc.TextInputWrapper.TextInputCallback
|
||||
parent: MLEM.Misc
|
||||
name: TextInputWrapper.TextInputCallback
|
||||
nameWithType: TextInputWrapper.TextInputCallback
|
||||
fullName: MLEM.Misc.TextInputWrapper.TextInputCallback
|
||||
- uid: Microsoft.Xna.Framework
|
||||
commentId: N:Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework
|
||||
nameWithType: Microsoft.Xna.Framework
|
||||
fullName: Microsoft.Xna.Framework
|
|
@ -1,555 +0,0 @@
|
|||
### YamlMime:ManagedReference
|
||||
items:
|
||||
- uid: MLEM.Misc.TextInputWrapper.Mobile
|
||||
commentId: T:MLEM.Misc.TextInputWrapper.Mobile
|
||||
id: TextInputWrapper.Mobile
|
||||
parent: MLEM.Misc
|
||||
children:
|
||||
- MLEM.Misc.TextInputWrapper.Mobile.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
- MLEM.Misc.TextInputWrapper.Mobile.RequiresOnScreenKeyboard
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: TextInputWrapper.Mobile
|
||||
nameWithType: TextInputWrapper.Mobile
|
||||
fullName: MLEM.Misc.TextInputWrapper.Mobile
|
||||
type: Class
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/TextInputWrapper.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: Mobile
|
||||
path: ../MLEM/Misc/TextInputWrapper.cs
|
||||
startLine: 118
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
summary: "\nA text input wrapper for mobile platforms as well as consoles.\nThis text input wrapper performs no actions itself, as it signals that an on-screen keyboard is required.\n"
|
||||
example: []
|
||||
syntax:
|
||||
content: 'public class Mobile : TextInputWrapper'
|
||||
content.vb: >-
|
||||
Public Class Mobile
|
||||
|
||||
Inherits TextInputWrapper
|
||||
inheritance:
|
||||
- System.Object
|
||||
- MLEM.Misc.TextInputWrapper
|
||||
inheritedMembers:
|
||||
- MLEM.Misc.TextInputWrapper.Current
|
||||
- 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
|
||||
- class
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Class
|
||||
- uid: MLEM.Misc.TextInputWrapper.Mobile.RequiresOnScreenKeyboard
|
||||
commentId: M:MLEM.Misc.TextInputWrapper.Mobile.RequiresOnScreenKeyboard
|
||||
id: RequiresOnScreenKeyboard
|
||||
parent: MLEM.Misc.TextInputWrapper.Mobile
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: RequiresOnScreenKeyboard()
|
||||
nameWithType: TextInputWrapper.Mobile.RequiresOnScreenKeyboard()
|
||||
fullName: MLEM.Misc.TextInputWrapper.Mobile.RequiresOnScreenKeyboard()
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/TextInputWrapper.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: RequiresOnScreenKeyboard
|
||||
path: ../MLEM/Misc/TextInputWrapper.cs
|
||||
startLine: 121
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
example: []
|
||||
syntax:
|
||||
content: public override bool RequiresOnScreenKeyboard()
|
||||
return:
|
||||
type: System.Boolean
|
||||
content.vb: Public Overrides Function RequiresOnScreenKeyboard As Boolean
|
||||
overridden: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard
|
||||
overload: MLEM.Misc.TextInputWrapper.Mobile.RequiresOnScreenKeyboard*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
- uid: MLEM.Misc.TextInputWrapper.Mobile.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
commentId: M:MLEM.Misc.TextInputWrapper.Mobile.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
id: AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
parent: MLEM.Misc.TextInputWrapper.Mobile
|
||||
langs:
|
||||
- csharp
|
||||
- vb
|
||||
name: AddListener(GameWindow, TextInputWrapper.TextInputCallback)
|
||||
nameWithType: TextInputWrapper.Mobile.AddListener(GameWindow, TextInputWrapper.TextInputCallback)
|
||||
fullName: MLEM.Misc.TextInputWrapper.Mobile.AddListener(Microsoft.Xna.Framework.GameWindow, MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
type: Method
|
||||
source:
|
||||
remote:
|
||||
path: MLEM/Misc/TextInputWrapper.cs
|
||||
branch: master
|
||||
repo: https://github.com/Ellpeck/MLEM
|
||||
id: AddListener
|
||||
path: ../MLEM/Misc/TextInputWrapper.cs
|
||||
startLine: 126
|
||||
assemblies:
|
||||
- MLEM
|
||||
namespace: MLEM.Misc
|
||||
example: []
|
||||
syntax:
|
||||
content: public override void AddListener(GameWindow window, TextInputWrapper.TextInputCallback callback)
|
||||
parameters:
|
||||
- id: window
|
||||
type: Microsoft.Xna.Framework.GameWindow
|
||||
- id: callback
|
||||
type: MLEM.Misc.TextInputWrapper.TextInputCallback
|
||||
content.vb: Public Overrides Sub AddListener(window As GameWindow, callback As TextInputWrapper.TextInputCallback)
|
||||
overridden: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
overload: MLEM.Misc.TextInputWrapper.Mobile.AddListener*
|
||||
modifiers.csharp:
|
||||
- public
|
||||
- override
|
||||
modifiers.vb:
|
||||
- Public
|
||||
- Overrides
|
||||
references:
|
||||
- uid: MLEM.Misc
|
||||
commentId: N:MLEM.Misc
|
||||
name: MLEM.Misc
|
||||
nameWithType: MLEM.Misc
|
||||
fullName: MLEM.Misc
|
||||
- uid: System.Object
|
||||
commentId: T:System.Object
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Object
|
||||
nameWithType: Object
|
||||
fullName: System.Object
|
||||
- uid: MLEM.Misc.TextInputWrapper
|
||||
commentId: T:MLEM.Misc.TextInputWrapper
|
||||
parent: MLEM.Misc
|
||||
name: TextInputWrapper
|
||||
nameWithType: TextInputWrapper
|
||||
fullName: MLEM.Misc.TextInputWrapper
|
||||
- uid: MLEM.Misc.TextInputWrapper.Current
|
||||
commentId: P:MLEM.Misc.TextInputWrapper.Current
|
||||
parent: MLEM.Misc.TextInputWrapper
|
||||
name: Current
|
||||
nameWithType: TextInputWrapper.Current
|
||||
fullName: MLEM.Misc.TextInputWrapper.Current
|
||||
- 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: )
|
||||
- uid: System
|
||||
commentId: N:System
|
||||
isExternal: true
|
||||
name: System
|
||||
nameWithType: System
|
||||
fullName: System
|
||||
- uid: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard
|
||||
commentId: M:MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard
|
||||
parent: MLEM.Misc.TextInputWrapper
|
||||
name: RequiresOnScreenKeyboard()
|
||||
nameWithType: TextInputWrapper.RequiresOnScreenKeyboard()
|
||||
fullName: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard()
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard
|
||||
name: RequiresOnScreenKeyboard
|
||||
nameWithType: TextInputWrapper.RequiresOnScreenKeyboard
|
||||
fullName: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard
|
||||
name: RequiresOnScreenKeyboard
|
||||
nameWithType: TextInputWrapper.RequiresOnScreenKeyboard
|
||||
fullName: MLEM.Misc.TextInputWrapper.RequiresOnScreenKeyboard
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.TextInputWrapper.Mobile.RequiresOnScreenKeyboard*
|
||||
commentId: Overload:MLEM.Misc.TextInputWrapper.Mobile.RequiresOnScreenKeyboard
|
||||
name: RequiresOnScreenKeyboard
|
||||
nameWithType: TextInputWrapper.Mobile.RequiresOnScreenKeyboard
|
||||
fullName: MLEM.Misc.TextInputWrapper.Mobile.RequiresOnScreenKeyboard
|
||||
- uid: System.Boolean
|
||||
commentId: T:System.Boolean
|
||||
parent: System
|
||||
isExternal: true
|
||||
name: Boolean
|
||||
nameWithType: Boolean
|
||||
fullName: System.Boolean
|
||||
- uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
commentId: M:MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
parent: MLEM.Misc.TextInputWrapper
|
||||
isExternal: true
|
||||
name: AddListener(GameWindow, TextInputWrapper.TextInputCallback)
|
||||
nameWithType: TextInputWrapper.AddListener(GameWindow, TextInputWrapper.TextInputCallback)
|
||||
fullName: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow, MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
spec.csharp:
|
||||
- uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
name: AddListener
|
||||
nameWithType: TextInputWrapper.AddListener
|
||||
fullName: MLEM.Misc.TextInputWrapper.AddListener
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: Microsoft.Xna.Framework.GameWindow
|
||||
name: GameWindow
|
||||
nameWithType: GameWindow
|
||||
fullName: Microsoft.Xna.Framework.GameWindow
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: MLEM.Misc.TextInputWrapper.TextInputCallback
|
||||
name: TextInputWrapper.TextInputCallback
|
||||
nameWithType: TextInputWrapper.TextInputCallback
|
||||
fullName: MLEM.Misc.TextInputWrapper.TextInputCallback
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
spec.vb:
|
||||
- uid: MLEM.Misc.TextInputWrapper.AddListener(Microsoft.Xna.Framework.GameWindow,MLEM.Misc.TextInputWrapper.TextInputCallback)
|
||||
name: AddListener
|
||||
nameWithType: TextInputWrapper.AddListener
|
||||
fullName: MLEM.Misc.TextInputWrapper.AddListener
|
||||
- name: (
|
||||
nameWithType: (
|
||||
fullName: (
|
||||
- uid: Microsoft.Xna.Framework.GameWindow
|
||||
name: GameWindow
|
||||
nameWithType: GameWindow
|
||||
fullName: Microsoft.Xna.Framework.GameWindow
|
||||
isExternal: true
|
||||
- name: ', '
|
||||
nameWithType: ', '
|
||||
fullName: ', '
|
||||
- uid: MLEM.Misc.TextInputWrapper.TextInputCallback
|
||||
name: TextInputWrapper.TextInputCallback
|
||||
nameWithType: TextInputWrapper.TextInputCallback
|
||||
fullName: MLEM.Misc.TextInputWrapper.TextInputCallback
|
||||
- name: )
|
||||
nameWithType: )
|
||||
fullName: )
|
||||
- uid: MLEM.Misc.TextInputWrapper.Mobile.AddListener*
|
||||
commentId: Overload:MLEM.Misc.TextInputWrapper.Mobile.AddListener
|
||||
name: AddListener
|
||||
nameWithType: TextInputWrapper.Mobile.AddListener
|
||||
fullName: MLEM.Misc.TextInputWrapper.Mobile.AddListener
|
||||
- uid: Microsoft.Xna.Framework.GameWindow
|
||||
commentId: T:Microsoft.Xna.Framework.GameWindow
|
||||
parent: Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: GameWindow
|
||||
nameWithType: GameWindow
|
||||
fullName: Microsoft.Xna.Framework.GameWindow
|
||||
- uid: MLEM.Misc.TextInputWrapper.TextInputCallback
|
||||
commentId: T:MLEM.Misc.TextInputWrapper.TextInputCallback
|
||||
parent: MLEM.Misc
|
||||
name: TextInputWrapper.TextInputCallback
|
||||
nameWithType: TextInputWrapper.TextInputCallback
|
||||
fullName: MLEM.Misc.TextInputWrapper.TextInputCallback
|
||||
- uid: Microsoft.Xna.Framework
|
||||
commentId: N:Microsoft.Xna.Framework
|
||||
isExternal: true
|
||||
name: Microsoft.Xna.Framework
|
||||
nameWithType: Microsoft.Xna.Framework
|
||||
fullName: Microsoft.Xna.Framework
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue