mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-05 12:29:09 +01:00
280 lines
7.5 KiB
YAML
280 lines
7.5 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Uis.NotifType
|
|
commentId: T:TinyLife.Uis.NotifType
|
|
id: NotifType
|
|
parent: TinyLife.Uis
|
|
children:
|
|
- TinyLife.Uis.NotifType.Hint
|
|
- TinyLife.Uis.NotifType.Info
|
|
- TinyLife.Uis.NotifType.VeryImportant
|
|
- TinyLife.Uis.NotifType.Warning
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: NotifType
|
|
nameWithType: NotifType
|
|
fullName: TinyLife.Uis.NotifType
|
|
type: Enum
|
|
source:
|
|
remote:
|
|
path: TinyLife/Uis/Notifications.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: NotifType
|
|
path: Uis/Notifications.cs
|
|
startLine: 185
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Uis
|
|
summary: "\nAn enumeration that represents a type that a <xref href=\"TinyLife.Uis.Notifications\" data-throw-if-not-resolved=\"false\"></xref> panel can have.\nThe notification type mainly changes the color that its panel is displayed with.\n"
|
|
example: []
|
|
syntax:
|
|
content: public enum NotifType
|
|
content.vb: Public Enum NotifType
|
|
extensionMethods:
|
|
- TinyLife.Uis.NotifType.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
modifiers.csharp:
|
|
- public
|
|
- enum
|
|
modifiers.vb:
|
|
- Public
|
|
- Enum
|
|
- uid: TinyLife.Uis.NotifType.Info
|
|
commentId: F:TinyLife.Uis.NotifType.Info
|
|
id: Info
|
|
parent: TinyLife.Uis.NotifType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Info
|
|
nameWithType: NotifType.Info
|
|
fullName: TinyLife.Uis.NotifType.Info
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/Uis/Notifications.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Info
|
|
path: Uis/Notifications.cs
|
|
startLine: 190
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Uis
|
|
summary: "\nThe default notification type, which displays with a panel's regular color\n"
|
|
example: []
|
|
syntax:
|
|
content: Info = 0
|
|
return:
|
|
type: TinyLife.Uis.NotifType
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: TinyLife.Uis.NotifType.Warning
|
|
commentId: F:TinyLife.Uis.NotifType.Warning
|
|
id: Warning
|
|
parent: TinyLife.Uis.NotifType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Warning
|
|
nameWithType: NotifType.Warning
|
|
fullName: TinyLife.Uis.NotifType.Warning
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/Uis/Notifications.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Warning
|
|
path: Uis/Notifications.cs
|
|
startLine: 194
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Uis
|
|
summary: "\nA notification type for warnings, which displays in orange\n"
|
|
example: []
|
|
syntax:
|
|
content: Warning = 1
|
|
return:
|
|
type: TinyLife.Uis.NotifType
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: TinyLife.Uis.NotifType.VeryImportant
|
|
commentId: F:TinyLife.Uis.NotifType.VeryImportant
|
|
id: VeryImportant
|
|
parent: TinyLife.Uis.NotifType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: VeryImportant
|
|
nameWithType: NotifType.VeryImportant
|
|
fullName: TinyLife.Uis.NotifType.VeryImportant
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/Uis/Notifications.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: VeryImportant
|
|
path: Uis/Notifications.cs
|
|
startLine: 199
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Uis
|
|
summary: "\nA notification type for very important messages, especially debug and error messages.\nThis type displays in bright red.\n"
|
|
example: []
|
|
syntax:
|
|
content: VeryImportant = 2
|
|
return:
|
|
type: TinyLife.Uis.NotifType
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: TinyLife.Uis.NotifType.Hint
|
|
commentId: F:TinyLife.Uis.NotifType.Hint
|
|
id: Hint
|
|
parent: TinyLife.Uis.NotifType
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Hint
|
|
nameWithType: NotifType.Hint
|
|
fullName: TinyLife.Uis.NotifType.Hint
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/Uis/Notifications.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Hint
|
|
path: Uis/Notifications.cs
|
|
startLine: 203
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Uis
|
|
summary: "\nA notification type used by <xref href=\"TinyLife.Uis.InGameHint\" data-throw-if-not-resolved=\"false\"></xref>, which displays in green\n"
|
|
example: []
|
|
syntax:
|
|
content: Hint = 3
|
|
return:
|
|
type: TinyLife.Uis.NotifType
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
references:
|
|
- uid: TinyLife.Uis.Notifications
|
|
commentId: T:TinyLife.Uis.Notifications
|
|
name: Notifications
|
|
nameWithType: Notifications
|
|
fullName: TinyLife.Uis.Notifications
|
|
- uid: TinyLife.Uis
|
|
commentId: N:TinyLife.Uis
|
|
name: TinyLife.Uis
|
|
nameWithType: TinyLife.Uis
|
|
fullName: TinyLife.Uis
|
|
- uid: TinyLife.Uis.NotifType.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
parent: TinyLife.Utilities.Extensions
|
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy<NotifType>()
|
|
nameWithType: Extensions.JsonCopy<NotifType>()
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Uis.NotifType>()
|
|
nameWithType.vb: Extensions.JsonCopy(Of NotifType)()
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Uis.NotifType)()
|
|
name.vb: JsonCopy(Of NotifType)()
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy<NotifType>
|
|
nameWithType: Extensions.JsonCopy<NotifType>
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Uis.NotifType>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy(Of NotifType)
|
|
nameWithType: Extensions.JsonCopy(Of NotifType)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Uis.NotifType)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy<T>(T)
|
|
nameWithType: Extensions.JsonCopy<T>(T)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
|
|
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
|
|
name.vb: JsonCopy(Of T)(T)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy<T>
|
|
nameWithType: Extensions.JsonCopy<T>
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy(Of T)
|
|
nameWithType: Extensions.JsonCopy(Of T)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Utilities.Extensions
|
|
commentId: T:TinyLife.Utilities.Extensions
|
|
parent: TinyLife.Utilities
|
|
name: Extensions
|
|
nameWithType: Extensions
|
|
fullName: TinyLife.Utilities.Extensions
|
|
- uid: TinyLife.Utilities
|
|
commentId: N:TinyLife.Utilities
|
|
name: TinyLife.Utilities
|
|
nameWithType: TinyLife.Utilities
|
|
fullName: TinyLife.Utilities
|
|
- uid: TinyLife.Uis.NotifType
|
|
commentId: T:TinyLife.Uis.NotifType
|
|
parent: TinyLife.Uis
|
|
name: NotifType
|
|
nameWithType: NotifType
|
|
fullName: TinyLife.Uis.NotifType
|
|
- uid: TinyLife.Uis.InGameHint
|
|
commentId: T:TinyLife.Uis.InGameHint
|
|
parent: TinyLife.Uis
|
|
name: InGameHint
|
|
nameWithType: InGameHint
|
|
fullName: TinyLife.Uis.InGameHint
|