1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-18 19:34:31 +02:00
MLEM/Docs/api/MLEM.Formatting.Codes.Code.yml
2020-05-21 01:08:36 +02:00

1176 lines
35 KiB
YAML

### YamlMime:ManagedReference
items:
- uid: MLEM.Formatting.Codes.Code
commentId: T:MLEM.Formatting.Codes.Code
id: Code
parent: MLEM.Formatting.Codes
children:
- MLEM.Formatting.Codes.Code.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex)
- MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single)
- MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single)
- MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code)
- MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color)
- MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont)
- MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont)
- MLEM.Formatting.Codes.Code.Match
- MLEM.Formatting.Codes.Code.Regex
- MLEM.Formatting.Codes.Code.Token
- MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime)
langs:
- csharp
- vb
name: Code
nameWithType: Code
fullName: MLEM.Formatting.Codes.Code
type: Class
source:
remote:
path: MLEM/Formatting/Codes/Code.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: Code
path: ../MLEM/Formatting/Codes/Code.cs
startLine: 7
assemblies:
- MLEM
namespace: MLEM.Formatting.Codes
syntax:
content: 'public class Code : GenericDataHolder'
content.vb: >-
Public Class Code
Inherits GenericDataHolder
inheritance:
- System.Object
- MLEM.Misc.GenericDataHolder
derivedClasses:
- MLEM.Formatting.Codes.AnimatedCode
- MLEM.Formatting.Codes.ColorCode
- MLEM.Formatting.Codes.FontCode
- MLEM.Formatting.Codes.ImageCode
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.Formatting.Codes.Code.Regex
commentId: F:MLEM.Formatting.Codes.Code.Regex
id: Regex
parent: MLEM.Formatting.Codes.Code
langs:
- csharp
- vb
name: Regex
nameWithType: Code.Regex
fullName: MLEM.Formatting.Codes.Code.Regex
type: Field
source:
remote:
path: MLEM/Formatting/Codes/Code.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: Regex
path: ../MLEM/Formatting/Codes/Code.cs
startLine: 9
assemblies:
- MLEM
namespace: MLEM.Formatting.Codes
syntax:
content: public readonly Regex Regex
return:
type: System.Text.RegularExpressions.Regex
content.vb: Public ReadOnly Regex As Regex
modifiers.csharp:
- public
- readonly
modifiers.vb:
- Public
- ReadOnly
- uid: MLEM.Formatting.Codes.Code.Match
commentId: F:MLEM.Formatting.Codes.Code.Match
id: Match
parent: MLEM.Formatting.Codes.Code
langs:
- csharp
- vb
name: Match
nameWithType: Code.Match
fullName: MLEM.Formatting.Codes.Code.Match
type: Field
source:
remote:
path: MLEM/Formatting/Codes/Code.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: Match
path: ../MLEM/Formatting/Codes/Code.cs
startLine: 10
assemblies:
- MLEM
namespace: MLEM.Formatting.Codes
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.Codes.Code.Token
commentId: P:MLEM.Formatting.Codes.Code.Token
id: Token
parent: MLEM.Formatting.Codes.Code
langs:
- csharp
- vb
name: Token
nameWithType: Code.Token
fullName: MLEM.Formatting.Codes.Code.Token
type: Property
source:
remote:
path: MLEM/Formatting/Codes/Code.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: Token
path: ../MLEM/Formatting/Codes/Code.cs
startLine: 11
assemblies:
- MLEM
namespace: MLEM.Formatting.Codes
syntax:
content: public Token Token { get; }
parameters: []
return:
type: MLEM.Formatting.Token
content.vb: Public ReadOnly Property Token As Token
overload: MLEM.Formatting.Codes.Code.Token*
modifiers.csharp:
- public
- get
modifiers.vb:
- Public
- ReadOnly
- uid: MLEM.Formatting.Codes.Code.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex)
commentId: M:MLEM.Formatting.Codes.Code.#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex)
id: '#ctor(System.Text.RegularExpressions.Match,System.Text.RegularExpressions.Regex)'
parent: MLEM.Formatting.Codes.Code
langs:
- csharp
- vb
name: Code(Match, Regex)
nameWithType: Code.Code(Match, Regex)
fullName: MLEM.Formatting.Codes.Code.Code(System.Text.RegularExpressions.Match, System.Text.RegularExpressions.Regex)
type: Constructor
source:
remote:
path: MLEM/Formatting/Codes/Code.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: .ctor
path: ../MLEM/Formatting/Codes/Code.cs
startLine: 13
assemblies:
- MLEM
namespace: MLEM.Formatting.Codes
syntax:
content: protected Code(Match match, Regex regex)
parameters:
- id: match
type: System.Text.RegularExpressions.Match
- id: regex
type: System.Text.RegularExpressions.Regex
content.vb: Protected Sub New(match As Match, regex As Regex)
overload: MLEM.Formatting.Codes.Code.#ctor*
modifiers.csharp:
- protected
modifiers.vb:
- Protected
- uid: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code)
commentId: M:MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code)
id: EndsHere(MLEM.Formatting.Codes.Code)
parent: MLEM.Formatting.Codes.Code
langs:
- csharp
- vb
name: EndsHere(Code)
nameWithType: Code.EndsHere(Code)
fullName: MLEM.Formatting.Codes.Code.EndsHere(MLEM.Formatting.Codes.Code)
type: Method
source:
remote:
path: MLEM/Formatting/Codes/Code.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: EndsHere
path: ../MLEM/Formatting/Codes/Code.cs
startLine: 18
assemblies:
- MLEM
namespace: MLEM.Formatting.Codes
syntax:
content: public virtual bool EndsHere(Code other)
parameters:
- id: other
type: MLEM.Formatting.Codes.Code
return:
type: System.Boolean
content.vb: Public Overridable Function EndsHere(other As Code) As Boolean
overload: MLEM.Formatting.Codes.Code.EndsHere*
modifiers.csharp:
- public
- virtual
modifiers.vb:
- Public
- Overridable
- uid: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color)
commentId: M:MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color)
id: GetColor(Microsoft.Xna.Framework.Color)
parent: MLEM.Formatting.Codes.Code
langs:
- csharp
- vb
name: GetColor(Color)
nameWithType: Code.GetColor(Color)
fullName: MLEM.Formatting.Codes.Code.GetColor(Microsoft.Xna.Framework.Color)
type: Method
source:
remote:
path: MLEM/Formatting/Codes/Code.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: GetColor
path: ../MLEM/Formatting/Codes/Code.cs
startLine: 22
assemblies:
- MLEM
namespace: MLEM.Formatting.Codes
syntax:
content: public virtual Color? GetColor(Color defaultPick)
parameters:
- id: defaultPick
type: Microsoft.Xna.Framework.Color
return:
type: System.Nullable{Microsoft.Xna.Framework.Color}
content.vb: Public Overridable Function GetColor(defaultPick As Color) As Color?
overload: MLEM.Formatting.Codes.Code.GetColor*
modifiers.csharp:
- public
- virtual
modifiers.vb:
- Public
- Overridable
- uid: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont)
commentId: M:MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont)
id: GetFont(MLEM.Font.GenericFont)
parent: MLEM.Formatting.Codes.Code
langs:
- csharp
- vb
name: GetFont(GenericFont)
nameWithType: Code.GetFont(GenericFont)
fullName: MLEM.Formatting.Codes.Code.GetFont(MLEM.Font.GenericFont)
type: Method
source:
remote:
path: MLEM/Formatting/Codes/Code.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: GetFont
path: ../MLEM/Formatting/Codes/Code.cs
startLine: 26
assemblies:
- MLEM
namespace: MLEM.Formatting.Codes
syntax:
content: public virtual GenericFont GetFont(GenericFont defaultPick)
parameters:
- id: defaultPick
type: MLEM.Font.GenericFont
return:
type: MLEM.Font.GenericFont
content.vb: Public Overridable Function GetFont(defaultPick As GenericFont) As GenericFont
overload: MLEM.Formatting.Codes.Code.GetFont*
modifiers.csharp:
- public
- virtual
modifiers.vb:
- Public
- Overridable
- uid: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime)
commentId: M:MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime)
id: Update(Microsoft.Xna.Framework.GameTime)
parent: MLEM.Formatting.Codes.Code
langs:
- csharp
- vb
name: Update(GameTime)
nameWithType: Code.Update(GameTime)
fullName: MLEM.Formatting.Codes.Code.Update(Microsoft.Xna.Framework.GameTime)
type: Method
source:
remote:
path: MLEM/Formatting/Codes/Code.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: Update
path: ../MLEM/Formatting/Codes/Code.cs
startLine: 30
assemblies:
- MLEM
namespace: MLEM.Formatting.Codes
syntax:
content: public virtual void Update(GameTime time)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
content.vb: Public Overridable Sub Update(time As GameTime)
overload: MLEM.Formatting.Codes.Code.Update*
modifiers.csharp:
- public
- virtual
modifiers.vb:
- Public
- Overridable
- uid: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont)
commentId: M:MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont)
id: GetReplacementString(MLEM.Font.GenericFont)
parent: MLEM.Formatting.Codes.Code
langs:
- csharp
- vb
name: GetReplacementString(GenericFont)
nameWithType: Code.GetReplacementString(GenericFont)
fullName: MLEM.Formatting.Codes.Code.GetReplacementString(MLEM.Font.GenericFont)
type: Method
source:
remote:
path: MLEM/Formatting/Codes/Code.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: GetReplacementString
path: ../MLEM/Formatting/Codes/Code.cs
startLine: 33
assemblies:
- MLEM
namespace: MLEM.Formatting.Codes
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.Codes.Code.GetReplacementString*
modifiers.csharp:
- public
- virtual
modifiers.vb:
- Public
- Overridable
- uid: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single)
commentId: M:MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single)
id: DrawCharacter(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Char,System.String,System.Int32,Microsoft.Xna.Framework.Vector2@,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color@,System.Single@,System.Single)
parent: MLEM.Formatting.Codes.Code
langs:
- csharp
- vb
name: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ref Vector2, GenericFont, ref Color, ref Single, Single)
nameWithType: Code.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ref Vector2, GenericFont, ref Color, ref Single, Single)
fullName: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, ref Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, ref Microsoft.Xna.Framework.Color, ref System.Single, System.Single)
type: Method
source:
remote:
path: MLEM/Formatting/Codes/Code.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: DrawCharacter
path: ../MLEM/Formatting/Codes/Code.cs
startLine: 37
assemblies:
- MLEM
namespace: MLEM.Formatting.Codes
syntax:
content: public virtual bool DrawCharacter(GameTime time, SpriteBatch batch, char c, string cString, int indexInToken, ref Vector2 pos, GenericFont font, ref Color color, ref float scale, float depth)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
- id: batch
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
- id: c
type: System.Char
- id: cString
type: System.String
- id: indexInToken
type: System.Int32
- id: pos
type: Microsoft.Xna.Framework.Vector2
- id: font
type: MLEM.Font.GenericFont
- id: color
type: Microsoft.Xna.Framework.Color
- id: scale
type: System.Single
- id: depth
type: System.Single
return:
type: System.Boolean
content.vb: Public Overridable Function DrawCharacter(time As GameTime, batch As SpriteBatch, c As Char, cString As String, indexInToken As Integer, ByRef pos As Vector2, font As GenericFont, ByRef color As Color, ByRef scale As Single, depth As Single) As Boolean
overload: MLEM.Formatting.Codes.Code.DrawCharacter*
nameWithType.vb: Code.DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ByRef Vector2, GenericFont, ByRef Color, ByRef Single, Single)
modifiers.csharp:
- public
- virtual
modifiers.vb:
- Public
- Overridable
fullName.vb: MLEM.Formatting.Codes.Code.DrawCharacter(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, System.Char, System.String, System.Int32, ByRef Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, ByRef Microsoft.Xna.Framework.Color, ByRef System.Single, System.Single)
name.vb: DrawCharacter(GameTime, SpriteBatch, Char, String, Int32, ByRef Vector2, GenericFont, ByRef Color, ByRef Single, Single)
- uid: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single)
commentId: M:MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single)
id: DrawSelf(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,Microsoft.Xna.Framework.Vector2,MLEM.Font.GenericFont,Microsoft.Xna.Framework.Color,System.Single,System.Single)
parent: MLEM.Formatting.Codes.Code
langs:
- csharp
- vb
name: DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single)
nameWithType: Code.DrawSelf(GameTime, SpriteBatch, Vector2, GenericFont, Color, Single, Single)
fullName: MLEM.Formatting.Codes.Code.DrawSelf(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, MLEM.Font.GenericFont, Microsoft.Xna.Framework.Color, System.Single, System.Single)
type: Method
source:
remote:
path: MLEM/Formatting/Codes/Code.cs
branch: master
repo: https://github.com/Ellpeck/MLEM
id: DrawSelf
path: ../MLEM/Formatting/Codes/Code.cs
startLine: 41
assemblies:
- MLEM
namespace: MLEM.Formatting.Codes
syntax:
content: public virtual void DrawSelf(GameTime time, SpriteBatch batch, Vector2 pos, GenericFont font, Color color, float scale, float depth)
parameters:
- id: time
type: Microsoft.Xna.Framework.GameTime
- id: batch
type: Microsoft.Xna.Framework.Graphics.SpriteBatch
- id: pos
type: Microsoft.Xna.Framework.Vector2
- id: font
type: MLEM.Font.GenericFont
- id: color
type: Microsoft.Xna.Framework.Color
- id: scale
type: System.Single
- id: depth
type: System.Single
content.vb: Public Overridable Sub DrawSelf(time As GameTime, batch As SpriteBatch, pos As Vector2, font As GenericFont, color As Color, scale As Single, depth As Single)
overload: MLEM.Formatting.Codes.Code.DrawSelf*
modifiers.csharp:
- public
- virtual
modifiers.vb:
- Public
- Overridable
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: 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: 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: System.Text.RegularExpressions
commentId: N:System.Text.RegularExpressions
isExternal: true
name: System.Text.RegularExpressions
nameWithType: System.Text.RegularExpressions
fullName: System.Text.RegularExpressions
- 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: MLEM.Formatting.Codes.Code.Token*
commentId: Overload:MLEM.Formatting.Codes.Code.Token
name: Token
nameWithType: Code.Token
fullName: MLEM.Formatting.Codes.Code.Token
- uid: MLEM.Formatting.Token
commentId: T:MLEM.Formatting.Token
parent: MLEM.Formatting
name: Token
nameWithType: Token
fullName: MLEM.Formatting.Token
- uid: MLEM.Formatting
commentId: N:MLEM.Formatting
name: MLEM.Formatting
nameWithType: MLEM.Formatting
fullName: MLEM.Formatting
- uid: MLEM.Formatting.Codes.Code.#ctor*
commentId: Overload:MLEM.Formatting.Codes.Code.#ctor
name: Code
nameWithType: Code.Code
fullName: MLEM.Formatting.Codes.Code.Code
- uid: MLEM.Formatting.Codes.Code.EndsHere*
commentId: Overload:MLEM.Formatting.Codes.Code.EndsHere
name: EndsHere
nameWithType: Code.EndsHere
fullName: MLEM.Formatting.Codes.Code.EndsHere
- 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: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
- uid: MLEM.Formatting.Codes.Code.GetColor*
commentId: Overload:MLEM.Formatting.Codes.Code.GetColor
name: GetColor
nameWithType: Code.GetColor
fullName: MLEM.Formatting.Codes.Code.GetColor
- 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: 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: MLEM.Formatting.Codes.Code.GetFont*
commentId: Overload:MLEM.Formatting.Codes.Code.GetFont
name: GetFont
nameWithType: Code.GetFont
fullName: MLEM.Formatting.Codes.Code.GetFont
- 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.Codes.Code.Update*
commentId: Overload:MLEM.Formatting.Codes.Code.Update
name: Update
nameWithType: Code.Update
fullName: MLEM.Formatting.Codes.Code.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: MLEM.Formatting.Codes.Code.GetReplacementString*
commentId: Overload:MLEM.Formatting.Codes.Code.GetReplacementString
name: GetReplacementString
nameWithType: Code.GetReplacementString
fullName: MLEM.Formatting.Codes.Code.GetReplacementString
- uid: System.String
commentId: T:System.String
parent: System
isExternal: true
name: String
nameWithType: String
fullName: System.String
- uid: MLEM.Formatting.Codes.Code.DrawCharacter*
commentId: Overload:MLEM.Formatting.Codes.Code.DrawCharacter
name: DrawCharacter
nameWithType: Code.DrawCharacter
fullName: MLEM.Formatting.Codes.Code.DrawCharacter
- 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.Char
commentId: T:System.Char
parent: System
isExternal: true
name: Char
nameWithType: Char
fullName: System.Char
- 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: System.Single
commentId: T:System.Single
parent: System
isExternal: true
name: Single
nameWithType: Single
fullName: System.Single
- 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: MLEM.Formatting.Codes.Code.DrawSelf*
commentId: Overload:MLEM.Formatting.Codes.Code.DrawSelf
name: DrawSelf
nameWithType: Code.DrawSelf
fullName: MLEM.Formatting.Codes.Code.DrawSelf