mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-01 03:10:49 +01:00
839 lines
26 KiB
YAML
Generated
839 lines
26 KiB
YAML
Generated
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Uis.InGameUi
|
|
commentId: T:TinyLife.Uis.InGameUi
|
|
id: InGameUi
|
|
parent: TinyLife.Uis
|
|
children:
|
|
- TinyLife.Uis.InGameUi.BuildBottomRight
|
|
- TinyLife.Uis.InGameUi.BuildContent
|
|
- TinyLife.Uis.InGameUi.BuildTopLeft
|
|
- TinyLife.Uis.InGameUi.BuildView
|
|
- TinyLife.Uis.InGameUi.BuildZoom
|
|
- TinyLife.Uis.InGameUi.LotEmployments
|
|
- TinyLife.Uis.InGameUi.LotType
|
|
- TinyLife.Uis.InGameUi.Main
|
|
- TinyLife.Uis.InGameUi.OnInitialized
|
|
- TinyLife.Uis.InGameUi.OnModesPanelInitialized
|
|
- TinyLife.Uis.InGameUi.OnTopRightInitialized
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: InGameUi
|
|
nameWithType: InGameUi
|
|
fullName: TinyLife.Uis.InGameUi
|
|
type: Class
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Uis
|
|
summary: This class holds a set of ways to interact with the game's in-game ui.
|
|
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
|
|
- 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Uis
|
|
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.
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Uis
|
|
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>.
|
|
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)
|
|
- 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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Uis
|
|
summary: An event that is invoked when the in-game ui is initialized after entering a save.
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Uis
|
|
summary: The main element that all other in-game ui elements are added to.
|
|
example: []
|
|
syntax:
|
|
content: public static Group Main { get; }
|
|
parameters: []
|
|
return:
|
|
type: MLEM.Ui.Elements.Group
|
|
content.vb: Public Shared Property Main As Group
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Uis
|
|
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>.
|
|
example: []
|
|
syntax:
|
|
content: public static Panel BuildContent { get; }
|
|
parameters: []
|
|
return:
|
|
type: MLEM.Ui.Elements.Panel
|
|
content.vb: Public Shared Property BuildContent As Panel
|
|
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
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Uis
|
|
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>.
|
|
example: []
|
|
syntax:
|
|
content: public static Panel BuildZoom { get; }
|
|
parameters: []
|
|
return:
|
|
type: MLEM.Ui.Elements.Panel
|
|
content.vb: Public Shared Property BuildZoom As Panel
|
|
overload: TinyLife.Uis.InGameUi.BuildZoom*
|
|
- 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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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*
|
|
references:
|
|
- uid: TinyLife.Uis
|
|
commentId: N:TinyLife.Uis
|
|
href: TinyLife.html
|
|
name: TinyLife.Uis
|
|
nameWithType: TinyLife.Uis
|
|
fullName: TinyLife.Uis
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Uis
|
|
name: Uis
|
|
href: TinyLife.Uis.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Uis
|
|
name: Uis
|
|
href: TinyLife.Uis.html
|
|
- uid: System.Object
|
|
commentId: T:System.Object
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
name: object
|
|
nameWithType: object
|
|
fullName: object
|
|
nameWithType.vb: Object
|
|
fullName.vb: Object
|
|
name.vb: Object
|
|
- uid: System.Object.Equals(System.Object)
|
|
commentId: M:System.Object.Equals(System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
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)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
commentId: M:System.Object.Equals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
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)
|
|
spec.csharp:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.Equals(System.Object,System.Object)
|
|
name: Equals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.GetHashCode
|
|
commentId: M:System.Object.GetHashCode
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
name: GetHashCode()
|
|
nameWithType: object.GetHashCode()
|
|
fullName: object.GetHashCode()
|
|
nameWithType.vb: Object.GetHashCode()
|
|
fullName.vb: Object.GetHashCode()
|
|
spec.csharp:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetHashCode
|
|
name: GetHashCode
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gethashcode
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.GetType
|
|
commentId: M:System.Object.GetType
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
name: GetType()
|
|
nameWithType: object.GetType()
|
|
fullName: object.GetType()
|
|
nameWithType.vb: Object.GetType()
|
|
fullName.vb: Object.GetType()
|
|
spec.csharp:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.GetType
|
|
name: GetType
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.gettype
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.MemberwiseClone
|
|
commentId: M:System.Object.MemberwiseClone
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
name: MemberwiseClone()
|
|
nameWithType: object.MemberwiseClone()
|
|
fullName: object.MemberwiseClone()
|
|
nameWithType.vb: Object.MemberwiseClone()
|
|
fullName.vb: Object.MemberwiseClone()
|
|
spec.csharp:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.MemberwiseClone
|
|
name: MemberwiseClone
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
|
|
- name: (
|
|
- name: )
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
|
|
parent: System.Object
|
|
isExternal: true
|
|
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)
|
|
spec.csharp:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
|
|
name: ReferenceEquals
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.referenceequals
|
|
- name: (
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: ','
|
|
- name: " "
|
|
- uid: System.Object
|
|
name: Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object
|
|
- name: )
|
|
- uid: System.Object.ToString
|
|
commentId: M:System.Object.ToString
|
|
parent: System.Object
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
name: ToString()
|
|
nameWithType: object.ToString()
|
|
fullName: object.ToString()
|
|
nameWithType.vb: Object.ToString()
|
|
fullName.vb: Object.ToString()
|
|
spec.csharp:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
spec.vb:
|
|
- uid: System.Object.ToString
|
|
name: ToString
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.object.tostring
|
|
- name: (
|
|
- name: )
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- 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
|
|
href: TinyLife.Uis.InGameUi.html#TinyLife_Uis_InGameUi_OnModesPanelInitialized
|
|
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: )
|
|
- uid: System.Action
|
|
commentId: T:System.Action
|
|
parent: System
|
|
isExternal: true
|
|
href: https://learn.microsoft.com/dotnet/api/system.action
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: System.Action
|
|
- uid: TinyLife.Uis.InGameUi.Main*
|
|
commentId: Overload:TinyLife.Uis.InGameUi.Main
|
|
href: TinyLife.Uis.InGameUi.html#TinyLife_Uis_InGameUi_Main
|
|
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
|
|
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
|
|
- 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
|
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_InitBuildModeUi_MLEM_Ui_Elements_Panel_MLEM_Ui_Elements_Panel_
|
|
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
|
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_InitBuildModeUi_MLEM_Ui_Elements_Panel_MLEM_Ui_Elements_Panel_
|
|
- name: (
|
|
- uid: MLEM.Ui.Elements.Panel
|
|
name: Panel
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- 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
|
|
href: TinyLife.Tools.Tool.html#TinyLife_Tools_Tool_InitBuildModeUi_MLEM_Ui_Elements_Panel_MLEM_Ui_Elements_Panel_
|
|
- name: (
|
|
- uid: MLEM.Ui.Elements.Panel
|
|
name: Panel
|
|
isExternal: true
|
|
- name: ','
|
|
- name: " "
|
|
- uid: MLEM.Ui.Elements.Panel
|
|
name: Panel
|
|
isExternal: true
|
|
- name: )
|
|
- uid: TinyLife.Uis.InGameUi.BuildContent*
|
|
commentId: Overload:TinyLife.Uis.InGameUi.BuildContent
|
|
href: TinyLife.Uis.InGameUi.html#TinyLife_Uis_InGameUi_BuildContent
|
|
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
|
|
href: TinyLife.Tools.Tool.html
|
|
name: Tool
|
|
nameWithType: Tool
|
|
fullName: TinyLife.Tools.Tool
|
|
- uid: TinyLife.Tools
|
|
commentId: N:TinyLife.Tools
|
|
href: TinyLife.html
|
|
name: TinyLife.Tools
|
|
nameWithType: TinyLife.Tools
|
|
fullName: TinyLife.Tools
|
|
spec.csharp:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Tools
|
|
name: Tools
|
|
href: TinyLife.Tools.html
|
|
spec.vb:
|
|
- uid: TinyLife
|
|
name: TinyLife
|
|
href: TinyLife.html
|
|
- name: .
|
|
- uid: TinyLife.Tools
|
|
name: Tools
|
|
href: TinyLife.Tools.html
|
|
- uid: TinyLife.Uis.InGameUi.BuildZoom*
|
|
commentId: Overload: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.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
|