2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Uis.NotifType
commentId : T:TinyLife.Uis.NotifType
id : NotifType
parent : TinyLife.Uis
children :
2022-03-09 16:13:05 +01:00
- TinyLife.Uis.NotifType.Debug
2021-08-04 06:51:12 +02:00
- TinyLife.Uis.NotifType.Info
- TinyLife.Uis.NotifType.VeryImportant
2021-10-14 20:30:40 +02:00
- TinyLife.Uis.NotifType.VeryPositive
2021-08-04 06:51:12 +02:00
- TinyLife.Uis.NotifType.Warning
langs :
- csharp
- vb
name : NotifType
nameWithType : NotifType
fullName : TinyLife.Uis.NotifType
type : Enum
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : >-
An enumeration that represents a type that a <xref href="TinyLife.Uis.Notifications" data-throw-if-not-resolved="false"></xref> panel can have.
The notification type mainly changes the color that its panel is displayed with.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public enum NotifType
content.vb : Public Enum NotifType
extensionMethods :
- TinyLife.Uis.NotifType.TinyLife.Utilities.Extensions.JsonCopy``1
- 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
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : The default notification type, which displays with a panel's regular color
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : Info = 0
return :
type : TinyLife.Uis.NotifType
- 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
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : A notification type for warnings, which displays in orange
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : Warning = 1
return :
type : TinyLife.Uis.NotifType
- 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
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : >-
A notification type for very important messages, especially debug and error messages.
This type displays in bright red.
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : VeryImportant = 2
return :
type : TinyLife.Uis.NotifType
2021-10-14 20:30:40 +02:00
- uid : TinyLife.Uis.NotifType.VeryPositive
commentId : F:TinyLife.Uis.NotifType.VeryPositive
id : VeryPositive
parent : TinyLife.Uis.NotifType
langs :
- csharp
- vb
name : VeryPositive
nameWithType : NotifType.VeryPositive
fullName : TinyLife.Uis.NotifType.VeryPositive
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : A notification type for very positive messages, which displays in green
2021-10-14 20:30:40 +02:00
example : [ ]
syntax :
content : VeryPositive = 3
return :
type : TinyLife.Uis.NotifType
2022-03-09 16:13:05 +01:00
- uid : TinyLife.Uis.NotifType.Debug
commentId : F:TinyLife.Uis.NotifType.Debug
id : Debug
parent : TinyLife.Uis.NotifType
langs :
- csharp
- vb
name : Debug
nameWithType : NotifType.Debug
fullName : TinyLife.Uis.NotifType.Debug
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : A notification type for debug notifications, like ones created by <xref href="TinyLife.Debug.Cheats" data-throw-if-not-resolved="false"></xref>.
2022-03-09 16:13:05 +01:00
example : [ ]
syntax :
content : Debug = 4
return :
type : TinyLife.Uis.NotifType
2021-08-04 06:51:12 +02:00
references :
- uid : TinyLife.Uis.Notifications
commentId : T:TinyLife.Uis.Notifications
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.Notifications.html
2021-08-04 06:51:12 +02:00
name : Notifications
nameWithType : Notifications
fullName : TinyLife.Uis.Notifications
- uid : TinyLife.Uis
commentId : N : TinyLife.Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Uis
nameWithType : TinyLife.Uis
fullName : TinyLife.Uis
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Uis
name : Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Uis
name : Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.html
2021-08-04 06:51:12 +02:00
- 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)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name : JsonCopy<NotifType>(NotifType)
nameWithType : Extensions.JsonCopy<NotifType>(NotifType)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Uis.NotifType>(TinyLife.Uis.NotifType)
nameWithType.vb : Extensions.JsonCopy(Of NotifType)(NotifType)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Uis.NotifType)(TinyLife.Uis.NotifType)
name.vb : JsonCopy(Of NotifType)(NotifType)
2021-08-04 06:51:12 +02:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Uis.NotifType)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- uid : TinyLife.Uis.NotifType
name : NotifType
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.NotifType.html
2023-03-30 18:07:55 +02:00
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Uis.NotifType
name : NotifType
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.NotifType.html
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Uis.NotifType)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- uid : TinyLife.Uis.NotifType
name : NotifType
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.NotifType.html
2023-03-30 18:07:55 +02:00
- name : )
- name : (
- uid : TinyLife.Uis.NotifType
name : NotifType
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.NotifType.html
2021-08-04 06:51:12 +02:00
- name : )
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2021-08-04 06:51:12 +02:00
name : JsonCopy<T>(T)
nameWithType : Extensions.JsonCopy<T>(T)
fullName : TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb : Extensions.JsonCopy(Of T)(T)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb : JsonCopy(Of T)(T)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html
2021-08-04 06:51:12 +02:00
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-08-04 06:51:12 +02:00
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Uis.NotifType
commentId : T:TinyLife.Uis.NotifType
parent : TinyLife.Uis
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.NotifType.html
2021-08-04 06:51:12 +02:00
name : NotifType
nameWithType : NotifType
fullName : TinyLife.Uis.NotifType
2022-03-09 16:13:05 +01:00
- uid : TinyLife.Debug.Cheats
commentId : F:TinyLife.Debug.Cheats
2024-01-07 16:53:47 +01:00
href : TinyLife.Debug.html#TinyLife_Debug_Cheats
2023-03-30 18:07:55 +02:00
name : Cheats
nameWithType : Debug.Cheats
fullName : TinyLife.Debug.Cheats