TinyLifeWeb/docs/api/TinyLife.Uis.InGameUi.yml

936 lines
28 KiB
YAML
Raw Permalink Normal View History

2021-11-23 16:24:04 +01:00
### YamlMime:ManagedReference
items:
- uid: TinyLife.Uis.InGameUi
commentId: T:TinyLife.Uis.InGameUi
id: InGameUi
parent: TinyLife.Uis
children:
2024-04-14 17:55:54 +02:00
- TinyLife.Uis.InGameUi.BuildBottomRight
2021-11-23 16:24:04 +01:00
- TinyLife.Uis.InGameUi.BuildContent
2024-04-14 17:55:54 +02:00
- TinyLife.Uis.InGameUi.BuildTopLeft
- TinyLife.Uis.InGameUi.BuildView
2021-11-23 16:24:04 +01:00
- TinyLife.Uis.InGameUi.BuildZoom
2024-04-14 17:55:54 +02:00
- TinyLife.Uis.InGameUi.LotEmployments
- TinyLife.Uis.InGameUi.LotType
2021-11-23 16:24:04 +01:00
- TinyLife.Uis.InGameUi.Main
- TinyLife.Uis.InGameUi.OnInitialized
2023-12-16 12:54:23 +01:00
- TinyLife.Uis.InGameUi.OnModesPanelInitialized
- TinyLife.Uis.InGameUi.OnTopRightInitialized
2021-11-23 16:24:04 +01:00
langs:
- csharp
- vb
name: InGameUi
nameWithType: InGameUi
fullName: TinyLife.Uis.InGameUi
type: Class
source:
remote:
path: TinyLife/Uis/InGameUi.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id: InGameUi
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Uis/InGameUi.cs
2023-10-11 16:05:32 +02:00
startLine: 21
2021-11-23 16:24:04 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary: This class holds a set of ways to interact with the game's in-game ui.
2021-11-23 16:24:04 +01:00
example: []
syntax:
content: public static class InGameUi
content.vb: Public Module InGameUi
inheritance:
- System.Object
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
2023-12-16 12:54:23 +01:00
- uid: TinyLife.Uis.InGameUi.OnModesPanelInitialized
commentId: E:TinyLife.Uis.InGameUi.OnModesPanelInitialized
id: OnModesPanelInitialized
parent: TinyLife.Uis.InGameUi
langs:
- csharp
- vb
name: OnModesPanelInitialized
nameWithType: InGameUi.OnModesPanelInitialized
fullName: TinyLife.Uis.InGameUi.OnModesPanelInitialized
type: Event
source:
remote:
path: TinyLife/Uis/InGameUi.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnModesPanelInitialized
path: ../TinyLife/Uis/InGameUi.cs
startLine: 29
assemblies:
- Tiny Life
namespace: TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary: >-
An event that is invoked when the in-game ui's modes panel is initialized.
The modes panel is situated in the top right, and contains buttons for build mode, opening notifications, switching the viewed map, and so on.
2023-12-16 12:54:23 +01:00
example: []
syntax:
content: public static event Action<Panel> OnModesPanelInitialized
return:
type: System.Action{MLEM.Ui.Elements.Panel}
content.vb: Public Shared Event OnModesPanelInitialized As Action(Of Panel)
- uid: TinyLife.Uis.InGameUi.OnTopRightInitialized
commentId: E:TinyLife.Uis.InGameUi.OnTopRightInitialized
id: OnTopRightInitialized
parent: TinyLife.Uis.InGameUi
langs:
- csharp
- vb
name: OnTopRightInitialized
nameWithType: InGameUi.OnTopRightInitialized
fullName: TinyLife.Uis.InGameUi.OnTopRightInitialized
type: Event
source:
remote:
path: TinyLife/Uis/InGameUi.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnTopRightInitialized
path: ../TinyLife/Uis/InGameUi.cs
startLine: 34
assemblies:
- Tiny Life
namespace: TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary: >-
An event that is invoked when the in-game ui's top right panel is initialized.
The top-right panel contains the game's current time and day, money amount, as well as the panel received in <xref href="TinyLife.Uis.InGameUi.OnModesPanelInitialized" data-throw-if-not-resolved="false"></xref>.
2023-12-16 12:54:23 +01:00
example: []
syntax:
content: public static event Action<Group> OnTopRightInitialized
return:
type: System.Action{MLEM.Ui.Elements.Group}
content.vb: Public Shared Event OnTopRightInitialized As Action(Of Group)
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Uis.InGameUi.OnInitialized
commentId: E:TinyLife.Uis.InGameUi.OnInitialized
id: OnInitialized
parent: TinyLife.Uis.InGameUi
langs:
- csharp
- vb
name: OnInitialized
nameWithType: InGameUi.OnInitialized
fullName: TinyLife.Uis.InGameUi.OnInitialized
type: Event
source:
remote:
path: TinyLife/Uis/InGameUi.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id: OnInitialized
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Uis/InGameUi.cs
2023-12-16 12:54:23 +01:00
startLine: 38
2021-11-23 16:24:04 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary: An event that is invoked when the in-game ui is initialized after entering a save.
2021-11-23 16:24:04 +01:00
example: []
syntax:
content: public static event Action OnInitialized
return:
type: System.Action
content.vb: Public Shared Event OnInitialized As Action
- uid: TinyLife.Uis.InGameUi.Main
commentId: P:TinyLife.Uis.InGameUi.Main
id: Main
parent: TinyLife.Uis.InGameUi
langs:
- csharp
- vb
name: Main
nameWithType: InGameUi.Main
fullName: TinyLife.Uis.InGameUi.Main
type: Property
source:
remote:
path: TinyLife/Uis/InGameUi.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id: Main
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Uis/InGameUi.cs
2023-12-16 12:54:23 +01:00
startLine: 43
2021-11-23 16:24:04 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary: The main element that all other in-game ui elements are added to.
2021-11-23 16:24:04 +01:00
example: []
syntax:
content: public static Group Main { get; }
parameters: []
return:
type: MLEM.Ui.Elements.Group
2023-03-30 18:07:55 +02:00
content.vb: Public Shared Property Main As Group
2021-11-23 16:24:04 +01:00
overload: TinyLife.Uis.InGameUi.Main*
- uid: TinyLife.Uis.InGameUi.BuildContent
commentId: P:TinyLife.Uis.InGameUi.BuildContent
id: BuildContent
parent: TinyLife.Uis.InGameUi
langs:
- csharp
- vb
name: BuildContent
nameWithType: InGameUi.BuildContent
fullName: TinyLife.Uis.InGameUi.BuildContent
type: Property
source:
remote:
path: TinyLife/Uis/InGameUi.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id: BuildContent
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Uis/InGameUi.cs
2023-12-16 12:54:23 +01:00
startLine: 47
2021-11-23 16:24:04 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary: The build content panel that is passed into <xref href="TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel%2cMLEM.Ui.Elements.Panel)" data-throw-if-not-resolved="false"></xref>.
2021-11-23 16:24:04 +01:00
example: []
syntax:
content: public static Panel BuildContent { get; }
parameters: []
return:
type: MLEM.Ui.Elements.Panel
2023-03-30 18:07:55 +02:00
content.vb: Public Shared Property BuildContent As Panel
2021-11-23 16:24:04 +01:00
overload: TinyLife.Uis.InGameUi.BuildContent*
- uid: TinyLife.Uis.InGameUi.BuildZoom
commentId: P:TinyLife.Uis.InGameUi.BuildZoom
id: BuildZoom
parent: TinyLife.Uis.InGameUi
langs:
- csharp
- vb
name: BuildZoom
nameWithType: InGameUi.BuildZoom
fullName: TinyLife.Uis.InGameUi.BuildZoom
type: Property
source:
remote:
path: TinyLife/Uis/InGameUi.cs
2023-12-06 13:25:52 +01:00
branch: main
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id: BuildZoom
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Uis/InGameUi.cs
2023-12-16 12:54:23 +01:00
startLine: 51
2021-11-23 16:24:04 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary: The build zoom panel that is passed into <xref href="TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel%2cMLEM.Ui.Elements.Panel)" data-throw-if-not-resolved="false"></xref>.
2021-11-23 16:24:04 +01:00
example: []
syntax:
content: public static Panel BuildZoom { get; }
parameters: []
return:
type: MLEM.Ui.Elements.Panel
2023-03-30 18:07:55 +02:00
content.vb: Public Shared Property BuildZoom As Panel
2021-11-23 16:24:04 +01:00
overload: TinyLife.Uis.InGameUi.BuildZoom*
2024-04-14 17:55:54 +02:00
- uid: TinyLife.Uis.InGameUi.BuildView
commentId: P:TinyLife.Uis.InGameUi.BuildView
id: BuildView
parent: TinyLife.Uis.InGameUi
langs:
- csharp
- vb
name: BuildView
nameWithType: InGameUi.BuildView
fullName: TinyLife.Uis.InGameUi.BuildView
type: Property
source:
remote:
path: TinyLife/Uis/InGameUi.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildView
path: ../TinyLife/Uis/InGameUi.cs
startLine: 55
assemblies:
- Tiny Life
namespace: TinyLife.Uis
summary: The build view, which is the group passed to <xref href="TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel%2cMLEM.Ui.Elements.Panel)" data-throw-if-not-resolved="false"></xref>.
example: []
syntax:
content: public static Group BuildView { get; }
parameters: []
return:
type: MLEM.Ui.Elements.Group
content.vb: Public Shared Property BuildView As Group
overload: TinyLife.Uis.InGameUi.BuildView*
- uid: TinyLife.Uis.InGameUi.BuildTopLeft
commentId: P:TinyLife.Uis.InGameUi.BuildTopLeft
id: BuildTopLeft
parent: TinyLife.Uis.InGameUi
langs:
- csharp
- vb
name: BuildTopLeft
nameWithType: InGameUi.BuildTopLeft
fullName: TinyLife.Uis.InGameUi.BuildTopLeft
type: Property
source:
remote:
path: TinyLife/Uis/InGameUi.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildTopLeft
path: ../TinyLife/Uis/InGameUi.cs
startLine: 59
assemblies:
- Tiny Life
namespace: TinyLife.Uis
summary: The top-left corner of build mode, which houses the <xref href="TinyLife.Uis.InGameUi.LotType" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Uis.InGameUi.LotEmployments" data-throw-if-not-resolved="false"></xref>.
example: []
syntax:
content: public static Group BuildTopLeft { get; }
parameters: []
return:
type: MLEM.Ui.Elements.Group
content.vb: Public Shared Property BuildTopLeft As Group
overload: TinyLife.Uis.InGameUi.BuildTopLeft*
- uid: TinyLife.Uis.InGameUi.LotType
commentId: P:TinyLife.Uis.InGameUi.LotType
id: LotType
parent: TinyLife.Uis.InGameUi
langs:
- csharp
- vb
name: LotType
nameWithType: InGameUi.LotType
fullName: TinyLife.Uis.InGameUi.LotType
type: Property
source:
remote:
path: TinyLife/Uis/InGameUi.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LotType
path: ../TinyLife/Uis/InGameUi.cs
startLine: 63
assemblies:
- Tiny Life
namespace: TinyLife.Uis
summary: The panel that houses the lot types of the current lot.
example: []
syntax:
content: public static Panel LotType { get; }
parameters: []
return:
type: MLEM.Ui.Elements.Panel
content.vb: Public Shared Property LotType As Panel
overload: TinyLife.Uis.InGameUi.LotType*
- uid: TinyLife.Uis.InGameUi.LotEmployments
commentId: P:TinyLife.Uis.InGameUi.LotEmployments
id: LotEmployments
parent: TinyLife.Uis.InGameUi
langs:
- csharp
- vb
name: LotEmployments
nameWithType: InGameUi.LotEmployments
fullName: TinyLife.Uis.InGameUi.LotEmployments
type: Property
source:
remote:
path: TinyLife/Uis/InGameUi.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: LotEmployments
path: ../TinyLife/Uis/InGameUi.cs
startLine: 67
assemblies:
- Tiny Life
namespace: TinyLife.Uis
summary: The group that houses the lot employments of the current lot.
example: []
syntax:
content: public static Group LotEmployments { get; }
parameters: []
return:
type: MLEM.Ui.Elements.Group
content.vb: Public Shared Property LotEmployments As Group
overload: TinyLife.Uis.InGameUi.LotEmployments*
- uid: TinyLife.Uis.InGameUi.BuildBottomRight
commentId: P:TinyLife.Uis.InGameUi.BuildBottomRight
id: BuildBottomRight
parent: TinyLife.Uis.InGameUi
langs:
- csharp
- vb
name: BuildBottomRight
nameWithType: InGameUi.BuildBottomRight
fullName: TinyLife.Uis.InGameUi.BuildBottomRight
type: Property
source:
remote:
path: TinyLife/Uis/InGameUi.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BuildBottomRight
path: ../TinyLife/Uis/InGameUi.cs
startLine: 71
assemblies:
- Tiny Life
namespace: TinyLife.Uis
summary: The bottom-right corner of build menu, which houses the <xref href="TinyLife.Uis.InGameUi.BuildZoom" data-throw-if-not-resolved="false"></xref>.
example: []
syntax:
content: public static Group BuildBottomRight { get; }
parameters: []
return:
type: MLEM.Ui.Elements.Group
content.vb: Public Shared Property BuildBottomRight As Group
overload: TinyLife.Uis.InGameUi.BuildBottomRight*
2021-11-23 16:24:04 +01:00
references:
- uid: TinyLife.Uis
commentId: N:TinyLife.Uis
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-11-23 16:24:04 +01: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-11-23 16:24:04 +01:00
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
name: object
nameWithType: object
fullName: object
nameWithType.vb: Object
fullName.vb: Object
name.vb: Object
2021-11-23 16:24:04 +01:00
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name: Equals(object)
nameWithType: object.Equals(object)
fullName: object.Equals(object)
nameWithType.vb: Object.Equals(Object)
fullName.vb: Object.Equals(Object)
name.vb: Equals(Object)
2021-11-23 16:24:04 +01:00
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-11-23 16:24:04 +01:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-11-23 16:24:04 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-11-23 16:24:04 +01:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-11-23 16:24:04 +01:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-11-23 16:24:04 +01:00
- name: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name: Equals(object, object)
nameWithType: object.Equals(object, object)
fullName: object.Equals(object, object)
nameWithType.vb: Object.Equals(Object, Object)
fullName.vb: Object.Equals(Object, Object)
name.vb: Equals(Object, Object)
2021-11-23 16:24:04 +01:00
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-11-23 16:24:04 +01:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-11-23 16:24:04 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-11-23 16:24:04 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-11-23 16:24:04 +01:00
- name: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-11-23 16:24:04 +01:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-11-23 16:24:04 +01:00
- name: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-11-23 16:24:04 +01:00
name: GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetHashCode()
fullName: object.GetHashCode()
nameWithType.vb: Object.GetHashCode()
fullName.vb: Object.GetHashCode()
2021-11-23 16:24:04 +01:00
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-11-23 16:24:04 +01:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-11-23 16:24:04 +01:00
- name: (
- name: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-11-23 16:24:04 +01:00
name: GetType()
2023-03-30 18:07:55 +02:00
nameWithType: object.GetType()
fullName: object.GetType()
nameWithType.vb: Object.GetType()
fullName.vb: Object.GetType()
2021-11-23 16:24:04 +01:00
spec.csharp:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-11-23 16:24:04 +01:00
- name: (
- name: )
spec.vb:
- uid: System.Object.GetType
name: GetType
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-11-23 16:24:04 +01:00
- name: (
- name: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-11-23 16:24:04 +01:00
name: MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType: object.MemberwiseClone()
fullName: object.MemberwiseClone()
nameWithType.vb: Object.MemberwiseClone()
fullName.vb: Object.MemberwiseClone()
2021-11-23 16:24:04 +01:00
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-11-23 16:24:04 +01:00
- name: (
- name: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-11-23 16:24:04 +01:00
- name: (
- name: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name: ReferenceEquals(object, object)
nameWithType: object.ReferenceEquals(object, object)
fullName: object.ReferenceEquals(object, object)
nameWithType.vb: Object.ReferenceEquals(Object, Object)
fullName.vb: Object.ReferenceEquals(Object, Object)
name.vb: ReferenceEquals(Object, Object)
2021-11-23 16:24:04 +01:00
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-11-23 16:24:04 +01:00
- name: (
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-11-23 16:24:04 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- uid: System.Object
2023-03-30 18:07:55 +02:00
name: object
2021-11-23 16:24:04 +01:00
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-11-23 16:24:04 +01:00
- name: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-11-23 16:24:04 +01:00
- name: (
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- uid: System.Object
name: Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object
2021-11-23 16:24:04 +01:00
- name: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-11-23 16:24:04 +01:00
name: ToString()
2023-03-30 18:07:55 +02:00
nameWithType: object.ToString()
fullName: object.ToString()
nameWithType.vb: Object.ToString()
fullName.vb: Object.ToString()
2021-11-23 16:24:04 +01:00
spec.csharp:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-11-23 16:24:04 +01:00
- name: (
- name: )
spec.vb:
- uid: System.Object.ToString
name: ToString
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-11-23 16:24:04 +01:00
- name: (
- name: )
- uid: System
commentId: N:System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system
2021-11-23 16:24:04 +01:00
name: System
nameWithType: System
fullName: System
2023-12-16 12:54:23 +01:00
- uid: System.Action{MLEM.Ui.Elements.Panel}
commentId: T:System.Action{MLEM.Ui.Elements.Panel}
parent: System
definition: System.Action`1
href: https://learn.microsoft.com/dotnet/api/system.action-1
name: Action<Panel>
nameWithType: Action<Panel>
fullName: System.Action<MLEM.Ui.Elements.Panel>
nameWithType.vb: Action(Of Panel)
fullName.vb: System.Action(Of MLEM.Ui.Elements.Panel)
name.vb: Action(Of Panel)
spec.csharp:
- uid: System.Action`1
name: Action
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: <
- uid: MLEM.Ui.Elements.Panel
name: Panel
isExternal: true
- name: '>'
spec.vb:
- uid: System.Action`1
name: Action
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: (
- name: Of
- name: " "
- uid: MLEM.Ui.Elements.Panel
name: Panel
isExternal: true
- name: )
- uid: System.Action`1
commentId: T:System.Action`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-1
name: Action<T>
nameWithType: Action<T>
fullName: System.Action<T>
nameWithType.vb: Action(Of T)
fullName.vb: System.Action(Of T)
name.vb: Action(Of T)
spec.csharp:
- uid: System.Action`1
name: Action
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: <
- name: T
- name: '>'
spec.vb:
- uid: System.Action`1
name: Action
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: (
- name: Of
- name: " "
- name: T
- name: )
- uid: TinyLife.Uis.InGameUi.OnModesPanelInitialized
commentId: E:TinyLife.Uis.InGameUi.OnModesPanelInitialized
2024-01-07 16:53:47 +01:00
href: TinyLife.Uis.InGameUi.html#TinyLife_Uis_InGameUi_OnModesPanelInitialized
2023-12-16 12:54:23 +01:00
name: OnModesPanelInitialized
nameWithType: InGameUi.OnModesPanelInitialized
fullName: TinyLife.Uis.InGameUi.OnModesPanelInitialized
- uid: System.Action{MLEM.Ui.Elements.Group}
commentId: T:System.Action{MLEM.Ui.Elements.Group}
parent: System
definition: System.Action`1
href: https://learn.microsoft.com/dotnet/api/system.action-1
name: Action<Group>
nameWithType: Action<Group>
fullName: System.Action<MLEM.Ui.Elements.Group>
nameWithType.vb: Action(Of Group)
fullName.vb: System.Action(Of MLEM.Ui.Elements.Group)
name.vb: Action(Of Group)
spec.csharp:
- uid: System.Action`1
name: Action
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: <
- uid: MLEM.Ui.Elements.Group
name: Group
isExternal: true
- name: '>'
spec.vb:
- uid: System.Action`1
name: Action
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.action-1
- name: (
- name: Of
- name: " "
- uid: MLEM.Ui.Elements.Group
name: Group
isExternal: true
- name: )
2021-11-23 16:24:04 +01:00
- uid: System.Action
commentId: T:System.Action
parent: System
isExternal: true
2023-03-30 18:07:55 +02:00
href: https://learn.microsoft.com/dotnet/api/system.action
2021-11-23 16:24:04 +01:00
name: Action
nameWithType: Action
fullName: System.Action
- uid: TinyLife.Uis.InGameUi.Main*
commentId: Overload:TinyLife.Uis.InGameUi.Main
2024-01-07 16:53:47 +01:00
href: TinyLife.Uis.InGameUi.html#TinyLife_Uis_InGameUi_Main
2021-11-23 16:24:04 +01:00
name: Main
nameWithType: InGameUi.Main
fullName: TinyLife.Uis.InGameUi.Main
- uid: MLEM.Ui.Elements.Group
commentId: T:MLEM.Ui.Elements.Group
parent: MLEM.Ui.Elements
isExternal: true
name: Group
nameWithType: Group
fullName: MLEM.Ui.Elements.Group
- uid: MLEM.Ui.Elements
commentId: N:MLEM.Ui.Elements
isExternal: true
name: MLEM.Ui.Elements
nameWithType: MLEM.Ui.Elements
fullName: MLEM.Ui.Elements
2023-03-30 18:07:55 +02:00
spec.csharp:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Ui
name: Ui
isExternal: true
- name: .
- uid: MLEM.Ui.Elements
name: Elements
isExternal: true
spec.vb:
- uid: MLEM
name: MLEM
isExternal: true
- name: .
- uid: MLEM.Ui
name: Ui
isExternal: true
- name: .
- uid: MLEM.Ui.Elements
name: Elements
isExternal: true
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
commentId: M:TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
parent: TinyLife.Tools.Tool
isExternal: true
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_InitBuildModeUi_MLEM_Ui_Elements_Panel_MLEM_Ui_Elements_Panel_
2021-11-23 16:24:04 +01:00
name: InitBuildModeUi(Panel, Panel)
nameWithType: Tool.InitBuildModeUi(Panel, Panel)
fullName: TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel, MLEM.Ui.Elements.Panel)
spec.csharp:
- uid: TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
name: InitBuildModeUi
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_InitBuildModeUi_MLEM_Ui_Elements_Panel_MLEM_Ui_Elements_Panel_
2021-11-23 16:24:04 +01:00
- name: (
- uid: MLEM.Ui.Elements.Panel
name: Panel
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- uid: MLEM.Ui.Elements.Panel
name: Panel
isExternal: true
- name: )
spec.vb:
- uid: TinyLife.Tools.Tool.InitBuildModeUi(MLEM.Ui.Elements.Panel,MLEM.Ui.Elements.Panel)
name: InitBuildModeUi
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_InitBuildModeUi_MLEM_Ui_Elements_Panel_MLEM_Ui_Elements_Panel_
2021-11-23 16:24:04 +01:00
- name: (
- uid: MLEM.Ui.Elements.Panel
name: Panel
isExternal: true
2023-03-30 18:07:55 +02:00
- name: ','
- name: " "
2021-11-23 16:24:04 +01:00
- uid: MLEM.Ui.Elements.Panel
name: Panel
isExternal: true
- name: )
- uid: TinyLife.Uis.InGameUi.BuildContent*
commentId: Overload:TinyLife.Uis.InGameUi.BuildContent
2024-01-07 16:53:47 +01:00
href: TinyLife.Uis.InGameUi.html#TinyLife_Uis_InGameUi_BuildContent
2021-11-23 16:24:04 +01:00
name: BuildContent
nameWithType: InGameUi.BuildContent
fullName: TinyLife.Uis.InGameUi.BuildContent
- uid: MLEM.Ui.Elements.Panel
commentId: T:MLEM.Ui.Elements.Panel
parent: MLEM.Ui.Elements
isExternal: true
name: Panel
nameWithType: Panel
fullName: MLEM.Ui.Elements.Panel
- uid: TinyLife.Tools.Tool
commentId: T:TinyLife.Tools.Tool
parent: TinyLife.Tools
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.Tool.html
2021-11-23 16:24:04 +01:00
name: Tool
nameWithType: Tool
fullName: TinyLife.Tools.Tool
- uid: TinyLife.Tools
commentId: N:TinyLife.Tools
2024-01-07 16:53:47 +01:00
href: TinyLife.html
2021-11-23 16:24:04 +01:00
name: TinyLife.Tools
nameWithType: TinyLife.Tools
fullName: TinyLife.Tools
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.Tools
name: Tools
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.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.Tools
name: Tools
2024-01-07 16:53:47 +01:00
href: TinyLife.Tools.html
2021-11-23 16:24:04 +01:00
- uid: TinyLife.Uis.InGameUi.BuildZoom*
commentId: Overload:TinyLife.Uis.InGameUi.BuildZoom
2024-01-07 16:53:47 +01:00
href: TinyLife.Uis.InGameUi.html#TinyLife_Uis_InGameUi_BuildZoom
2021-11-23 16:24:04 +01:00
name: BuildZoom
nameWithType: InGameUi.BuildZoom
fullName: TinyLife.Uis.InGameUi.BuildZoom
2024-04-14 17:55:54 +02:00
- uid: TinyLife.Uis.InGameUi.BuildView*
commentId: Overload:TinyLife.Uis.InGameUi.BuildView
href: TinyLife.Uis.InGameUi.html#TinyLife_Uis_InGameUi_BuildView
name: BuildView
nameWithType: InGameUi.BuildView
fullName: TinyLife.Uis.InGameUi.BuildView
- uid: TinyLife.Uis.InGameUi.LotType
commentId: P:TinyLife.Uis.InGameUi.LotType
href: TinyLife.Uis.InGameUi.html#TinyLife_Uis_InGameUi_LotType
name: LotType
nameWithType: InGameUi.LotType
fullName: TinyLife.Uis.InGameUi.LotType
- uid: TinyLife.Uis.InGameUi.LotEmployments
commentId: P:TinyLife.Uis.InGameUi.LotEmployments
href: TinyLife.Uis.InGameUi.html#TinyLife_Uis_InGameUi_LotEmployments
name: LotEmployments
nameWithType: InGameUi.LotEmployments
fullName: TinyLife.Uis.InGameUi.LotEmployments
- uid: TinyLife.Uis.InGameUi.BuildTopLeft*
commentId: Overload:TinyLife.Uis.InGameUi.BuildTopLeft
href: TinyLife.Uis.InGameUi.html#TinyLife_Uis_InGameUi_BuildTopLeft
name: BuildTopLeft
nameWithType: InGameUi.BuildTopLeft
fullName: TinyLife.Uis.InGameUi.BuildTopLeft
- uid: TinyLife.Uis.InGameUi.LotType*
commentId: Overload:TinyLife.Uis.InGameUi.LotType
href: TinyLife.Uis.InGameUi.html#TinyLife_Uis_InGameUi_LotType
name: LotType
nameWithType: InGameUi.LotType
fullName: TinyLife.Uis.InGameUi.LotType
- uid: TinyLife.Uis.InGameUi.LotEmployments*
commentId: Overload:TinyLife.Uis.InGameUi.LotEmployments
href: TinyLife.Uis.InGameUi.html#TinyLife_Uis_InGameUi_LotEmployments
name: LotEmployments
nameWithType: InGameUi.LotEmployments
fullName: TinyLife.Uis.InGameUi.LotEmployments
- uid: TinyLife.Uis.InGameUi.BuildZoom
commentId: P:TinyLife.Uis.InGameUi.BuildZoom
href: TinyLife.Uis.InGameUi.html#TinyLife_Uis_InGameUi_BuildZoom
name: BuildZoom
nameWithType: InGameUi.BuildZoom
fullName: TinyLife.Uis.InGameUi.BuildZoom
- uid: TinyLife.Uis.InGameUi.BuildBottomRight*
commentId: Overload:TinyLife.Uis.InGameUi.BuildBottomRight
href: TinyLife.Uis.InGameUi.html#TinyLife_Uis_InGameUi_BuildBottomRight
name: BuildBottomRight
nameWithType: InGameUi.BuildBottomRight
fullName: TinyLife.Uis.InGameUi.BuildBottomRight