mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-01 05:10:50 +01:00
1658 lines
43 KiB
YAML
1658 lines
43 KiB
YAML
|
### YamlMime:ManagedReference
|
||
|
items:
|
||
|
- uid: MLEM.Ui.Style.UiStyle
|
||
|
commentId: T:MLEM.Ui.Style.UiStyle
|
||
|
id: UiStyle
|
||
|
parent: MLEM.Ui.Style
|
||
|
children:
|
||
|
- MLEM.Ui.Style.UiStyle.ActionSound
|
||
|
- MLEM.Ui.Style.UiStyle.BoldFont
|
||
|
- MLEM.Ui.Style.UiStyle.ButtonDisabledColor
|
||
|
- MLEM.Ui.Style.UiStyle.ButtonDisabledTexture
|
||
|
- MLEM.Ui.Style.UiStyle.ButtonHoveredColor
|
||
|
- MLEM.Ui.Style.UiStyle.ButtonHoveredTexture
|
||
|
- MLEM.Ui.Style.UiStyle.ButtonTexture
|
||
|
- MLEM.Ui.Style.UiStyle.CheckboxCheckmark
|
||
|
- MLEM.Ui.Style.UiStyle.CheckboxHoveredColor
|
||
|
- MLEM.Ui.Style.UiStyle.CheckboxHoveredTexture
|
||
|
- MLEM.Ui.Style.UiStyle.CheckboxTexture
|
||
|
- MLEM.Ui.Style.UiStyle.Font
|
||
|
- MLEM.Ui.Style.UiStyle.FormatSettings
|
||
|
- MLEM.Ui.Style.UiStyle.ItalicFont
|
||
|
- MLEM.Ui.Style.UiStyle.PanelTexture
|
||
|
- MLEM.Ui.Style.UiStyle.ProgressBarColor
|
||
|
- MLEM.Ui.Style.UiStyle.ProgressBarProgressColor
|
||
|
- MLEM.Ui.Style.UiStyle.ProgressBarProgressPadding
|
||
|
- MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture
|
||
|
- MLEM.Ui.Style.UiStyle.ProgressBarTexture
|
||
|
- MLEM.Ui.Style.UiStyle.RadioCheckmark
|
||
|
- MLEM.Ui.Style.UiStyle.RadioHoveredColor
|
||
|
- MLEM.Ui.Style.UiStyle.RadioHoveredTexture
|
||
|
- MLEM.Ui.Style.UiStyle.RadioTexture
|
||
|
- MLEM.Ui.Style.UiStyle.ScrollBarBackground
|
||
|
- MLEM.Ui.Style.UiStyle.ScrollBarScrollerTexture
|
||
|
- MLEM.Ui.Style.UiStyle.SelectionIndicator
|
||
|
- MLEM.Ui.Style.UiStyle.TextFieldHoveredColor
|
||
|
- MLEM.Ui.Style.UiStyle.TextFieldHoveredTexture
|
||
|
- MLEM.Ui.Style.UiStyle.TextFieldTexture
|
||
|
- MLEM.Ui.Style.UiStyle.TextScale
|
||
|
- MLEM.Ui.Style.UiStyle.TooltipBackground
|
||
|
- MLEM.Ui.Style.UiStyle.TooltipOffset
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: UiStyle
|
||
|
nameWithType: UiStyle
|
||
|
fullName: MLEM.Ui.Style.UiStyle
|
||
|
type: Class
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: UiStyle
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 9
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: 'public class UiStyle : GenericDataHolder'
|
||
|
content.vb: >-
|
||
|
Public Class UiStyle
|
||
|
Inherits GenericDataHolder
|
||
|
inheritance:
|
||
|
- System.Object
|
||
|
- MLEM.Misc.GenericDataHolder
|
||
|
derivedClasses:
|
||
|
- MLEM.Ui.Style.UntexturedStyle
|
||
|
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.Ui.Style.UiStyle.SelectionIndicator
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.SelectionIndicator
|
||
|
id: SelectionIndicator
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: SelectionIndicator
|
||
|
nameWithType: UiStyle.SelectionIndicator
|
||
|
fullName: MLEM.Ui.Style.UiStyle.SelectionIndicator
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: SelectionIndicator
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 11
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public NinePatch SelectionIndicator
|
||
|
return:
|
||
|
type: MLEM.Textures.NinePatch
|
||
|
content.vb: Public SelectionIndicator As NinePatch
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.ButtonTexture
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.ButtonTexture
|
||
|
id: ButtonTexture
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: ButtonTexture
|
||
|
nameWithType: UiStyle.ButtonTexture
|
||
|
fullName: MLEM.Ui.Style.UiStyle.ButtonTexture
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: ButtonTexture
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 12
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public NinePatch ButtonTexture
|
||
|
return:
|
||
|
type: MLEM.Textures.NinePatch
|
||
|
content.vb: Public ButtonTexture As NinePatch
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.ButtonHoveredTexture
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.ButtonHoveredTexture
|
||
|
id: ButtonHoveredTexture
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: ButtonHoveredTexture
|
||
|
nameWithType: UiStyle.ButtonHoveredTexture
|
||
|
fullName: MLEM.Ui.Style.UiStyle.ButtonHoveredTexture
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: ButtonHoveredTexture
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 13
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public NinePatch ButtonHoveredTexture
|
||
|
return:
|
||
|
type: MLEM.Textures.NinePatch
|
||
|
content.vb: Public ButtonHoveredTexture As NinePatch
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.ButtonHoveredColor
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.ButtonHoveredColor
|
||
|
id: ButtonHoveredColor
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: ButtonHoveredColor
|
||
|
nameWithType: UiStyle.ButtonHoveredColor
|
||
|
fullName: MLEM.Ui.Style.UiStyle.ButtonHoveredColor
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: ButtonHoveredColor
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 14
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public Color ButtonHoveredColor
|
||
|
return:
|
||
|
type: Microsoft.Xna.Framework.Color
|
||
|
content.vb: Public ButtonHoveredColor As Color
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.ButtonDisabledTexture
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.ButtonDisabledTexture
|
||
|
id: ButtonDisabledTexture
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: ButtonDisabledTexture
|
||
|
nameWithType: UiStyle.ButtonDisabledTexture
|
||
|
fullName: MLEM.Ui.Style.UiStyle.ButtonDisabledTexture
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: ButtonDisabledTexture
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 15
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public NinePatch ButtonDisabledTexture
|
||
|
return:
|
||
|
type: MLEM.Textures.NinePatch
|
||
|
content.vb: Public ButtonDisabledTexture As NinePatch
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.ButtonDisabledColor
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.ButtonDisabledColor
|
||
|
id: ButtonDisabledColor
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: ButtonDisabledColor
|
||
|
nameWithType: UiStyle.ButtonDisabledColor
|
||
|
fullName: MLEM.Ui.Style.UiStyle.ButtonDisabledColor
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: ButtonDisabledColor
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 16
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public Color ButtonDisabledColor
|
||
|
return:
|
||
|
type: Microsoft.Xna.Framework.Color
|
||
|
content.vb: Public ButtonDisabledColor As Color
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.PanelTexture
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.PanelTexture
|
||
|
id: PanelTexture
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: PanelTexture
|
||
|
nameWithType: UiStyle.PanelTexture
|
||
|
fullName: MLEM.Ui.Style.UiStyle.PanelTexture
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: PanelTexture
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 17
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public NinePatch PanelTexture
|
||
|
return:
|
||
|
type: MLEM.Textures.NinePatch
|
||
|
content.vb: Public PanelTexture As NinePatch
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.TextFieldTexture
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.TextFieldTexture
|
||
|
id: TextFieldTexture
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: TextFieldTexture
|
||
|
nameWithType: UiStyle.TextFieldTexture
|
||
|
fullName: MLEM.Ui.Style.UiStyle.TextFieldTexture
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: TextFieldTexture
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 18
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public NinePatch TextFieldTexture
|
||
|
return:
|
||
|
type: MLEM.Textures.NinePatch
|
||
|
content.vb: Public TextFieldTexture As NinePatch
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.TextFieldHoveredTexture
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.TextFieldHoveredTexture
|
||
|
id: TextFieldHoveredTexture
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: TextFieldHoveredTexture
|
||
|
nameWithType: UiStyle.TextFieldHoveredTexture
|
||
|
fullName: MLEM.Ui.Style.UiStyle.TextFieldHoveredTexture
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: TextFieldHoveredTexture
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 19
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public NinePatch TextFieldHoveredTexture
|
||
|
return:
|
||
|
type: MLEM.Textures.NinePatch
|
||
|
content.vb: Public TextFieldHoveredTexture As NinePatch
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.TextFieldHoveredColor
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.TextFieldHoveredColor
|
||
|
id: TextFieldHoveredColor
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: TextFieldHoveredColor
|
||
|
nameWithType: UiStyle.TextFieldHoveredColor
|
||
|
fullName: MLEM.Ui.Style.UiStyle.TextFieldHoveredColor
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: TextFieldHoveredColor
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 20
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public Color TextFieldHoveredColor
|
||
|
return:
|
||
|
type: Microsoft.Xna.Framework.Color
|
||
|
content.vb: Public TextFieldHoveredColor As Color
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.ScrollBarBackground
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.ScrollBarBackground
|
||
|
id: ScrollBarBackground
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: ScrollBarBackground
|
||
|
nameWithType: UiStyle.ScrollBarBackground
|
||
|
fullName: MLEM.Ui.Style.UiStyle.ScrollBarBackground
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: ScrollBarBackground
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 21
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public NinePatch ScrollBarBackground
|
||
|
return:
|
||
|
type: MLEM.Textures.NinePatch
|
||
|
content.vb: Public ScrollBarBackground As NinePatch
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.ScrollBarScrollerTexture
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.ScrollBarScrollerTexture
|
||
|
id: ScrollBarScrollerTexture
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: ScrollBarScrollerTexture
|
||
|
nameWithType: UiStyle.ScrollBarScrollerTexture
|
||
|
fullName: MLEM.Ui.Style.UiStyle.ScrollBarScrollerTexture
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: ScrollBarScrollerTexture
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 22
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public NinePatch ScrollBarScrollerTexture
|
||
|
return:
|
||
|
type: MLEM.Textures.NinePatch
|
||
|
content.vb: Public ScrollBarScrollerTexture As NinePatch
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.CheckboxTexture
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.CheckboxTexture
|
||
|
id: CheckboxTexture
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: CheckboxTexture
|
||
|
nameWithType: UiStyle.CheckboxTexture
|
||
|
fullName: MLEM.Ui.Style.UiStyle.CheckboxTexture
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: CheckboxTexture
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 23
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public NinePatch CheckboxTexture
|
||
|
return:
|
||
|
type: MLEM.Textures.NinePatch
|
||
|
content.vb: Public CheckboxTexture As NinePatch
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.CheckboxHoveredTexture
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.CheckboxHoveredTexture
|
||
|
id: CheckboxHoveredTexture
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: CheckboxHoveredTexture
|
||
|
nameWithType: UiStyle.CheckboxHoveredTexture
|
||
|
fullName: MLEM.Ui.Style.UiStyle.CheckboxHoveredTexture
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: CheckboxHoveredTexture
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 24
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public NinePatch CheckboxHoveredTexture
|
||
|
return:
|
||
|
type: MLEM.Textures.NinePatch
|
||
|
content.vb: Public CheckboxHoveredTexture As NinePatch
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.CheckboxHoveredColor
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.CheckboxHoveredColor
|
||
|
id: CheckboxHoveredColor
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: CheckboxHoveredColor
|
||
|
nameWithType: UiStyle.CheckboxHoveredColor
|
||
|
fullName: MLEM.Ui.Style.UiStyle.CheckboxHoveredColor
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: CheckboxHoveredColor
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 25
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public Color CheckboxHoveredColor
|
||
|
return:
|
||
|
type: Microsoft.Xna.Framework.Color
|
||
|
content.vb: Public CheckboxHoveredColor As Color
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.CheckboxCheckmark
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.CheckboxCheckmark
|
||
|
id: CheckboxCheckmark
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: CheckboxCheckmark
|
||
|
nameWithType: UiStyle.CheckboxCheckmark
|
||
|
fullName: MLEM.Ui.Style.UiStyle.CheckboxCheckmark
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: CheckboxCheckmark
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 26
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public TextureRegion CheckboxCheckmark
|
||
|
return:
|
||
|
type: MLEM.Textures.TextureRegion
|
||
|
content.vb: Public CheckboxCheckmark As TextureRegion
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.RadioTexture
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.RadioTexture
|
||
|
id: RadioTexture
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: RadioTexture
|
||
|
nameWithType: UiStyle.RadioTexture
|
||
|
fullName: MLEM.Ui.Style.UiStyle.RadioTexture
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: RadioTexture
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 27
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public NinePatch RadioTexture
|
||
|
return:
|
||
|
type: MLEM.Textures.NinePatch
|
||
|
content.vb: Public RadioTexture As NinePatch
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.RadioHoveredTexture
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.RadioHoveredTexture
|
||
|
id: RadioHoveredTexture
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: RadioHoveredTexture
|
||
|
nameWithType: UiStyle.RadioHoveredTexture
|
||
|
fullName: MLEM.Ui.Style.UiStyle.RadioHoveredTexture
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: RadioHoveredTexture
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 28
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public NinePatch RadioHoveredTexture
|
||
|
return:
|
||
|
type: MLEM.Textures.NinePatch
|
||
|
content.vb: Public RadioHoveredTexture As NinePatch
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.RadioHoveredColor
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.RadioHoveredColor
|
||
|
id: RadioHoveredColor
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: RadioHoveredColor
|
||
|
nameWithType: UiStyle.RadioHoveredColor
|
||
|
fullName: MLEM.Ui.Style.UiStyle.RadioHoveredColor
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: RadioHoveredColor
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 29
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public Color RadioHoveredColor
|
||
|
return:
|
||
|
type: Microsoft.Xna.Framework.Color
|
||
|
content.vb: Public RadioHoveredColor As Color
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.RadioCheckmark
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.RadioCheckmark
|
||
|
id: RadioCheckmark
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: RadioCheckmark
|
||
|
nameWithType: UiStyle.RadioCheckmark
|
||
|
fullName: MLEM.Ui.Style.UiStyle.RadioCheckmark
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: RadioCheckmark
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 30
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public TextureRegion RadioCheckmark
|
||
|
return:
|
||
|
type: MLEM.Textures.TextureRegion
|
||
|
content.vb: Public RadioCheckmark As TextureRegion
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.TooltipBackground
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.TooltipBackground
|
||
|
id: TooltipBackground
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: TooltipBackground
|
||
|
nameWithType: UiStyle.TooltipBackground
|
||
|
fullName: MLEM.Ui.Style.UiStyle.TooltipBackground
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: TooltipBackground
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 31
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public NinePatch TooltipBackground
|
||
|
return:
|
||
|
type: MLEM.Textures.NinePatch
|
||
|
content.vb: Public TooltipBackground As NinePatch
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.TooltipOffset
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.TooltipOffset
|
||
|
id: TooltipOffset
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: TooltipOffset
|
||
|
nameWithType: UiStyle.TooltipOffset
|
||
|
fullName: MLEM.Ui.Style.UiStyle.TooltipOffset
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: TooltipOffset
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 32
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public Vector2 TooltipOffset
|
||
|
return:
|
||
|
type: Microsoft.Xna.Framework.Vector2
|
||
|
content.vb: Public TooltipOffset As Vector2
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.ProgressBarTexture
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarTexture
|
||
|
id: ProgressBarTexture
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: ProgressBarTexture
|
||
|
nameWithType: UiStyle.ProgressBarTexture
|
||
|
fullName: MLEM.Ui.Style.UiStyle.ProgressBarTexture
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: ProgressBarTexture
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 33
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public NinePatch ProgressBarTexture
|
||
|
return:
|
||
|
type: MLEM.Textures.NinePatch
|
||
|
content.vb: Public ProgressBarTexture As NinePatch
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.ProgressBarColor
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarColor
|
||
|
id: ProgressBarColor
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: ProgressBarColor
|
||
|
nameWithType: UiStyle.ProgressBarColor
|
||
|
fullName: MLEM.Ui.Style.UiStyle.ProgressBarColor
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: ProgressBarColor
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 34
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public Color ProgressBarColor
|
||
|
return:
|
||
|
type: Microsoft.Xna.Framework.Color
|
||
|
content.vb: Public ProgressBarColor As Color
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.ProgressBarProgressPadding
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarProgressPadding
|
||
|
id: ProgressBarProgressPadding
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: ProgressBarProgressPadding
|
||
|
nameWithType: UiStyle.ProgressBarProgressPadding
|
||
|
fullName: MLEM.Ui.Style.UiStyle.ProgressBarProgressPadding
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: ProgressBarProgressPadding
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 35
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public Vector2 ProgressBarProgressPadding
|
||
|
return:
|
||
|
type: Microsoft.Xna.Framework.Vector2
|
||
|
content.vb: Public ProgressBarProgressPadding As Vector2
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture
|
||
|
id: ProgressBarProgressTexture
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: ProgressBarProgressTexture
|
||
|
nameWithType: UiStyle.ProgressBarProgressTexture
|
||
|
fullName: MLEM.Ui.Style.UiStyle.ProgressBarProgressTexture
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: ProgressBarProgressTexture
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 36
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public NinePatch ProgressBarProgressTexture
|
||
|
return:
|
||
|
type: MLEM.Textures.NinePatch
|
||
|
content.vb: Public ProgressBarProgressTexture As NinePatch
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.ProgressBarProgressColor
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.ProgressBarProgressColor
|
||
|
id: ProgressBarProgressColor
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: ProgressBarProgressColor
|
||
|
nameWithType: UiStyle.ProgressBarProgressColor
|
||
|
fullName: MLEM.Ui.Style.UiStyle.ProgressBarProgressColor
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: ProgressBarProgressColor
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 37
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public Color ProgressBarProgressColor
|
||
|
return:
|
||
|
type: Microsoft.Xna.Framework.Color
|
||
|
content.vb: Public ProgressBarProgressColor As Color
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.Font
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.Font
|
||
|
id: Font
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: Font
|
||
|
nameWithType: UiStyle.Font
|
||
|
fullName: MLEM.Ui.Style.UiStyle.Font
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: Font
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 38
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public GenericFont Font
|
||
|
return:
|
||
|
type: MLEM.Font.GenericFont
|
||
|
content.vb: Public Font As GenericFont
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.BoldFont
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.BoldFont
|
||
|
id: BoldFont
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: BoldFont
|
||
|
nameWithType: UiStyle.BoldFont
|
||
|
fullName: MLEM.Ui.Style.UiStyle.BoldFont
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: BoldFont
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 40
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: >-
|
||
|
[Obsolete("Use the new GenericFont.Bold and GenericFont.Italic instead")]
|
||
|
|
||
|
public GenericFont BoldFont
|
||
|
return:
|
||
|
type: MLEM.Font.GenericFont
|
||
|
content.vb: >-
|
||
|
<Obsolete("Use the new GenericFont.Bold and GenericFont.Italic instead")>
|
||
|
|
||
|
Public BoldFont As GenericFont
|
||
|
attributes:
|
||
|
- type: System.ObsoleteAttribute
|
||
|
ctor: System.ObsoleteAttribute.#ctor(System.String)
|
||
|
arguments:
|
||
|
- type: System.String
|
||
|
value: Use the new GenericFont.Bold and GenericFont.Italic instead
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.ItalicFont
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.ItalicFont
|
||
|
id: ItalicFont
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: ItalicFont
|
||
|
nameWithType: UiStyle.ItalicFont
|
||
|
fullName: MLEM.Ui.Style.UiStyle.ItalicFont
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: ItalicFont
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 42
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: >-
|
||
|
[Obsolete("Use the new GenericFont.Bold and GenericFont.Italic instead")]
|
||
|
|
||
|
public GenericFont ItalicFont
|
||
|
return:
|
||
|
type: MLEM.Font.GenericFont
|
||
|
content.vb: >-
|
||
|
<Obsolete("Use the new GenericFont.Bold and GenericFont.Italic instead")>
|
||
|
|
||
|
Public ItalicFont As GenericFont
|
||
|
attributes:
|
||
|
- type: System.ObsoleteAttribute
|
||
|
ctor: System.ObsoleteAttribute.#ctor(System.String)
|
||
|
arguments:
|
||
|
- type: System.String
|
||
|
value: Use the new GenericFont.Bold and GenericFont.Italic instead
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.FormatSettings
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.FormatSettings
|
||
|
id: FormatSettings
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: FormatSettings
|
||
|
nameWithType: UiStyle.FormatSettings
|
||
|
fullName: MLEM.Ui.Style.UiStyle.FormatSettings
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: FormatSettings
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 44
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: >-
|
||
|
[Obsolete("Use the new text formatting system in MLEM.Formatting instead")]
|
||
|
|
||
|
public FormatSettings FormatSettings
|
||
|
return:
|
||
|
type: MLEM.Formatting.FormatSettings
|
||
|
content.vb: >-
|
||
|
<Obsolete("Use the new text formatting system in MLEM.Formatting instead")>
|
||
|
|
||
|
Public FormatSettings As FormatSettings
|
||
|
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
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.TextScale
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.TextScale
|
||
|
id: TextScale
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: TextScale
|
||
|
nameWithType: UiStyle.TextScale
|
||
|
fullName: MLEM.Ui.Style.UiStyle.TextScale
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: TextScale
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 45
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public float TextScale
|
||
|
return:
|
||
|
type: System.Single
|
||
|
content.vb: Public TextScale As Single
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
- uid: MLEM.Ui.Style.UiStyle.ActionSound
|
||
|
commentId: F:MLEM.Ui.Style.UiStyle.ActionSound
|
||
|
id: ActionSound
|
||
|
parent: MLEM.Ui.Style.UiStyle
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: ActionSound
|
||
|
nameWithType: UiStyle.ActionSound
|
||
|
fullName: MLEM.Ui.Style.UiStyle.ActionSound
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM.Ui/Style/UiStyle.cs
|
||
|
branch: master
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: ActionSound
|
||
|
path: ../MLEM.Ui/Style/UiStyle.cs
|
||
|
startLine: 46
|
||
|
assemblies:
|
||
|
- MLEM.Ui
|
||
|
namespace: MLEM.Ui.Style
|
||
|
syntax:
|
||
|
content: public SoundEffect ActionSound
|
||
|
return:
|
||
|
type: Microsoft.Xna.Framework.Audio.SoundEffect
|
||
|
content.vb: Public ActionSound As SoundEffect
|
||
|
modifiers.csharp:
|
||
|
- public
|
||
|
modifiers.vb:
|
||
|
- Public
|
||
|
references:
|
||
|
- uid: MLEM.Ui.Style
|
||
|
commentId: N:MLEM.Ui.Style
|
||
|
name: MLEM.Ui.Style
|
||
|
nameWithType: MLEM.Ui.Style
|
||
|
fullName: MLEM.Ui.Style
|
||
|
- 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.Textures.NinePatch
|
||
|
commentId: T:MLEM.Textures.NinePatch
|
||
|
parent: MLEM.Textures
|
||
|
name: NinePatch
|
||
|
nameWithType: NinePatch
|
||
|
fullName: MLEM.Textures.NinePatch
|
||
|
- uid: MLEM.Textures
|
||
|
commentId: N:MLEM.Textures
|
||
|
name: MLEM.Textures
|
||
|
nameWithType: MLEM.Textures
|
||
|
fullName: MLEM.Textures
|
||
|
- 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.Textures.TextureRegion
|
||
|
commentId: T:MLEM.Textures.TextureRegion
|
||
|
parent: MLEM.Textures
|
||
|
name: TextureRegion
|
||
|
nameWithType: TextureRegion
|
||
|
fullName: MLEM.Textures.TextureRegion
|
||
|
- 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: 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.FormatSettings
|
||
|
commentId: T:MLEM.Formatting.FormatSettings
|
||
|
parent: MLEM.Formatting
|
||
|
name: FormatSettings
|
||
|
nameWithType: FormatSettings
|
||
|
fullName: MLEM.Formatting.FormatSettings
|
||
|
- uid: MLEM.Formatting
|
||
|
commentId: N:MLEM.Formatting
|
||
|
name: MLEM.Formatting
|
||
|
nameWithType: MLEM.Formatting
|
||
|
fullName: MLEM.Formatting
|
||
|
- uid: System.Single
|
||
|
commentId: T:System.Single
|
||
|
parent: System
|
||
|
isExternal: true
|
||
|
name: Single
|
||
|
nameWithType: Single
|
||
|
fullName: System.Single
|
||
|
- uid: Microsoft.Xna.Framework.Audio.SoundEffect
|
||
|
commentId: T:Microsoft.Xna.Framework.Audio.SoundEffect
|
||
|
parent: Microsoft.Xna.Framework.Audio
|
||
|
isExternal: true
|
||
|
name: SoundEffect
|
||
|
nameWithType: SoundEffect
|
||
|
fullName: Microsoft.Xna.Framework.Audio.SoundEffect
|
||
|
- 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
|