2021-11-23 16:24:04 +01:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Uis.CoveringGroup
commentId : T:TinyLife.Uis.CoveringGroup
id : CoveringGroup
parent : TinyLife.Uis
children :
2022-05-24 13:36:05 +02:00
- TinyLife.Uis.CoveringGroup.#ctor(System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Boolean},System.Boolean,System.Boolean)
2021-11-23 16:24:04 +01:00
- TinyLife.Uis.CoveringGroup.Close(System.Boolean)
2022-09-05 14:19:42 +02:00
- TinyLife.Uis.CoveringGroup.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext)
2021-11-23 16:24:04 +01:00
- TinyLife.Uis.CoveringGroup.TryClose(System.Boolean)
langs :
- csharp
- vb
name : CoveringGroup
nameWithType : CoveringGroup
fullName : TinyLife.Uis.CoveringGroup
type : Class
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : >-
A covering group is a group that has additional functionality.
This functionality includes displaying a gradient background that can be clicked on to exit, adding a close button to any <xref href="MLEM.Ui.Elements.Panel" data-throw-if-not-resolved="false"></xref> added, and displaying an opening and closing animation.
To close a covering group while keeping animations and closing conditions in mind, use <xref href="TinyLife.Uis.CoveringGroup.Close(System.Boolean)" data-throw-if-not-resolved="false"></xref>.
2021-11-23 16:24:04 +01:00
example : [ ]
syntax :
2024-07-26 12:47:59 +02:00
content: 'public class CoveringGroup : Group, IGenericDataHolder'
content.vb : Public Class CoveringGroup Inherits Group Implements IGenericDataHolder
2021-11-23 16:24:04 +01:00
inheritance :
- System.Object
- MLEM.Misc.GenericDataHolder
- MLEM.Ui.Elements.Element
- MLEM.Ui.Elements.Group
implements :
- MLEM.Misc.IGenericDataHolder
inheritedMembers :
- MLEM.Ui.Elements.Element.Epsilon
- MLEM.Ui.Elements.Element.Controls
- MLEM.Ui.Elements.Element.ScrollOffset
- MLEM.Ui.Elements.Element.Transform
- MLEM.Ui.Elements.Element.SelectionIndicator
- MLEM.Ui.Elements.Element.ActionSound
- MLEM.Ui.Elements.Element.SecondActionSound
- MLEM.Ui.Elements.Element.Padding
2023-06-25 15:41:49 +02:00
- MLEM.Ui.Elements.Element.MouseEnterAnimation
- MLEM.Ui.Elements.Element.MouseExitAnimation
2021-11-23 16:24:04 +01:00
- MLEM.Ui.Elements.Element.OnDrawn
- MLEM.Ui.Elements.Element.OnUpdated
- MLEM.Ui.Elements.Element.OnPressed
- MLEM.Ui.Elements.Element.OnSecondaryPressed
- MLEM.Ui.Elements.Element.OnSelected
- MLEM.Ui.Elements.Element.OnDeselected
- MLEM.Ui.Elements.Element.OnMouseEnter
- MLEM.Ui.Elements.Element.OnMouseExit
- MLEM.Ui.Elements.Element.OnTouchEnter
- MLEM.Ui.Elements.Element.OnTouchExit
- MLEM.Ui.Elements.Element.OnTextInput
- MLEM.Ui.Elements.Element.OnAreaUpdated
2022-03-09 16:13:05 +01:00
- MLEM.Ui.Elements.Element.OnStyleInit
2021-11-23 16:24:04 +01:00
- MLEM.Ui.Elements.Element.OnMousedElementChanged
- MLEM.Ui.Elements.Element.OnTouchedElementChanged
- MLEM.Ui.Elements.Element.OnSelectedElementChanged
- MLEM.Ui.Elements.Element.GetTabNextElement
- MLEM.Ui.Elements.Element.GetGamepadNextElement
- MLEM.Ui.Elements.Element.OnChildAdded
- MLEM.Ui.Elements.Element.OnChildRemoved
2022-09-17 12:33:21 +02:00
- MLEM.Ui.Elements.Element.OnAddedToUi
- MLEM.Ui.Elements.Element.OnRemovedFromUi
2021-11-23 16:24:04 +01:00
- MLEM.Ui.Elements.Element.Children
2023-06-25 15:41:49 +02:00
- MLEM.Ui.Elements.Element.PlayingAnimations
2021-11-23 16:24:04 +01:00
- MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32)
- MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element)
- MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean})
- MLEM.Ui.Elements.Element.SetSortedChildrenDirty
- MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty
- MLEM.Ui.Elements.Element.ForceUpdateSortedChildren
- MLEM.Ui.Elements.Element.SetAreaDirty
- MLEM.Ui.Elements.Element.UpdateAreaIfDirty
- MLEM.Ui.Elements.Element.ForceUpdateArea
2024-07-26 12:47:59 +02:00
- MLEM.Ui.Elements.Element.SetAreaAndUpdateChildren(MLEM.Maths.RectangleF)
- MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Maths.RectangleF)
2021-11-23 16:24:04 +01:00
- MLEM.Ui.Elements.Element.GetAreaForAutoAnchors
2023-05-26 15:16:22 +02:00
- MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean)
- MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean)
- MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean)
2021-11-23 16:24:04 +01:00
- MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean})
- MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean})
- MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean)
- MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean)
- MLEM.Ui.Elements.Element.GetParentTree
2023-05-26 15:16:22 +02:00
- MLEM.Ui.Elements.Element.GetTotalCoveredArea(System.Boolean)
2021-11-23 16:24:04 +01:00
- MLEM.Ui.Elements.Element.GetRelevantChildren
- MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime)
2022-05-24 13:36:05 +02:00
- MLEM.Ui.Elements.Element.DrawTransformed(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext)
2021-11-23 16:24:04 +01:00
- MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2)
2023-06-25 15:41:49 +02:00
- MLEM.Ui.Elements.Element.PlayAnimation(MLEM.Ui.UiAnimation)
- MLEM.Ui.Elements.Element.StopAnimation(MLEM.Ui.UiAnimation)
2023-03-30 18:07:55 +02:00
- MLEM.Ui.Elements.Element.ToString
2021-11-23 16:24:04 +01:00
- MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element})
- MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element})
- MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32})
- MLEM.Ui.Elements.Element.ScaleTransform(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2})
- MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle)
2022-03-09 16:13:05 +01:00
- MLEM.Ui.Elements.Element.OnChildAreaDirty(MLEM.Ui.Elements.Element,System.Boolean)
2021-11-23 16:24:04 +01:00
- MLEM.Ui.Elements.Element.TransformInverse(Microsoft.Xna.Framework.Vector2)
- MLEM.Ui.Elements.Element.TransformInverseAll(Microsoft.Xna.Framework.Vector2)
2022-12-20 13:25:03 +01:00
- MLEM.Ui.Elements.Element.AddedToUi(MLEM.Ui.UiSystem,MLEM.Ui.RootElement)
- MLEM.Ui.Elements.Element.RemovedFromUi
2021-11-23 16:24:04 +01:00
- MLEM.Ui.Elements.Element.System
- MLEM.Ui.Elements.Element.Parent
- MLEM.Ui.Elements.Element.Root
- MLEM.Ui.Elements.Element.Scale
- MLEM.Ui.Elements.Element.Anchor
- MLEM.Ui.Elements.Element.Size
- MLEM.Ui.Elements.Element.ScaledSize
2022-09-05 14:19:42 +02:00
- MLEM.Ui.Elements.Element.AutoSizeAddedAbsolute
- MLEM.Ui.Elements.Element.ScaledAutoSizeAddedAbsolute
2021-11-23 16:24:04 +01:00
- MLEM.Ui.Elements.Element.PositionOffset
- MLEM.Ui.Elements.Element.ScaledOffset
- MLEM.Ui.Elements.Element.ScaledPadding
- MLEM.Ui.Elements.Element.ScaledChildPadding
- MLEM.Ui.Elements.Element.ChildPaddedArea
- MLEM.Ui.Elements.Element.UnscrolledArea
- MLEM.Ui.Elements.Element.Area
- MLEM.Ui.Elements.Element.DisplayArea
- MLEM.Ui.Elements.Element.ScaledScrollOffset
- MLEM.Ui.Elements.Element.IsHidden
- MLEM.Ui.Elements.Element.Priority
2022-05-24 13:36:05 +02:00
- MLEM.Ui.Elements.Element.CanBeSelected
- MLEM.Ui.Elements.Element.CanBeMoused
- MLEM.Ui.Elements.Element.CanBePressed
- MLEM.Ui.Elements.Element.CanAutoAnchorsAttach
- MLEM.Ui.Elements.Element.SetWidthBasedOnChildren
- MLEM.Ui.Elements.Element.SetHeightBasedOnChildren
- MLEM.Ui.Elements.Element.TreatSizeAsMinimum
- MLEM.Ui.Elements.Element.TreatSizeAsMaximum
- MLEM.Ui.Elements.Element.PreventParentSpill
- MLEM.Ui.Elements.Element.DrawAlpha
2021-11-23 16:24:04 +01:00
- MLEM.Ui.Elements.Element.IsMouseOver
- MLEM.Ui.Elements.Element.IsSelected
2023-04-26 14:51:19 +02:00
- MLEM.Ui.Elements.Element.IsSelectedActive
2022-01-01 17:06:03 +01:00
- MLEM.Ui.Elements.Element.AreaDirty
2022-05-24 13:36:05 +02:00
- MLEM.Ui.Elements.Element.AutoNavGroup
2022-03-09 16:13:05 +01:00
- MLEM.Ui.Elements.Element.Style
2022-01-01 17:06:03 +01:00
- MLEM.Ui.Elements.Element.ChildPadding
2021-11-23 16:24:04 +01:00
- MLEM.Ui.Elements.Element.SortedChildren
- MLEM.Ui.Elements.Element.Input
2022-01-08 12:41:09 +01:00
- MLEM.Ui.Elements.Element.ParentArea
2022-12-20 13:25:03 +01:00
- MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
2021-11-23 16:24:04 +01:00
- 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)
extensionMethods :
2023-01-16 12:24:01 +01:00
- MLEM.Ui.Elements.Element.TinyLife.Utilities.Extensions.AddProgressArrows(System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color})
2023-03-30 18:07:55 +02:00
- MLEM.Ui.Elements.Element.TinyLife.Utilities.Extensions.IsActiveRoot
- TinyLife.Uis.CoveringGroup.TinyLife.Utilities.Extensions.JsonCopy``1
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Uis.CoveringGroup.#ctor(System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Boolean},System.Boolean,System.Boolean)
commentId : M:TinyLife.Uis.CoveringGroup.#ctor(System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Boolean},System.Boolean,System.Boolean)
id : '#ctor(System.Boolean,System.Func{TinyLife.Uis.CoveringGroup,System.Boolean},System.Boolean,System.Boolean)'
2021-11-23 16:24:04 +01:00
parent : TinyLife.Uis.CoveringGroup
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : CoveringGroup(bool, Func<CoveringGroup, bool>, bool, bool)
nameWithType : CoveringGroup.CoveringGroup(bool, Func<CoveringGroup, bool>, bool, bool)
fullName : TinyLife.Uis.CoveringGroup.CoveringGroup(bool, System.Func<TinyLife.Uis.CoveringGroup, bool>, bool, bool)
2021-11-23 16:24:04 +01:00
type : Constructor
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : Creates a new covering group with the given settings.
2021-11-23 16:24:04 +01:00
example : [ ]
syntax :
2022-05-24 13:36:05 +02:00
content : public CoveringGroup(bool background = true, Func<CoveringGroup, bool> exitCondition = null, bool hasCloseButton = true, bool openFancy = true)
2021-11-23 16:24:04 +01:00
parameters :
- id : background
type : System.Boolean
description : Whether a background should be rendered behind this covering group.
- id : exitCondition
2022-05-24 13:36:05 +02:00
type : System.Func{TinyLife.Uis.CoveringGroup,System.Boolean}
2021-11-23 16:24:04 +01:00
description : A condition that determines whether this covering group can be closed by clicking the close button or the background. If this is null, the ui can always be closed.
- id : hasCloseButton
type : System.Boolean
description : Whether a close button should be added to the first <xref href="MLEM.Ui.Elements.Panel" data-throw-if-not-resolved="false"></xref> that is added as a child
- id : openFancy
type : System.Boolean
description : Whether an opening animation should play when opening this covering group. Note that, if <xref href="TinyLife.Options.UiAnimations" data-throw-if-not-resolved="false"></xref> is disabled, this value will be ignored.
2022-05-24 13:36:05 +02:00
content.vb : Public Sub New(background As Boolean = True, exitCondition As Func(Of CoveringGroup, Boolean) = Nothing, hasCloseButton As Boolean = True, openFancy As Boolean = True)
2021-11-23 16:24:04 +01:00
overload : TinyLife.Uis.CoveringGroup.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb : CoveringGroup.New(Boolean, Func(Of CoveringGroup, Boolean), Boolean, Boolean)
fullName.vb : TinyLife.Uis.CoveringGroup.New(Boolean, System.Func(Of TinyLife.Uis.CoveringGroup, Boolean), Boolean, Boolean)
name.vb : New(Boolean, Func(Of CoveringGroup, Boolean), Boolean, Boolean)
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Uis.CoveringGroup.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext)
commentId : M:TinyLife.Uis.CoveringGroup.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext)
id : Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext)
2021-11-23 16:24:04 +01:00
parent : TinyLife.Uis.CoveringGroup
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : Draw(GameTime, SpriteBatch, float, SpriteBatchContext)
nameWithType : CoveringGroup.Draw(GameTime, SpriteBatch, float, SpriteBatchContext)
fullName : TinyLife.Uis.CoveringGroup.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, float, MLEM.Graphics.SpriteBatchContext)
2021-11-23 16:24:04 +01:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : >-
Draws this element and all of its children. Override this method to draw the content of custom elements.
Note that, when this is called, <code>SpriteBatch.Begin</code> has already been called with custom <xref href="MLEM.Ui.Elements.Element.Transform" data-throw-if-not-resolved="false"></xref> etc. applied.
2021-11-23 16:24:04 +01:00
example : [ ]
syntax :
2022-05-24 13:36:05 +02:00
content : public override void Draw(GameTime time, SpriteBatch batch, float alpha, SpriteBatchContext context)
2021-11-23 16:24:04 +01:00
parameters :
- id : time
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.GameTime
2024-01-07 16:53:47 +01:00
description : The game's time
2021-11-23 16:24:04 +01:00
- id : batch
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Graphics.SpriteBatch
2024-01-07 16:53:47 +01:00
description : The sprite batch to use for drawing
2021-11-23 16:24:04 +01:00
- id : alpha
type : System.Single
2024-01-07 16:53:47 +01:00
description : The alpha to draw this element and its children with
2022-05-24 13:36:05 +02:00
- id : context
type : MLEM.Graphics.SpriteBatchContext
2024-01-07 16:53:47 +01:00
description : The sprite batch context to use for drawing
2022-05-24 13:36:05 +02:00
content.vb : Public Overrides Sub Draw(time As GameTime, batch As SpriteBatch, alpha As Single, context As SpriteBatchContext)
2022-09-05 14:19:42 +02:00
overridden : MLEM.Ui.Elements.Group.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext)
2021-11-23 16:24:04 +01:00
overload : TinyLife.Uis.CoveringGroup.Draw*
2023-03-30 18:07:55 +02:00
nameWithType.vb : CoveringGroup.Draw(GameTime, SpriteBatch, Single, SpriteBatchContext)
fullName.vb : TinyLife.Uis.CoveringGroup.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Single, MLEM.Graphics.SpriteBatchContext)
name.vb : Draw(GameTime, SpriteBatch, Single, SpriteBatchContext)
2021-11-23 16:24:04 +01:00
- uid : TinyLife.Uis.CoveringGroup.TryClose(System.Boolean)
commentId : M:TinyLife.Uis.CoveringGroup.TryClose(System.Boolean)
id : TryClose(System.Boolean)
parent : TinyLife.Uis.CoveringGroup
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : TryClose(bool)
nameWithType : CoveringGroup.TryClose(bool)
fullName : TinyLife.Uis.CoveringGroup.TryClose(bool)
2021-11-23 16:24:04 +01:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : >-
Closes this covering group, optionally displaying a closing animation.
This method does nothing if the exit condition doesn't apply.
2021-11-23 16:24:04 +01:00
example : [ ]
syntax :
content : public void TryClose(bool closeFancy = true)
parameters :
- id : closeFancy
type : System.Boolean
description : Whether a closing animation should display. Note that, if <xref href="TinyLife.Options.UiAnimations" data-throw-if-not-resolved="false"></xref> is disabled, this value will be ignored.
content.vb : Public Sub TryClose(closeFancy As Boolean = True)
overload : TinyLife.Uis.CoveringGroup.TryClose*
2023-03-30 18:07:55 +02:00
nameWithType.vb : CoveringGroup.TryClose(Boolean)
fullName.vb : TinyLife.Uis.CoveringGroup.TryClose(Boolean)
name.vb : TryClose(Boolean)
2021-11-23 16:24:04 +01:00
- uid : TinyLife.Uis.CoveringGroup.Close(System.Boolean)
commentId : M:TinyLife.Uis.CoveringGroup.Close(System.Boolean)
id : Close(System.Boolean)
parent : TinyLife.Uis.CoveringGroup
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : Close(bool)
nameWithType : CoveringGroup.Close(bool)
fullName : TinyLife.Uis.CoveringGroup.Close(bool)
2021-11-23 16:24:04 +01:00
type : Method
assemblies :
- Tiny Life
namespace : TinyLife.Uis
2024-01-07 16:53:47 +01:00
summary : >-
Closes this covering group, optionally displaying a closing animation.
Note that this method ignores the covering group's exit condition.
2021-11-23 16:24:04 +01:00
example : [ ]
syntax :
content : public void Close(bool closeFancy = true)
parameters :
- id : closeFancy
type : System.Boolean
description : Whether a closing animation should display. Note that, if <xref href="TinyLife.Options.UiAnimations" data-throw-if-not-resolved="false"></xref> is disabled, this value will be ignored.
content.vb : Public Sub Close(closeFancy As Boolean = True)
overload : TinyLife.Uis.CoveringGroup.Close*
2023-03-30 18:07:55 +02:00
nameWithType.vb : CoveringGroup.Close(Boolean)
fullName.vb : TinyLife.Uis.CoveringGroup.Close(Boolean)
name.vb : Close(Boolean)
2021-11-23 16:24:04 +01:00
references :
- 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.Uis.CoveringGroup.Close(System.Boolean)
commentId : M:TinyLife.Uis.CoveringGroup.Close(System.Boolean)
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CoveringGroup.html#TinyLife_Uis_CoveringGroup_Close_System_Boolean_
2023-03-30 18:07:55 +02:00
name : Close(bool)
nameWithType : CoveringGroup.Close(bool)
fullName : TinyLife.Uis.CoveringGroup.Close(bool)
nameWithType.vb : CoveringGroup.Close(Boolean)
fullName.vb : TinyLife.Uis.CoveringGroup.Close(Boolean)
name.vb : Close(Boolean)
spec.csharp :
- uid : TinyLife.Uis.CoveringGroup.Close(System.Boolean)
name : Close
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CoveringGroup.html#TinyLife_Uis_CoveringGroup_Close_System_Boolean_
2023-03-30 18:07:55 +02:00
- name : (
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
spec.vb :
- uid : TinyLife.Uis.CoveringGroup.Close(System.Boolean)
name : Close
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CoveringGroup.html#TinyLife_Uis_CoveringGroup_Close_System_Boolean_
2023-03-30 18:07:55 +02:00
- name : (
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
2021-11-23 16:24:04 +01:00
- 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 : MLEM.Misc.GenericDataHolder
commentId : T:MLEM.Misc.GenericDataHolder
parent : MLEM.Misc
isExternal : true
name : GenericDataHolder
nameWithType : GenericDataHolder
fullName : MLEM.Misc.GenericDataHolder
- uid : MLEM.Ui.Elements.Element
commentId : T:MLEM.Ui.Elements.Element
parent : MLEM.Ui.Elements
isExternal : true
name : Element
nameWithType : Element
fullName : MLEM.Ui.Elements.Element
- 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.Misc.IGenericDataHolder
commentId : T:MLEM.Misc.IGenericDataHolder
parent : MLEM.Misc
isExternal : true
name : IGenericDataHolder
nameWithType : IGenericDataHolder
fullName : MLEM.Misc.IGenericDataHolder
- uid : MLEM.Ui.Elements.Element.Epsilon
commentId : F:MLEM.Ui.Elements.Element.Epsilon
parent : MLEM.Ui.Elements.Element
isExternal : true
name : Epsilon
nameWithType : Element.Epsilon
fullName : MLEM.Ui.Elements.Element.Epsilon
- uid : MLEM.Ui.Elements.Element.Controls
commentId : F:MLEM.Ui.Elements.Element.Controls
parent : MLEM.Ui.Elements.Element
isExternal : true
name : Controls
nameWithType : Element.Controls
fullName : MLEM.Ui.Elements.Element.Controls
- uid : MLEM.Ui.Elements.Element.ScrollOffset
commentId : F:MLEM.Ui.Elements.Element.ScrollOffset
parent : MLEM.Ui.Elements.Element
isExternal : true
name : ScrollOffset
nameWithType : Element.ScrollOffset
fullName : MLEM.Ui.Elements.Element.ScrollOffset
- uid : MLEM.Ui.Elements.Element.Transform
commentId : F:MLEM.Ui.Elements.Element.Transform
parent : MLEM.Ui.Elements.Element
isExternal : true
name : Transform
nameWithType : Element.Transform
fullName : MLEM.Ui.Elements.Element.Transform
- uid : MLEM.Ui.Elements.Element.SelectionIndicator
commentId : F:MLEM.Ui.Elements.Element.SelectionIndicator
parent : MLEM.Ui.Elements.Element
isExternal : true
name : SelectionIndicator
nameWithType : Element.SelectionIndicator
fullName : MLEM.Ui.Elements.Element.SelectionIndicator
- uid : MLEM.Ui.Elements.Element.ActionSound
commentId : F:MLEM.Ui.Elements.Element.ActionSound
parent : MLEM.Ui.Elements.Element
isExternal : true
name : ActionSound
nameWithType : Element.ActionSound
fullName : MLEM.Ui.Elements.Element.ActionSound
- uid : MLEM.Ui.Elements.Element.SecondActionSound
commentId : F:MLEM.Ui.Elements.Element.SecondActionSound
parent : MLEM.Ui.Elements.Element
isExternal : true
name : SecondActionSound
nameWithType : Element.SecondActionSound
fullName : MLEM.Ui.Elements.Element.SecondActionSound
- uid : MLEM.Ui.Elements.Element.Padding
commentId : F:MLEM.Ui.Elements.Element.Padding
parent : MLEM.Ui.Elements.Element
isExternal : true
name : Padding
nameWithType : Element.Padding
fullName : MLEM.Ui.Elements.Element.Padding
2023-06-25 15:41:49 +02:00
- uid : MLEM.Ui.Elements.Element.MouseEnterAnimation
commentId : F:MLEM.Ui.Elements.Element.MouseEnterAnimation
parent : MLEM.Ui.Elements.Element
isExternal : true
name : MouseEnterAnimation
nameWithType : Element.MouseEnterAnimation
fullName : MLEM.Ui.Elements.Element.MouseEnterAnimation
- uid : MLEM.Ui.Elements.Element.MouseExitAnimation
commentId : F:MLEM.Ui.Elements.Element.MouseExitAnimation
parent : MLEM.Ui.Elements.Element
isExternal : true
name : MouseExitAnimation
nameWithType : Element.MouseExitAnimation
fullName : MLEM.Ui.Elements.Element.MouseExitAnimation
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element.OnDrawn
commentId : F:MLEM.Ui.Elements.Element.OnDrawn
parent : MLEM.Ui.Elements.Element
isExternal : true
name : OnDrawn
nameWithType : Element.OnDrawn
fullName : MLEM.Ui.Elements.Element.OnDrawn
- uid : MLEM.Ui.Elements.Element.OnUpdated
commentId : F:MLEM.Ui.Elements.Element.OnUpdated
parent : MLEM.Ui.Elements.Element
isExternal : true
name : OnUpdated
nameWithType : Element.OnUpdated
fullName : MLEM.Ui.Elements.Element.OnUpdated
- uid : MLEM.Ui.Elements.Element.OnPressed
commentId : F:MLEM.Ui.Elements.Element.OnPressed
parent : MLEM.Ui.Elements.Element
isExternal : true
name : OnPressed
nameWithType : Element.OnPressed
fullName : MLEM.Ui.Elements.Element.OnPressed
- uid : MLEM.Ui.Elements.Element.OnSecondaryPressed
commentId : F:MLEM.Ui.Elements.Element.OnSecondaryPressed
parent : MLEM.Ui.Elements.Element
isExternal : true
name : OnSecondaryPressed
nameWithType : Element.OnSecondaryPressed
fullName : MLEM.Ui.Elements.Element.OnSecondaryPressed
- uid : MLEM.Ui.Elements.Element.OnSelected
commentId : F:MLEM.Ui.Elements.Element.OnSelected
parent : MLEM.Ui.Elements.Element
isExternal : true
name : OnSelected
nameWithType : Element.OnSelected
fullName : MLEM.Ui.Elements.Element.OnSelected
- uid : MLEM.Ui.Elements.Element.OnDeselected
commentId : F:MLEM.Ui.Elements.Element.OnDeselected
parent : MLEM.Ui.Elements.Element
isExternal : true
name : OnDeselected
nameWithType : Element.OnDeselected
fullName : MLEM.Ui.Elements.Element.OnDeselected
- uid : MLEM.Ui.Elements.Element.OnMouseEnter
commentId : F:MLEM.Ui.Elements.Element.OnMouseEnter
parent : MLEM.Ui.Elements.Element
isExternal : true
name : OnMouseEnter
nameWithType : Element.OnMouseEnter
fullName : MLEM.Ui.Elements.Element.OnMouseEnter
- uid : MLEM.Ui.Elements.Element.OnMouseExit
commentId : F:MLEM.Ui.Elements.Element.OnMouseExit
parent : MLEM.Ui.Elements.Element
isExternal : true
name : OnMouseExit
nameWithType : Element.OnMouseExit
fullName : MLEM.Ui.Elements.Element.OnMouseExit
- uid : MLEM.Ui.Elements.Element.OnTouchEnter
commentId : F:MLEM.Ui.Elements.Element.OnTouchEnter
parent : MLEM.Ui.Elements.Element
isExternal : true
name : OnTouchEnter
nameWithType : Element.OnTouchEnter
fullName : MLEM.Ui.Elements.Element.OnTouchEnter
- uid : MLEM.Ui.Elements.Element.OnTouchExit
commentId : F:MLEM.Ui.Elements.Element.OnTouchExit
parent : MLEM.Ui.Elements.Element
isExternal : true
name : OnTouchExit
nameWithType : Element.OnTouchExit
fullName : MLEM.Ui.Elements.Element.OnTouchExit
- uid : MLEM.Ui.Elements.Element.OnTextInput
commentId : F:MLEM.Ui.Elements.Element.OnTextInput
parent : MLEM.Ui.Elements.Element
isExternal : true
name : OnTextInput
nameWithType : Element.OnTextInput
fullName : MLEM.Ui.Elements.Element.OnTextInput
- uid : MLEM.Ui.Elements.Element.OnAreaUpdated
commentId : F:MLEM.Ui.Elements.Element.OnAreaUpdated
parent : MLEM.Ui.Elements.Element
isExternal : true
name : OnAreaUpdated
nameWithType : Element.OnAreaUpdated
fullName : MLEM.Ui.Elements.Element.OnAreaUpdated
2022-03-09 16:13:05 +01:00
- uid : MLEM.Ui.Elements.Element.OnStyleInit
commentId : F:MLEM.Ui.Elements.Element.OnStyleInit
parent : MLEM.Ui.Elements.Element
isExternal : true
name : OnStyleInit
nameWithType : Element.OnStyleInit
fullName : MLEM.Ui.Elements.Element.OnStyleInit
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element.OnMousedElementChanged
commentId : F:MLEM.Ui.Elements.Element.OnMousedElementChanged
parent : MLEM.Ui.Elements.Element
isExternal : true
name : OnMousedElementChanged
nameWithType : Element.OnMousedElementChanged
fullName : MLEM.Ui.Elements.Element.OnMousedElementChanged
- uid : MLEM.Ui.Elements.Element.OnTouchedElementChanged
commentId : F:MLEM.Ui.Elements.Element.OnTouchedElementChanged
parent : MLEM.Ui.Elements.Element
isExternal : true
name : OnTouchedElementChanged
nameWithType : Element.OnTouchedElementChanged
fullName : MLEM.Ui.Elements.Element.OnTouchedElementChanged
- uid : MLEM.Ui.Elements.Element.OnSelectedElementChanged
commentId : F:MLEM.Ui.Elements.Element.OnSelectedElementChanged
parent : MLEM.Ui.Elements.Element
isExternal : true
name : OnSelectedElementChanged
nameWithType : Element.OnSelectedElementChanged
fullName : MLEM.Ui.Elements.Element.OnSelectedElementChanged
- uid : MLEM.Ui.Elements.Element.GetTabNextElement
commentId : F:MLEM.Ui.Elements.Element.GetTabNextElement
parent : MLEM.Ui.Elements.Element
isExternal : true
name : GetTabNextElement
nameWithType : Element.GetTabNextElement
fullName : MLEM.Ui.Elements.Element.GetTabNextElement
- uid : MLEM.Ui.Elements.Element.GetGamepadNextElement
commentId : F:MLEM.Ui.Elements.Element.GetGamepadNextElement
parent : MLEM.Ui.Elements.Element
isExternal : true
name : GetGamepadNextElement
nameWithType : Element.GetGamepadNextElement
fullName : MLEM.Ui.Elements.Element.GetGamepadNextElement
- uid : MLEM.Ui.Elements.Element.OnChildAdded
commentId : F:MLEM.Ui.Elements.Element.OnChildAdded
parent : MLEM.Ui.Elements.Element
isExternal : true
name : OnChildAdded
nameWithType : Element.OnChildAdded
fullName : MLEM.Ui.Elements.Element.OnChildAdded
- uid : MLEM.Ui.Elements.Element.OnChildRemoved
commentId : F:MLEM.Ui.Elements.Element.OnChildRemoved
parent : MLEM.Ui.Elements.Element
isExternal : true
name : OnChildRemoved
nameWithType : Element.OnChildRemoved
fullName : MLEM.Ui.Elements.Element.OnChildRemoved
2022-09-17 12:33:21 +02:00
- uid : MLEM.Ui.Elements.Element.OnAddedToUi
commentId : F:MLEM.Ui.Elements.Element.OnAddedToUi
parent : MLEM.Ui.Elements.Element
isExternal : true
name : OnAddedToUi
nameWithType : Element.OnAddedToUi
fullName : MLEM.Ui.Elements.Element.OnAddedToUi
- uid : MLEM.Ui.Elements.Element.OnRemovedFromUi
commentId : F:MLEM.Ui.Elements.Element.OnRemovedFromUi
parent : MLEM.Ui.Elements.Element
isExternal : true
name : OnRemovedFromUi
nameWithType : Element.OnRemovedFromUi
fullName : MLEM.Ui.Elements.Element.OnRemovedFromUi
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element.Children
commentId : F:MLEM.Ui.Elements.Element.Children
parent : MLEM.Ui.Elements.Element
isExternal : true
name : Children
nameWithType : Element.Children
fullName : MLEM.Ui.Elements.Element.Children
2023-06-25 15:41:49 +02:00
- uid : MLEM.Ui.Elements.Element.PlayingAnimations
commentId : F:MLEM.Ui.Elements.Element.PlayingAnimations
parent : MLEM.Ui.Elements.Element
isExternal : true
name : PlayingAnimations
nameWithType : Element.PlayingAnimations
fullName : MLEM.Ui.Elements.Element.PlayingAnimations
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element.AddChild``1({T},System.Int32)
commentId : M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32)
parent : MLEM.Ui.Elements.Element
definition : MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32)
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
name : AddChild<T>(T, int)
nameWithType : Element.AddChild<T>(T, int)
fullName : MLEM.Ui.Elements.Element.AddChild<T>(T, int)
nameWithType.vb : Element.AddChild(Of T)(T, Integer)
fullName.vb : MLEM.Ui.Elements.Element.AddChild(Of T)(T, Integer)
name.vb : AddChild(Of T)(T, Integer)
2021-11-23 16:24:04 +01:00
spec.csharp :
- uid : MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32)
2023-03-30 18:07:55 +02:00
name : AddChild
2021-11-23 16:24:04 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2021-11-23 16:24:04 +01:00
- name : (
- name : T
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
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.int32
2021-11-23 16:24:04 +01:00
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32)
2023-03-30 18:07:55 +02:00
name : AddChild
2021-11-23 16:24:04 +01:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2021-11-23 16:24:04 +01:00
- name : T
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
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.int32
2021-11-23 16:24:04 +01:00
- name : )
- uid : MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element)
commentId : M:MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element)
parent : MLEM.Ui.Elements.Element
isExternal : true
name : RemoveChild(Element)
nameWithType : Element.RemoveChild(Element)
fullName : MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element)
spec.csharp :
- uid : MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element)
name : RemoveChild
isExternal : true
- name : (
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.RemoveChild(MLEM.Ui.Elements.Element)
name : RemoveChild
isExternal : true
- name : (
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
- name : )
- uid : MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean})
commentId : M:MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean})
parent : MLEM.Ui.Elements.Element
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
name : RemoveChildren(Func<Element, bool>)
nameWithType : Element.RemoveChildren(Func<Element, bool>)
fullName : MLEM.Ui.Elements.Element.RemoveChildren(System.Func<MLEM.Ui.Elements.Element, bool>)
2021-11-23 16:24:04 +01:00
nameWithType.vb : Element.RemoveChildren(Func(Of Element, Boolean))
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Ui.Elements.Element.RemoveChildren(System.Func(Of MLEM.Ui.Elements.Element, Boolean))
2021-11-23 16:24:04 +01:00
name.vb : RemoveChildren(Func(Of Element, Boolean))
spec.csharp :
- uid : MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean})
name : RemoveChildren
isExternal : true
- name : (
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2021-11-23 16:24:04 +01:00
- name : <
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
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.boolean
2021-11-23 16:24:04 +01:00
- name : '>'
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.RemoveChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean})
name : RemoveChildren
isExternal : true
- name : (
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-11-23 16:24:04 +01:00
- name : )
- name : )
- uid : MLEM.Ui.Elements.Element.SetSortedChildrenDirty
commentId : M:MLEM.Ui.Elements.Element.SetSortedChildrenDirty
parent : MLEM.Ui.Elements.Element
isExternal : true
name : SetSortedChildrenDirty()
nameWithType : Element.SetSortedChildrenDirty()
fullName : MLEM.Ui.Elements.Element.SetSortedChildrenDirty()
spec.csharp :
- uid : MLEM.Ui.Elements.Element.SetSortedChildrenDirty
name : SetSortedChildrenDirty
isExternal : true
- name : (
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.SetSortedChildrenDirty
name : SetSortedChildrenDirty
isExternal : true
- name : (
- name : )
- uid : MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty
commentId : M:MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty
parent : MLEM.Ui.Elements.Element
isExternal : true
name : UpdateSortedChildrenIfDirty()
nameWithType : Element.UpdateSortedChildrenIfDirty()
fullName : MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty()
spec.csharp :
- uid : MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty
name : UpdateSortedChildrenIfDirty
isExternal : true
- name : (
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.UpdateSortedChildrenIfDirty
name : UpdateSortedChildrenIfDirty
isExternal : true
- name : (
- name : )
- uid : MLEM.Ui.Elements.Element.ForceUpdateSortedChildren
commentId : M:MLEM.Ui.Elements.Element.ForceUpdateSortedChildren
parent : MLEM.Ui.Elements.Element
isExternal : true
name : ForceUpdateSortedChildren()
nameWithType : Element.ForceUpdateSortedChildren()
fullName : MLEM.Ui.Elements.Element.ForceUpdateSortedChildren()
spec.csharp :
- uid : MLEM.Ui.Elements.Element.ForceUpdateSortedChildren
name : ForceUpdateSortedChildren
isExternal : true
- name : (
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.ForceUpdateSortedChildren
name : ForceUpdateSortedChildren
isExternal : true
- name : (
- name : )
- uid : MLEM.Ui.Elements.Element.SetAreaDirty
commentId : M:MLEM.Ui.Elements.Element.SetAreaDirty
parent : MLEM.Ui.Elements.Element
isExternal : true
name : SetAreaDirty()
nameWithType : Element.SetAreaDirty()
fullName : MLEM.Ui.Elements.Element.SetAreaDirty()
spec.csharp :
- uid : MLEM.Ui.Elements.Element.SetAreaDirty
name : SetAreaDirty
isExternal : true
- name : (
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.SetAreaDirty
name : SetAreaDirty
isExternal : true
- name : (
- name : )
- uid : MLEM.Ui.Elements.Element.UpdateAreaIfDirty
commentId : M:MLEM.Ui.Elements.Element.UpdateAreaIfDirty
parent : MLEM.Ui.Elements.Element
isExternal : true
name : UpdateAreaIfDirty()
nameWithType : Element.UpdateAreaIfDirty()
fullName : MLEM.Ui.Elements.Element.UpdateAreaIfDirty()
spec.csharp :
- uid : MLEM.Ui.Elements.Element.UpdateAreaIfDirty
name : UpdateAreaIfDirty
isExternal : true
- name : (
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.UpdateAreaIfDirty
name : UpdateAreaIfDirty
isExternal : true
- name : (
- name : )
- uid : MLEM.Ui.Elements.Element.ForceUpdateArea
commentId : M:MLEM.Ui.Elements.Element.ForceUpdateArea
parent : MLEM.Ui.Elements.Element
isExternal : true
name : ForceUpdateArea()
nameWithType : Element.ForceUpdateArea()
fullName : MLEM.Ui.Elements.Element.ForceUpdateArea()
spec.csharp :
- uid : MLEM.Ui.Elements.Element.ForceUpdateArea
name : ForceUpdateArea
isExternal : true
- name : (
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.ForceUpdateArea
name : ForceUpdateArea
isExternal : true
- name : (
- name : )
2024-07-26 12:47:59 +02:00
- uid : MLEM.Ui.Elements.Element.SetAreaAndUpdateChildren(MLEM.Maths.RectangleF)
commentId : M:MLEM.Ui.Elements.Element.SetAreaAndUpdateChildren(MLEM.Maths.RectangleF)
2022-01-01 17:06:03 +01:00
parent : MLEM.Ui.Elements.Element
isExternal : true
name : SetAreaAndUpdateChildren(RectangleF)
nameWithType : Element.SetAreaAndUpdateChildren(RectangleF)
2024-07-26 12:47:59 +02:00
fullName : MLEM.Ui.Elements.Element.SetAreaAndUpdateChildren(MLEM.Maths.RectangleF)
2022-01-01 17:06:03 +01:00
spec.csharp :
2024-07-26 12:47:59 +02:00
- uid : MLEM.Ui.Elements.Element.SetAreaAndUpdateChildren(MLEM.Maths.RectangleF)
2022-01-01 17:06:03 +01:00
name : SetAreaAndUpdateChildren
isExternal : true
- name : (
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.RectangleF
2022-01-01 17:06:03 +01:00
name : RectangleF
isExternal : true
- name : )
spec.vb :
2024-07-26 12:47:59 +02:00
- uid : MLEM.Ui.Elements.Element.SetAreaAndUpdateChildren(MLEM.Maths.RectangleF)
2022-01-01 17:06:03 +01:00
name : SetAreaAndUpdateChildren
isExternal : true
- name : (
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.RectangleF
2022-01-01 17:06:03 +01:00
name : RectangleF
isExternal : true
- name : )
2024-07-26 12:47:59 +02:00
- uid : MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Maths.RectangleF)
commentId : M:MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Maths.RectangleF)
2021-11-23 16:24:04 +01:00
parent : MLEM.Ui.Elements.Element
isExternal : true
name : CalcActualSize(RectangleF)
nameWithType : Element.CalcActualSize(RectangleF)
2024-07-26 12:47:59 +02:00
fullName : MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Maths.RectangleF)
2021-11-23 16:24:04 +01:00
spec.csharp :
2024-07-26 12:47:59 +02:00
- uid : MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Maths.RectangleF)
2021-11-23 16:24:04 +01:00
name : CalcActualSize
isExternal : true
- name : (
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.RectangleF
2021-11-23 16:24:04 +01:00
name : RectangleF
isExternal : true
- name : )
spec.vb :
2024-07-26 12:47:59 +02:00
- uid : MLEM.Ui.Elements.Element.CalcActualSize(MLEM.Maths.RectangleF)
2021-11-23 16:24:04 +01:00
name : CalcActualSize
isExternal : true
- name : (
2024-07-26 12:47:59 +02:00
- uid : MLEM.Maths.RectangleF
2021-11-23 16:24:04 +01:00
name : RectangleF
isExternal : true
- name : )
- uid : MLEM.Ui.Elements.Element.GetAreaForAutoAnchors
commentId : M:MLEM.Ui.Elements.Element.GetAreaForAutoAnchors
parent : MLEM.Ui.Elements.Element
isExternal : true
name : GetAreaForAutoAnchors()
nameWithType : Element.GetAreaForAutoAnchors()
fullName : MLEM.Ui.Elements.Element.GetAreaForAutoAnchors()
spec.csharp :
- uid : MLEM.Ui.Elements.Element.GetAreaForAutoAnchors
name : GetAreaForAutoAnchors
isExternal : true
- name : (
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.GetAreaForAutoAnchors
name : GetAreaForAutoAnchors
isExternal : true
- name : (
- name : )
2023-05-26 15:16:22 +02:00
- uid : MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean)
commentId : M:MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean)
2021-11-23 16:24:04 +01:00
parent : MLEM.Ui.Elements.Element
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2023-05-26 15:16:22 +02:00
name : GetLowestChild(Func<Element, bool>, bool)
nameWithType : Element.GetLowestChild(Func<Element, bool>, bool)
fullName : MLEM.Ui.Elements.Element.GetLowestChild(System.Func<MLEM.Ui.Elements.Element, bool>, bool)
nameWithType.vb : Element.GetLowestChild(Func(Of Element, Boolean), Boolean)
fullName.vb : MLEM.Ui.Elements.Element.GetLowestChild(System.Func(Of MLEM.Ui.Elements.Element, Boolean), Boolean)
name.vb : GetLowestChild(Func(Of Element, Boolean), Boolean)
2021-11-23 16:24:04 +01:00
spec.csharp :
2023-05-26 15:16:22 +02:00
- uid : MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean)
2021-11-23 16:24:04 +01:00
name : GetLowestChild
isExternal : true
- name : (
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2021-11-23 16:24:04 +01:00
- name : <
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
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.boolean
2021-11-23 16:24:04 +01:00
- name : '>'
2023-05-26 15:16:22 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-11-23 16:24:04 +01:00
- name : )
spec.vb :
2023-05-26 15:16:22 +02:00
- uid : MLEM.Ui.Elements.Element.GetLowestChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean)
2021-11-23 16:24:04 +01:00
name : GetLowestChild
isExternal : true
- name : (
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-11-23 16:24:04 +01:00
- name : )
2023-05-26 15:16:22 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-11-23 16:24:04 +01:00
- name : )
2023-05-26 15:16:22 +02:00
- uid : MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean)
commentId : M:MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean)
2021-11-23 16:24:04 +01:00
parent : MLEM.Ui.Elements.Element
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2023-05-26 15:16:22 +02:00
name : GetRightmostChild(Func<Element, bool>, bool)
nameWithType : Element.GetRightmostChild(Func<Element, bool>, bool)
fullName : MLEM.Ui.Elements.Element.GetRightmostChild(System.Func<MLEM.Ui.Elements.Element, bool>, bool)
nameWithType.vb : Element.GetRightmostChild(Func(Of Element, Boolean), Boolean)
fullName.vb : MLEM.Ui.Elements.Element.GetRightmostChild(System.Func(Of MLEM.Ui.Elements.Element, Boolean), Boolean)
name.vb : GetRightmostChild(Func(Of Element, Boolean), Boolean)
2021-11-23 16:24:04 +01:00
spec.csharp :
2023-05-26 15:16:22 +02:00
- uid : MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean)
2021-11-23 16:24:04 +01:00
name : GetRightmostChild
isExternal : true
- name : (
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2021-11-23 16:24:04 +01:00
- name : <
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
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.boolean
2021-11-23 16:24:04 +01:00
- name : '>'
2023-05-26 15:16:22 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-11-23 16:24:04 +01:00
- name : )
spec.vb :
2023-05-26 15:16:22 +02:00
- uid : MLEM.Ui.Elements.Element.GetRightmostChild(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean)
2021-11-23 16:24:04 +01:00
name : GetRightmostChild
isExternal : true
- name : (
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-11-23 16:24:04 +01:00
- name : )
2023-05-26 15:16:22 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-11-23 16:24:04 +01:00
- name : )
2023-05-26 15:16:22 +02:00
- uid : MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean)
commentId : M:MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean)
2021-11-23 16:24:04 +01:00
parent : MLEM.Ui.Elements.Element
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2023-05-26 15:16:22 +02:00
name : GetLowestOlderSibling(Func<Element, bool>, bool)
nameWithType : Element.GetLowestOlderSibling(Func<Element, bool>, bool)
fullName : MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func<MLEM.Ui.Elements.Element, bool>, bool)
nameWithType.vb : Element.GetLowestOlderSibling(Func(Of Element, Boolean), Boolean)
fullName.vb : MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, Boolean), Boolean)
name.vb : GetLowestOlderSibling(Func(Of Element, Boolean), Boolean)
2021-11-23 16:24:04 +01:00
spec.csharp :
2023-05-26 15:16:22 +02:00
- uid : MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean)
2021-11-23 16:24:04 +01:00
name : GetLowestOlderSibling
isExternal : true
- name : (
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2021-11-23 16:24:04 +01:00
- name : <
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
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.boolean
2021-11-23 16:24:04 +01:00
- name : '>'
2023-05-26 15:16:22 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-11-23 16:24:04 +01:00
- name : )
spec.vb :
2023-05-26 15:16:22 +02:00
- uid : MLEM.Ui.Elements.Element.GetLowestOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean)
2021-11-23 16:24:04 +01:00
name : GetLowestOlderSibling
isExternal : true
- name : (
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-11-23 16:24:04 +01:00
- name : )
2023-05-26 15:16:22 +02:00
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-11-23 16:24:04 +01:00
- name : )
- uid : MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean})
commentId : M:MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean})
parent : MLEM.Ui.Elements.Element
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
name : GetOlderSibling(Func<Element, bool>)
nameWithType : Element.GetOlderSibling(Func<Element, bool>)
fullName : MLEM.Ui.Elements.Element.GetOlderSibling(System.Func<MLEM.Ui.Elements.Element, bool>)
2021-11-23 16:24:04 +01:00
nameWithType.vb : Element.GetOlderSibling(Func(Of Element, Boolean))
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Ui.Elements.Element.GetOlderSibling(System.Func(Of MLEM.Ui.Elements.Element, Boolean))
2021-11-23 16:24:04 +01:00
name.vb : GetOlderSibling(Func(Of Element, Boolean))
spec.csharp :
- uid : MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean})
name : GetOlderSibling
isExternal : true
- name : (
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2021-11-23 16:24:04 +01:00
- name : <
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
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.boolean
2021-11-23 16:24:04 +01:00
- name : '>'
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.GetOlderSibling(System.Func{MLEM.Ui.Elements.Element,System.Boolean})
name : GetOlderSibling
isExternal : true
- name : (
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-11-23 16:24:04 +01:00
- name : )
- name : )
- uid : MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean})
commentId : M:MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean})
parent : MLEM.Ui.Elements.Element
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
name : GetSiblings(Func<Element, bool>)
nameWithType : Element.GetSiblings(Func<Element, bool>)
fullName : MLEM.Ui.Elements.Element.GetSiblings(System.Func<MLEM.Ui.Elements.Element, bool>)
2021-11-23 16:24:04 +01:00
nameWithType.vb : Element.GetSiblings(Func(Of Element, Boolean))
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Ui.Elements.Element.GetSiblings(System.Func(Of MLEM.Ui.Elements.Element, Boolean))
2021-11-23 16:24:04 +01:00
name.vb : GetSiblings(Func(Of Element, Boolean))
spec.csharp :
- uid : MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean})
name : GetSiblings
isExternal : true
- name : (
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2021-11-23 16:24:04 +01:00
- name : <
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
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.boolean
2021-11-23 16:24:04 +01:00
- name : '>'
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.GetSiblings(System.Func{MLEM.Ui.Elements.Element,System.Boolean})
name : GetSiblings
isExternal : true
- name : (
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-11-23 16:24:04 +01:00
- name : )
- name : )
- uid : MLEM.Ui.Elements.Element.GetChildren``1(System.Func{{T},System.Boolean},System.Boolean,System.Boolean)
commentId : M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean)
parent : MLEM.Ui.Elements.Element
definition : MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean)
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
name : GetChildren<T>(Func<T, bool>, bool, bool)
nameWithType : Element.GetChildren<T>(Func<T, bool>, bool, bool)
fullName : MLEM.Ui.Elements.Element.GetChildren<T>(System.Func<T, bool>, bool, bool)
2021-11-23 16:24:04 +01:00
nameWithType.vb : Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, Boolean), Boolean, Boolean)
2021-11-23 16:24:04 +01:00
name.vb : GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean)
spec.csharp :
- uid : MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean)
2023-03-30 18:07:55 +02:00
name : GetChildren
2021-11-23 16:24:04 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2021-11-23 16:24:04 +01:00
- name : (
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2021-11-23 16:24:04 +01:00
- name : <
- name : T
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
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.boolean
2021-11-23 16:24:04 +01:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
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.boolean
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
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.boolean
2021-11-23 16:24:04 +01:00
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean)
2023-03-30 18:07:55 +02:00
name : GetChildren
2021-11-23 16:24:04 +01:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2021-11-23 16:24:04 +01:00
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2021-11-23 16:24:04 +01:00
- name : T
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-11-23 16:24:04 +01:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-11-23 16:24:04 +01:00
- name : )
- uid : MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean)
commentId : M:MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean)
parent : MLEM.Ui.Elements.Element
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
name : GetChildren(Func<Element, bool>, bool, bool)
nameWithType : Element.GetChildren(Func<Element, bool>, bool, bool)
fullName : MLEM.Ui.Elements.Element.GetChildren(System.Func<MLEM.Ui.Elements.Element, bool>, bool, bool)
2021-11-23 16:24:04 +01:00
nameWithType.vb : Element.GetChildren(Func(Of Element, Boolean), Boolean, Boolean)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Ui.Elements.Element.GetChildren(System.Func(Of MLEM.Ui.Elements.Element, Boolean), Boolean, Boolean)
2021-11-23 16:24:04 +01:00
name.vb : GetChildren(Func(Of Element, Boolean), Boolean, Boolean)
spec.csharp :
- uid : MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean)
name : GetChildren
isExternal : true
- name : (
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2021-11-23 16:24:04 +01:00
- name : <
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
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.boolean
2021-11-23 16:24:04 +01:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
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.boolean
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
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.boolean
2021-11-23 16:24:04 +01:00
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.GetChildren(System.Func{MLEM.Ui.Elements.Element,System.Boolean},System.Boolean,System.Boolean)
name : GetChildren
isExternal : true
- name : (
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-11-23 16:24:04 +01:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-11-23 16:24:04 +01:00
- name : )
- uid : MLEM.Ui.Elements.Element.GetParentTree
commentId : M:MLEM.Ui.Elements.Element.GetParentTree
parent : MLEM.Ui.Elements.Element
isExternal : true
name : GetParentTree()
nameWithType : Element.GetParentTree()
fullName : MLEM.Ui.Elements.Element.GetParentTree()
spec.csharp :
- uid : MLEM.Ui.Elements.Element.GetParentTree
name : GetParentTree
isExternal : true
- name : (
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.GetParentTree
name : GetParentTree
isExternal : true
- name : (
- name : )
2023-05-26 15:16:22 +02:00
- uid : MLEM.Ui.Elements.Element.GetTotalCoveredArea(System.Boolean)
commentId : M:MLEM.Ui.Elements.Element.GetTotalCoveredArea(System.Boolean)
parent : MLEM.Ui.Elements.Element
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
name : GetTotalCoveredArea(bool)
nameWithType : Element.GetTotalCoveredArea(bool)
fullName : MLEM.Ui.Elements.Element.GetTotalCoveredArea(bool)
nameWithType.vb : Element.GetTotalCoveredArea(Boolean)
fullName.vb : MLEM.Ui.Elements.Element.GetTotalCoveredArea(Boolean)
name.vb : GetTotalCoveredArea(Boolean)
spec.csharp :
- uid : MLEM.Ui.Elements.Element.GetTotalCoveredArea(System.Boolean)
name : GetTotalCoveredArea
isExternal : true
- name : (
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.GetTotalCoveredArea(System.Boolean)
name : GetTotalCoveredArea
isExternal : true
- name : (
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element.GetRelevantChildren
commentId : M:MLEM.Ui.Elements.Element.GetRelevantChildren
parent : MLEM.Ui.Elements.Element
isExternal : true
name : GetRelevantChildren()
nameWithType : Element.GetRelevantChildren()
fullName : MLEM.Ui.Elements.Element.GetRelevantChildren()
spec.csharp :
- uid : MLEM.Ui.Elements.Element.GetRelevantChildren
name : GetRelevantChildren
isExternal : true
- name : (
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.GetRelevantChildren
name : GetRelevantChildren
isExternal : true
- name : (
- name : )
- uid : MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime)
commentId : M:MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime)
parent : MLEM.Ui.Elements.Element
isExternal : true
name : Update(GameTime)
nameWithType : Element.Update(GameTime)
fullName : MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime)
spec.csharp :
- uid : MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime)
name : Update
isExternal : true
- name : (
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.Update(Microsoft.Xna.Framework.GameTime)
name : Update
isExternal : true
- name : (
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
- name : )
2022-05-24 13:36:05 +02:00
- uid : MLEM.Ui.Elements.Element.DrawTransformed(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext)
commentId : M:MLEM.Ui.Elements.Element.DrawTransformed(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext)
parent : MLEM.Ui.Elements.Element
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
name : DrawTransformed(GameTime, SpriteBatch, float, SpriteBatchContext)
nameWithType : Element.DrawTransformed(GameTime, SpriteBatch, float, SpriteBatchContext)
fullName : MLEM.Ui.Elements.Element.DrawTransformed(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, float, MLEM.Graphics.SpriteBatchContext)
nameWithType.vb : Element.DrawTransformed(GameTime, SpriteBatch, Single, SpriteBatchContext)
fullName.vb : MLEM.Ui.Elements.Element.DrawTransformed(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Single, MLEM.Graphics.SpriteBatchContext)
name.vb : DrawTransformed(GameTime, SpriteBatch, Single, SpriteBatchContext)
2022-05-24 13:36:05 +02:00
spec.csharp :
- uid : MLEM.Ui.Elements.Element.DrawTransformed(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext)
name : DrawTransformed
isExternal : true
- name : (
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
name : SpriteBatch
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : MLEM.Graphics.SpriteBatchContext
name : SpriteBatchContext
isExternal : true
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.DrawTransformed(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext)
name : DrawTransformed
isExternal : true
- name : (
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
name : SpriteBatch
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2022-05-24 13:36:05 +02:00
- uid : MLEM.Graphics.SpriteBatchContext
name : SpriteBatchContext
isExternal : true
- name : )
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2)
commentId : M:MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2)
parent : MLEM.Ui.Elements.Element
isExternal : true
name : GetElementUnderPos(Vector2)
nameWithType : Element.GetElementUnderPos(Vector2)
fullName : MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2)
spec.csharp :
- uid : MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2)
name : GetElementUnderPos
isExternal : true
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.GetElementUnderPos(Microsoft.Xna.Framework.Vector2)
name : GetElementUnderPos
isExternal : true
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : )
2023-06-25 15:41:49 +02:00
- uid : MLEM.Ui.Elements.Element.PlayAnimation(MLEM.Ui.UiAnimation)
commentId : M:MLEM.Ui.Elements.Element.PlayAnimation(MLEM.Ui.UiAnimation)
parent : MLEM.Ui.Elements.Element
isExternal : true
name : PlayAnimation(UiAnimation)
nameWithType : Element.PlayAnimation(UiAnimation)
fullName : MLEM.Ui.Elements.Element.PlayAnimation(MLEM.Ui.UiAnimation)
spec.csharp :
- uid : MLEM.Ui.Elements.Element.PlayAnimation(MLEM.Ui.UiAnimation)
name : PlayAnimation
isExternal : true
- name : (
- uid : MLEM.Ui.UiAnimation
name : UiAnimation
isExternal : true
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.PlayAnimation(MLEM.Ui.UiAnimation)
name : PlayAnimation
isExternal : true
- name : (
- uid : MLEM.Ui.UiAnimation
name : UiAnimation
isExternal : true
- name : )
- uid : MLEM.Ui.Elements.Element.StopAnimation(MLEM.Ui.UiAnimation)
commentId : M:MLEM.Ui.Elements.Element.StopAnimation(MLEM.Ui.UiAnimation)
parent : MLEM.Ui.Elements.Element
isExternal : true
name : StopAnimation(UiAnimation)
nameWithType : Element.StopAnimation(UiAnimation)
fullName : MLEM.Ui.Elements.Element.StopAnimation(MLEM.Ui.UiAnimation)
spec.csharp :
- uid : MLEM.Ui.Elements.Element.StopAnimation(MLEM.Ui.UiAnimation)
name : StopAnimation
isExternal : true
- name : (
- uid : MLEM.Ui.UiAnimation
name : UiAnimation
isExternal : true
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.StopAnimation(MLEM.Ui.UiAnimation)
name : StopAnimation
isExternal : true
- name : (
- uid : MLEM.Ui.UiAnimation
name : UiAnimation
isExternal : true
- name : )
2023-03-30 18:07:55 +02:00
- uid : MLEM.Ui.Elements.Element.ToString
commentId : M:MLEM.Ui.Elements.Element.ToString
parent : MLEM.Ui.Elements.Element
isExternal : true
name : ToString()
nameWithType : Element.ToString()
fullName : MLEM.Ui.Elements.Element.ToString()
spec.csharp :
- uid : MLEM.Ui.Elements.Element.ToString
name : ToString
isExternal : true
- name : (
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.ToString
name : ToString
isExternal : true
- name : (
- name : )
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element})
commentId : M:MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element})
parent : MLEM.Ui.Elements.Element
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2021-11-23 16:24:04 +01:00
name : AndChildren(Action<Element>)
nameWithType : Element.AndChildren(Action<Element>)
fullName : MLEM.Ui.Elements.Element.AndChildren(System.Action<MLEM.Ui.Elements.Element>)
nameWithType.vb : Element.AndChildren(Action(Of Element))
fullName.vb : MLEM.Ui.Elements.Element.AndChildren(System.Action(Of MLEM.Ui.Elements.Element))
name.vb : AndChildren(Action(Of Element))
spec.csharp :
- uid : MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element})
name : AndChildren
isExternal : true
- name : (
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
2021-11-23 16:24:04 +01:00
- name : <
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
- name : '>'
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.AndChildren(System.Action{MLEM.Ui.Elements.Element})
name : AndChildren
isExternal : true
- name : (
- uid : System.Action`1
name : Action
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.action-1
- name : (
- name : Of
- name : " "
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
- name : )
- name : )
- uid : MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element})
commentId : M:MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element})
parent : MLEM.Ui.Elements.Element
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.comparison-1
2021-11-23 16:24:04 +01:00
name : ReorderChildren(Comparison<Element>)
nameWithType : Element.ReorderChildren(Comparison<Element>)
fullName : MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison<MLEM.Ui.Elements.Element>)
nameWithType.vb : Element.ReorderChildren(Comparison(Of Element))
fullName.vb : MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison(Of MLEM.Ui.Elements.Element))
name.vb : ReorderChildren(Comparison(Of Element))
spec.csharp :
- uid : MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element})
name : ReorderChildren
isExternal : true
- name : (
- uid : System.Comparison`1
name : Comparison
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.comparison-1
2021-11-23 16:24:04 +01:00
- name : <
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
- name : '>'
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.ReorderChildren(System.Comparison{MLEM.Ui.Elements.Element})
name : ReorderChildren
isExternal : true
- name : (
- uid : System.Comparison`1
name : Comparison
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.comparison-1
- name : (
- name : Of
- name : " "
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
- name : )
- name : )
- uid : MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32})
commentId : M:MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32})
parent : MLEM.Ui.Elements.Element
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
name : ReverseChildren(int, int?)
nameWithType : Element.ReverseChildren(int, int?)
fullName : MLEM.Ui.Elements.Element.ReverseChildren(int, int?)
nameWithType.vb : Element.ReverseChildren(Integer, Integer?)
fullName.vb : MLEM.Ui.Elements.Element.ReverseChildren(Integer, Integer?)
name.vb : ReverseChildren(Integer, Integer?)
2021-11-23 16:24:04 +01:00
spec.csharp :
- uid : MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32})
name : ReverseChildren
isExternal : true
- name : (
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
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.int32
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
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.int32
- name : '?'
2021-11-23 16:24:04 +01:00
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.ReverseChildren(System.Int32,System.Nullable{System.Int32})
name : ReverseChildren
isExternal : true
- name : (
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.int32
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
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.int32
- name : '?'
2021-11-23 16:24:04 +01:00
- name : )
- uid : MLEM.Ui.Elements.Element.ScaleTransform(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2})
commentId : M:MLEM.Ui.Elements.Element.ScaleTransform(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2})
parent : MLEM.Ui.Elements.Element
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
name : ScaleTransform(float, Vector2?)
nameWithType : Element.ScaleTransform(float, Vector2?)
fullName : MLEM.Ui.Elements.Element.ScaleTransform(float, Microsoft.Xna.Framework.Vector2?)
nameWithType.vb : Element.ScaleTransform(Single, Vector2?)
fullName.vb : MLEM.Ui.Elements.Element.ScaleTransform(Single, Microsoft.Xna.Framework.Vector2?)
name.vb : ScaleTransform(Single, Vector2?)
2021-11-23 16:24:04 +01:00
spec.csharp :
- uid : MLEM.Ui.Elements.Element.ScaleTransform(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2})
name : ScaleTransform
isExternal : true
- name : (
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
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.single
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
2021-11-23 16:24:04 +01:00
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.ScaleTransform(System.Single,System.Nullable{Microsoft.Xna.Framework.Vector2})
name : ScaleTransform
isExternal : true
- name : (
- uid : System.Single
name : Single
2023-03-30 18:07:55 +02:00
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : '?'
2021-11-23 16:24:04 +01:00
- name : )
- uid : MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle)
commentId : M:MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle)
parent : MLEM.Ui.Elements.Element
isExternal : true
name : InitStyle(UiStyle)
nameWithType : Element.InitStyle(UiStyle)
fullName : MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle)
spec.csharp :
- uid : MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle)
name : InitStyle
isExternal : true
- name : (
- uid : MLEM.Ui.Style.UiStyle
name : UiStyle
isExternal : true
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.InitStyle(MLEM.Ui.Style.UiStyle)
name : InitStyle
isExternal : true
- name : (
- uid : MLEM.Ui.Style.UiStyle
name : UiStyle
isExternal : true
- name : )
2022-03-09 16:13:05 +01:00
- uid : MLEM.Ui.Elements.Element.OnChildAreaDirty(MLEM.Ui.Elements.Element,System.Boolean)
commentId : M:MLEM.Ui.Elements.Element.OnChildAreaDirty(MLEM.Ui.Elements.Element,System.Boolean)
2022-01-01 17:06:03 +01:00
parent : MLEM.Ui.Elements.Element
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
name : OnChildAreaDirty(Element, bool)
nameWithType : Element.OnChildAreaDirty(Element, bool)
fullName : MLEM.Ui.Elements.Element.OnChildAreaDirty(MLEM.Ui.Elements.Element, bool)
nameWithType.vb : Element.OnChildAreaDirty(Element, Boolean)
fullName.vb : MLEM.Ui.Elements.Element.OnChildAreaDirty(MLEM.Ui.Elements.Element, Boolean)
name.vb : OnChildAreaDirty(Element, Boolean)
2022-01-01 17:06:03 +01:00
spec.csharp :
2022-03-09 16:13:05 +01:00
- uid : MLEM.Ui.Elements.Element.OnChildAreaDirty(MLEM.Ui.Elements.Element,System.Boolean)
2022-01-01 17:06:03 +01:00
name : OnChildAreaDirty
isExternal : true
- name : (
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
2022-03-09 16:13:05 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-01-01 17:06:03 +01:00
- name : )
spec.vb :
2022-03-09 16:13:05 +01:00
- uid : MLEM.Ui.Elements.Element.OnChildAreaDirty(MLEM.Ui.Elements.Element,System.Boolean)
2022-01-01 17:06:03 +01:00
name : OnChildAreaDirty
isExternal : true
- name : (
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-03-09 16:13:05 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2022-01-01 17:06:03 +01:00
- name : )
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element.TransformInverse(Microsoft.Xna.Framework.Vector2)
commentId : M:MLEM.Ui.Elements.Element.TransformInverse(Microsoft.Xna.Framework.Vector2)
parent : MLEM.Ui.Elements.Element
isExternal : true
name : TransformInverse(Vector2)
nameWithType : Element.TransformInverse(Vector2)
fullName : MLEM.Ui.Elements.Element.TransformInverse(Microsoft.Xna.Framework.Vector2)
spec.csharp :
- uid : MLEM.Ui.Elements.Element.TransformInverse(Microsoft.Xna.Framework.Vector2)
name : TransformInverse
isExternal : true
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.TransformInverse(Microsoft.Xna.Framework.Vector2)
name : TransformInverse
isExternal : true
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : )
- uid : MLEM.Ui.Elements.Element.TransformInverseAll(Microsoft.Xna.Framework.Vector2)
commentId : M:MLEM.Ui.Elements.Element.TransformInverseAll(Microsoft.Xna.Framework.Vector2)
parent : MLEM.Ui.Elements.Element
isExternal : true
name : TransformInverseAll(Vector2)
nameWithType : Element.TransformInverseAll(Vector2)
fullName : MLEM.Ui.Elements.Element.TransformInverseAll(Microsoft.Xna.Framework.Vector2)
spec.csharp :
- uid : MLEM.Ui.Elements.Element.TransformInverseAll(Microsoft.Xna.Framework.Vector2)
name : TransformInverseAll
isExternal : true
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.TransformInverseAll(Microsoft.Xna.Framework.Vector2)
name : TransformInverseAll
isExternal : true
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : )
2022-12-20 13:25:03 +01:00
- uid : MLEM.Ui.Elements.Element.AddedToUi(MLEM.Ui.UiSystem,MLEM.Ui.RootElement)
commentId : M:MLEM.Ui.Elements.Element.AddedToUi(MLEM.Ui.UiSystem,MLEM.Ui.RootElement)
parent : MLEM.Ui.Elements.Element
isExternal : true
name : AddedToUi(UiSystem, RootElement)
nameWithType : Element.AddedToUi(UiSystem, RootElement)
fullName : MLEM.Ui.Elements.Element.AddedToUi(MLEM.Ui.UiSystem, MLEM.Ui.RootElement)
spec.csharp :
- uid : MLEM.Ui.Elements.Element.AddedToUi(MLEM.Ui.UiSystem,MLEM.Ui.RootElement)
name : AddedToUi
isExternal : true
- name : (
- uid : MLEM.Ui.UiSystem
name : UiSystem
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- uid : MLEM.Ui.RootElement
name : RootElement
isExternal : true
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.AddedToUi(MLEM.Ui.UiSystem,MLEM.Ui.RootElement)
name : AddedToUi
isExternal : true
- name : (
- uid : MLEM.Ui.UiSystem
name : UiSystem
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- uid : MLEM.Ui.RootElement
name : RootElement
isExternal : true
- name : )
- uid : MLEM.Ui.Elements.Element.RemovedFromUi
commentId : M:MLEM.Ui.Elements.Element.RemovedFromUi
parent : MLEM.Ui.Elements.Element
isExternal : true
name : RemovedFromUi()
nameWithType : Element.RemovedFromUi()
fullName : MLEM.Ui.Elements.Element.RemovedFromUi()
spec.csharp :
- uid : MLEM.Ui.Elements.Element.RemovedFromUi
name : RemovedFromUi
isExternal : true
- name : (
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.RemovedFromUi
name : RemovedFromUi
isExternal : true
- name : (
- name : )
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element.System
commentId : P:MLEM.Ui.Elements.Element.System
parent : MLEM.Ui.Elements.Element
isExternal : true
name : System
nameWithType : Element.System
fullName : MLEM.Ui.Elements.Element.System
- uid : MLEM.Ui.Elements.Element.Parent
commentId : P:MLEM.Ui.Elements.Element.Parent
parent : MLEM.Ui.Elements.Element
isExternal : true
name : Parent
nameWithType : Element.Parent
fullName : MLEM.Ui.Elements.Element.Parent
- uid : MLEM.Ui.Elements.Element.Root
commentId : P:MLEM.Ui.Elements.Element.Root
parent : MLEM.Ui.Elements.Element
isExternal : true
name : Root
nameWithType : Element.Root
fullName : MLEM.Ui.Elements.Element.Root
- uid : MLEM.Ui.Elements.Element.Scale
commentId : P:MLEM.Ui.Elements.Element.Scale
parent : MLEM.Ui.Elements.Element
isExternal : true
name : Scale
nameWithType : Element.Scale
fullName : MLEM.Ui.Elements.Element.Scale
- uid : MLEM.Ui.Elements.Element.Anchor
commentId : P:MLEM.Ui.Elements.Element.Anchor
parent : MLEM.Ui.Elements.Element
isExternal : true
name : Anchor
nameWithType : Element.Anchor
fullName : MLEM.Ui.Elements.Element.Anchor
- uid : MLEM.Ui.Elements.Element.Size
commentId : P:MLEM.Ui.Elements.Element.Size
parent : MLEM.Ui.Elements.Element
isExternal : true
name : Size
nameWithType : Element.Size
fullName : MLEM.Ui.Elements.Element.Size
- uid : MLEM.Ui.Elements.Element.ScaledSize
commentId : P:MLEM.Ui.Elements.Element.ScaledSize
parent : MLEM.Ui.Elements.Element
isExternal : true
name : ScaledSize
nameWithType : Element.ScaledSize
fullName : MLEM.Ui.Elements.Element.ScaledSize
2022-09-05 14:19:42 +02:00
- uid : MLEM.Ui.Elements.Element.AutoSizeAddedAbsolute
commentId : P:MLEM.Ui.Elements.Element.AutoSizeAddedAbsolute
parent : MLEM.Ui.Elements.Element
isExternal : true
name : AutoSizeAddedAbsolute
nameWithType : Element.AutoSizeAddedAbsolute
fullName : MLEM.Ui.Elements.Element.AutoSizeAddedAbsolute
- uid : MLEM.Ui.Elements.Element.ScaledAutoSizeAddedAbsolute
commentId : P:MLEM.Ui.Elements.Element.ScaledAutoSizeAddedAbsolute
parent : MLEM.Ui.Elements.Element
isExternal : true
name : ScaledAutoSizeAddedAbsolute
nameWithType : Element.ScaledAutoSizeAddedAbsolute
fullName : MLEM.Ui.Elements.Element.ScaledAutoSizeAddedAbsolute
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element.PositionOffset
commentId : P:MLEM.Ui.Elements.Element.PositionOffset
parent : MLEM.Ui.Elements.Element
isExternal : true
name : PositionOffset
nameWithType : Element.PositionOffset
fullName : MLEM.Ui.Elements.Element.PositionOffset
- uid : MLEM.Ui.Elements.Element.ScaledOffset
commentId : P:MLEM.Ui.Elements.Element.ScaledOffset
parent : MLEM.Ui.Elements.Element
isExternal : true
name : ScaledOffset
nameWithType : Element.ScaledOffset
fullName : MLEM.Ui.Elements.Element.ScaledOffset
- uid : MLEM.Ui.Elements.Element.ScaledPadding
commentId : P:MLEM.Ui.Elements.Element.ScaledPadding
parent : MLEM.Ui.Elements.Element
isExternal : true
name : ScaledPadding
nameWithType : Element.ScaledPadding
fullName : MLEM.Ui.Elements.Element.ScaledPadding
- uid : MLEM.Ui.Elements.Element.ScaledChildPadding
commentId : P:MLEM.Ui.Elements.Element.ScaledChildPadding
parent : MLEM.Ui.Elements.Element
isExternal : true
name : ScaledChildPadding
nameWithType : Element.ScaledChildPadding
fullName : MLEM.Ui.Elements.Element.ScaledChildPadding
- uid : MLEM.Ui.Elements.Element.ChildPaddedArea
commentId : P:MLEM.Ui.Elements.Element.ChildPaddedArea
parent : MLEM.Ui.Elements.Element
isExternal : true
name : ChildPaddedArea
nameWithType : Element.ChildPaddedArea
fullName : MLEM.Ui.Elements.Element.ChildPaddedArea
- uid : MLEM.Ui.Elements.Element.UnscrolledArea
commentId : P:MLEM.Ui.Elements.Element.UnscrolledArea
parent : MLEM.Ui.Elements.Element
isExternal : true
name : UnscrolledArea
nameWithType : Element.UnscrolledArea
fullName : MLEM.Ui.Elements.Element.UnscrolledArea
- uid : MLEM.Ui.Elements.Element.Area
commentId : P:MLEM.Ui.Elements.Element.Area
parent : MLEM.Ui.Elements.Element
isExternal : true
name : Area
nameWithType : Element.Area
fullName : MLEM.Ui.Elements.Element.Area
- uid : MLEM.Ui.Elements.Element.DisplayArea
commentId : P:MLEM.Ui.Elements.Element.DisplayArea
parent : MLEM.Ui.Elements.Element
isExternal : true
name : DisplayArea
nameWithType : Element.DisplayArea
fullName : MLEM.Ui.Elements.Element.DisplayArea
- uid : MLEM.Ui.Elements.Element.ScaledScrollOffset
commentId : P:MLEM.Ui.Elements.Element.ScaledScrollOffset
parent : MLEM.Ui.Elements.Element
isExternal : true
name : ScaledScrollOffset
nameWithType : Element.ScaledScrollOffset
fullName : MLEM.Ui.Elements.Element.ScaledScrollOffset
- uid : MLEM.Ui.Elements.Element.IsHidden
commentId : P:MLEM.Ui.Elements.Element.IsHidden
parent : MLEM.Ui.Elements.Element
isExternal : true
name : IsHidden
nameWithType : Element.IsHidden
fullName : MLEM.Ui.Elements.Element.IsHidden
- uid : MLEM.Ui.Elements.Element.Priority
commentId : P:MLEM.Ui.Elements.Element.Priority
parent : MLEM.Ui.Elements.Element
isExternal : true
name : Priority
nameWithType : Element.Priority
fullName : MLEM.Ui.Elements.Element.Priority
2022-05-24 13:36:05 +02:00
- uid : MLEM.Ui.Elements.Element.CanBeSelected
commentId : P:MLEM.Ui.Elements.Element.CanBeSelected
parent : MLEM.Ui.Elements.Element
isExternal : true
name : CanBeSelected
nameWithType : Element.CanBeSelected
fullName : MLEM.Ui.Elements.Element.CanBeSelected
- uid : MLEM.Ui.Elements.Element.CanBeMoused
commentId : P:MLEM.Ui.Elements.Element.CanBeMoused
parent : MLEM.Ui.Elements.Element
isExternal : true
name : CanBeMoused
nameWithType : Element.CanBeMoused
fullName : MLEM.Ui.Elements.Element.CanBeMoused
- uid : MLEM.Ui.Elements.Element.CanBePressed
commentId : P:MLEM.Ui.Elements.Element.CanBePressed
parent : MLEM.Ui.Elements.Element
isExternal : true
name : CanBePressed
nameWithType : Element.CanBePressed
fullName : MLEM.Ui.Elements.Element.CanBePressed
- uid : MLEM.Ui.Elements.Element.CanAutoAnchorsAttach
commentId : P:MLEM.Ui.Elements.Element.CanAutoAnchorsAttach
parent : MLEM.Ui.Elements.Element
isExternal : true
name : CanAutoAnchorsAttach
nameWithType : Element.CanAutoAnchorsAttach
fullName : MLEM.Ui.Elements.Element.CanAutoAnchorsAttach
- uid : MLEM.Ui.Elements.Element.SetWidthBasedOnChildren
commentId : P:MLEM.Ui.Elements.Element.SetWidthBasedOnChildren
parent : MLEM.Ui.Elements.Element
isExternal : true
name : SetWidthBasedOnChildren
nameWithType : Element.SetWidthBasedOnChildren
fullName : MLEM.Ui.Elements.Element.SetWidthBasedOnChildren
- uid : MLEM.Ui.Elements.Element.SetHeightBasedOnChildren
commentId : P:MLEM.Ui.Elements.Element.SetHeightBasedOnChildren
parent : MLEM.Ui.Elements.Element
isExternal : true
name : SetHeightBasedOnChildren
nameWithType : Element.SetHeightBasedOnChildren
fullName : MLEM.Ui.Elements.Element.SetHeightBasedOnChildren
- uid : MLEM.Ui.Elements.Element.TreatSizeAsMinimum
commentId : P:MLEM.Ui.Elements.Element.TreatSizeAsMinimum
parent : MLEM.Ui.Elements.Element
isExternal : true
name : TreatSizeAsMinimum
nameWithType : Element.TreatSizeAsMinimum
fullName : MLEM.Ui.Elements.Element.TreatSizeAsMinimum
- uid : MLEM.Ui.Elements.Element.TreatSizeAsMaximum
commentId : P:MLEM.Ui.Elements.Element.TreatSizeAsMaximum
parent : MLEM.Ui.Elements.Element
isExternal : true
name : TreatSizeAsMaximum
nameWithType : Element.TreatSizeAsMaximum
fullName : MLEM.Ui.Elements.Element.TreatSizeAsMaximum
- uid : MLEM.Ui.Elements.Element.PreventParentSpill
commentId : P:MLEM.Ui.Elements.Element.PreventParentSpill
parent : MLEM.Ui.Elements.Element
isExternal : true
name : PreventParentSpill
nameWithType : Element.PreventParentSpill
fullName : MLEM.Ui.Elements.Element.PreventParentSpill
- uid : MLEM.Ui.Elements.Element.DrawAlpha
commentId : P:MLEM.Ui.Elements.Element.DrawAlpha
parent : MLEM.Ui.Elements.Element
isExternal : true
name : DrawAlpha
nameWithType : Element.DrawAlpha
fullName : MLEM.Ui.Elements.Element.DrawAlpha
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element.IsMouseOver
commentId : P:MLEM.Ui.Elements.Element.IsMouseOver
parent : MLEM.Ui.Elements.Element
isExternal : true
name : IsMouseOver
nameWithType : Element.IsMouseOver
fullName : MLEM.Ui.Elements.Element.IsMouseOver
- uid : MLEM.Ui.Elements.Element.IsSelected
commentId : P:MLEM.Ui.Elements.Element.IsSelected
parent : MLEM.Ui.Elements.Element
isExternal : true
name : IsSelected
nameWithType : Element.IsSelected
fullName : MLEM.Ui.Elements.Element.IsSelected
2023-04-26 14:51:19 +02:00
- uid : MLEM.Ui.Elements.Element.IsSelectedActive
commentId : P:MLEM.Ui.Elements.Element.IsSelectedActive
parent : MLEM.Ui.Elements.Element
isExternal : true
name : IsSelectedActive
nameWithType : Element.IsSelectedActive
fullName : MLEM.Ui.Elements.Element.IsSelectedActive
2022-01-01 17:06:03 +01:00
- uid : MLEM.Ui.Elements.Element.AreaDirty
commentId : P:MLEM.Ui.Elements.Element.AreaDirty
parent : MLEM.Ui.Elements.Element
isExternal : true
name : AreaDirty
nameWithType : Element.AreaDirty
fullName : MLEM.Ui.Elements.Element.AreaDirty
2022-05-24 13:36:05 +02:00
- uid : MLEM.Ui.Elements.Element.AutoNavGroup
commentId : P:MLEM.Ui.Elements.Element.AutoNavGroup
parent : MLEM.Ui.Elements.Element
isExternal : true
name : AutoNavGroup
nameWithType : Element.AutoNavGroup
fullName : MLEM.Ui.Elements.Element.AutoNavGroup
2022-03-09 16:13:05 +01:00
- uid : MLEM.Ui.Elements.Element.Style
commentId : P:MLEM.Ui.Elements.Element.Style
parent : MLEM.Ui.Elements.Element
isExternal : true
name : Style
nameWithType : Element.Style
fullName : MLEM.Ui.Elements.Element.Style
2022-01-01 17:06:03 +01:00
- uid : MLEM.Ui.Elements.Element.ChildPadding
commentId : P:MLEM.Ui.Elements.Element.ChildPadding
parent : MLEM.Ui.Elements.Element
isExternal : true
name : ChildPadding
nameWithType : Element.ChildPadding
fullName : MLEM.Ui.Elements.Element.ChildPadding
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element.SortedChildren
commentId : P:MLEM.Ui.Elements.Element.SortedChildren
parent : MLEM.Ui.Elements.Element
isExternal : true
name : SortedChildren
nameWithType : Element.SortedChildren
fullName : MLEM.Ui.Elements.Element.SortedChildren
- uid : MLEM.Ui.Elements.Element.Input
commentId : P:MLEM.Ui.Elements.Element.Input
parent : MLEM.Ui.Elements.Element
isExternal : true
name : Input
nameWithType : Element.Input
fullName : MLEM.Ui.Elements.Element.Input
2022-01-08 12:41:09 +01:00
- uid : MLEM.Ui.Elements.Element.ParentArea
commentId : P:MLEM.Ui.Elements.Element.ParentArea
parent : MLEM.Ui.Elements.Element
isExternal : true
name : ParentArea
nameWithType : Element.ParentArea
fullName : MLEM.Ui.Elements.Element.ParentArea
2022-12-20 13:25:03 +01:00
- uid : MLEM.Misc.GenericDataHolder.SetData``1(System.String,{T})
commentId : M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
parent : MLEM.Misc.GenericDataHolder
definition : MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : SetData<T>(string, T)
nameWithType : GenericDataHolder.SetData<T>(string, T)
fullName : MLEM.Misc.GenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb : GenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Misc.GenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb : SetData(Of T)(String, T)
spec.csharp :
- uid : MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2022-12-20 13:25:03 +01:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
spec.vb :
- uid : MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2022-12-20 13:25:03 +01:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
2021-11-23 16:24:04 +01:00
- uid : MLEM.Misc.GenericDataHolder.GetData``1(System.String)
commentId : M:MLEM.Misc.GenericDataHolder.GetData``1(System.String)
parent : MLEM.Misc.GenericDataHolder
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : GetData<T>(string)
nameWithType : GenericDataHolder.GetData<T>(string)
fullName : MLEM.Misc.GenericDataHolder.GetData<T>(string)
2021-11-23 16:24:04 +01:00
nameWithType.vb : GenericDataHolder.GetData(Of T)(String)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Misc.GenericDataHolder.GetData(Of T)(String)
2021-11-23 16:24:04 +01:00
name.vb : GetData(Of T)(String)
spec.csharp :
- uid : MLEM.Misc.GenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name : GetData
2021-11-23 16:24:04 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2021-11-23 16:24:04 +01:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
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.string
2021-11-23 16:24:04 +01:00
- name : )
spec.vb :
- uid : MLEM.Misc.GenericDataHolder.GetData``1(System.String)
2023-03-30 18:07:55 +02:00
name : GetData
2021-11-23 16:24:04 +01:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2021-11-23 16:24:04 +01:00
- uid : System.String
name : String
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
2021-11-23 16:24:04 +01:00
- name : )
- uid : MLEM.Misc.GenericDataHolder.GetDataKeys
commentId : M:MLEM.Misc.GenericDataHolder.GetDataKeys
parent : MLEM.Misc.GenericDataHolder
isExternal : true
name : GetDataKeys()
nameWithType : GenericDataHolder.GetDataKeys()
fullName : MLEM.Misc.GenericDataHolder.GetDataKeys()
spec.csharp :
- uid : MLEM.Misc.GenericDataHolder.GetDataKeys
name : GetDataKeys
isExternal : true
- name : (
- name : )
spec.vb :
- uid : MLEM.Misc.GenericDataHolder.GetDataKeys
name : GetDataKeys
isExternal : true
- name : (
- name : )
- 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 : )
2023-01-16 12:24:01 +01:00
- uid : MLEM.Ui.Elements.Element.TinyLife.Utilities.Extensions.AddProgressArrows(System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color})
commentId : M:TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element,System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color})
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element,System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color})
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AddProgressArrows_MLEM_Ui_Elements_Element_System_Func_System_Single__System_Func_System_Single__System_Func_System_Single__System_Func_Microsoft_Xna_Framework_Color__
2023-03-30 18:07:55 +02:00
name : AddProgressArrows(Element, Func<float>, Func<float>, Func<float>, Func<Color>)
nameWithType : Extensions.AddProgressArrows(Element, Func<float>, Func<float>, Func<float>, Func<Color>)
fullName : TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element, System.Func<float>, System.Func<float>, System.Func<float>, System.Func<Microsoft.Xna.Framework.Color>)
nameWithType.vb : Extensions.AddProgressArrows(Element, Func(Of Single), Func(Of Single), Func(Of Single), Func(Of Color))
fullName.vb : TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element, System.Func(Of Single), System.Func(Of Single), System.Func(Of Single), System.Func(Of Microsoft.Xna.Framework.Color))
name.vb : AddProgressArrows(Element, Func(Of Single), Func(Of Single), Func(Of Single), Func(Of Color))
2023-01-16 12:24:01 +01:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element,System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color})
2023-01-16 12:24:01 +01:00
name : AddProgressArrows
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AddProgressArrows_MLEM_Ui_Elements_Element_System_Func_System_Single__System_Func_System_Single__System_Func_System_Single__System_Func_Microsoft_Xna_Framework_Color__
2023-01-16 12:24:01 +01:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Func`1
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-1
2023-01-16 12:24:01 +01:00
- name : <
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2023-01-16 12:24:01 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-01-16 12:24:01 +01:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Func`1
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-1
2023-01-16 12:24:01 +01:00
- name : <
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2023-01-16 12:24:01 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-01-16 12:24:01 +01:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Func`1
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-1
2023-01-16 12:24:01 +01:00
- name : <
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2023-01-16 12:24:01 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-01-16 12:24:01 +01:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Func`1
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-1
2023-01-16 12:24:01 +01:00
- name : <
- uid : Microsoft.Xna.Framework.Color
name : Color
isExternal : true
- name : '>'
- name : )
spec.vb :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element,System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color})
2023-01-16 12:24:01 +01:00
name : AddProgressArrows
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AddProgressArrows_MLEM_Ui_Elements_Element_System_Func_System_Single__System_Func_System_Single__System_Func_System_Single__System_Func_Microsoft_Xna_Framework_Color__
2023-01-16 12:24:01 +01:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Func`1
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-1
- name : (
- name : Of
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-01-16 12:24:01 +01:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Func`1
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-1
- name : (
- name : Of
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-01-16 12:24:01 +01:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Func`1
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-1
- name : (
- name : Of
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-01-16 12:24:01 +01:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Func`1
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-1
- name : (
- name : Of
- name : " "
2023-01-16 12:24:01 +01:00
- uid : Microsoft.Xna.Framework.Color
name : Color
isExternal : true
- name : )
- name : )
2023-03-30 18:07:55 +02:00
- uid : MLEM.Ui.Elements.Element.TinyLife.Utilities.Extensions.IsActiveRoot
commentId : M:TinyLife.Utilities.Extensions.IsActiveRoot(MLEM.Ui.Elements.Element)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.IsActiveRoot(MLEM.Ui.Elements.Element)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsActiveRoot_MLEM_Ui_Elements_Element_
2023-03-30 18:07:55 +02:00
name : IsActiveRoot(Element)
nameWithType : Extensions.IsActiveRoot(Element)
fullName : TinyLife.Utilities.Extensions.IsActiveRoot(MLEM.Ui.Elements.Element)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.IsActiveRoot(MLEM.Ui.Elements.Element)
name : IsActiveRoot
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsActiveRoot_MLEM_Ui_Elements_Element_
2023-03-30 18:07:55 +02:00
- name : (
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.IsActiveRoot(MLEM.Ui.Elements.Element)
name : IsActiveRoot
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsActiveRoot_MLEM_Ui_Elements_Element_
2023-03-30 18:07:55 +02:00
- name : (
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
- name : )
- uid : TinyLife.Uis.CoveringGroup.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<CoveringGroup>(CoveringGroup)
nameWithType : Extensions.JsonCopy<CoveringGroup>(CoveringGroup)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Uis.CoveringGroup>(TinyLife.Uis.CoveringGroup)
nameWithType.vb : Extensions.JsonCopy(Of CoveringGroup)(CoveringGroup)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Uis.CoveringGroup)(TinyLife.Uis.CoveringGroup)
name.vb : JsonCopy(Of CoveringGroup)(CoveringGroup)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Uis.CoveringGroup)
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.CoveringGroup
name : CoveringGroup
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CoveringGroup.html
2023-03-30 18:07:55 +02:00
- name : '>'
- name : (
- uid : TinyLife.Uis.CoveringGroup
name : CoveringGroup
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CoveringGroup.html
2023-03-30 18:07:55 +02:00
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Uis.CoveringGroup)
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 : " "
- uid : TinyLife.Uis.CoveringGroup
name : CoveringGroup
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CoveringGroup.html
2023-03-30 18:07:55 +02:00
- name : )
- name : (
- uid : TinyLife.Uis.CoveringGroup
name : CoveringGroup
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CoveringGroup.html
2023-03-30 18:07:55 +02:00
- name : )
2021-11-23 16:24:04 +01:00
- 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 : 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
- uid : MLEM.Misc
commentId : N : MLEM.Misc
isExternal : true
name : MLEM.Misc
nameWithType : MLEM.Misc
fullName : MLEM.Misc
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Misc
name : Misc
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Misc
name : Misc
isExternal : true
2021-11-23 16:24:04 +01:00
- uid : MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32)
commentId : M:MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32)
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.int32
name : AddChild<T>(T, int)
nameWithType : Element.AddChild<T>(T, int)
fullName : MLEM.Ui.Elements.Element.AddChild<T>(T, int)
nameWithType.vb : Element.AddChild(Of T)(T, Integer)
fullName.vb : MLEM.Ui.Elements.Element.AddChild(Of T)(T, Integer)
name.vb : AddChild(Of T)(T, Integer)
2021-11-23 16:24:04 +01:00
spec.csharp :
- uid : MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32)
2023-03-30 18:07:55 +02:00
name : AddChild
2021-11-23 16:24:04 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2021-11-23 16:24:04 +01:00
- name : (
- name : T
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : int
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.int32
2021-11-23 16:24:04 +01:00
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.AddChild``1(``0,System.Int32)
2023-03-30 18:07:55 +02:00
name : AddChild
2021-11-23 16:24:04 +01:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2021-11-23 16:24:04 +01:00
- name : T
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Int32
2023-03-30 18:07:55 +02:00
name : Integer
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.int32
2021-11-23 16:24:04 +01:00
- name : )
- uid : MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean)
commentId : M:MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean)
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
name : GetChildren<T>(Func<T, bool>, bool, bool)
nameWithType : Element.GetChildren<T>(Func<T, bool>, bool, bool)
fullName : MLEM.Ui.Elements.Element.GetChildren<T>(System.Func<T, bool>, bool, bool)
2021-11-23 16:24:04 +01:00
nameWithType.vb : Element.GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Ui.Elements.Element.GetChildren(Of T)(System.Func(Of T, Boolean), Boolean, Boolean)
2021-11-23 16:24:04 +01:00
name.vb : GetChildren(Of T)(Func(Of T, Boolean), Boolean, Boolean)
spec.csharp :
- uid : MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean)
2023-03-30 18:07:55 +02:00
name : GetChildren
2021-11-23 16:24:04 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2021-11-23 16:24:04 +01:00
- name : (
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2021-11-23 16:24:04 +01:00
- name : <
- name : T
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
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.boolean
2021-11-23 16:24:04 +01:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
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.boolean
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
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.boolean
2021-11-23 16:24:04 +01:00
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Element.GetChildren``1(System.Func{``0,System.Boolean},System.Boolean,System.Boolean)
2023-03-30 18:07:55 +02:00
name : GetChildren
2021-11-23 16:24:04 +01:00
isExternal : true
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- name : T
- name : )
- name : (
2021-11-23 16:24:04 +01:00
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2021-11-23 16:24:04 +01:00
- name : T
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-11-23 16:24:04 +01:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-11-23 16:24:04 +01:00
- name : )
2022-12-20 13:25:03 +01:00
- uid : MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
commentId : M:MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
name : SetData<T>(string, T)
nameWithType : GenericDataHolder.SetData<T>(string, T)
fullName : MLEM.Misc.GenericDataHolder.SetData<T>(string, T)
2022-12-20 13:25:03 +01:00
nameWithType.vb : GenericDataHolder.SetData(Of T)(String, T)
2023-03-30 18:07:55 +02:00
fullName.vb : MLEM.Misc.GenericDataHolder.SetData(Of T)(String, T)
2022-12-20 13:25:03 +01:00
name.vb : SetData(Of T)(String, T)
spec.csharp :
- uid : MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2022-12-20 13:25:03 +01:00
- name : (
- uid : System.String
2023-03-30 18:07:55 +02:00
name : string
2022-12-20 13:25:03 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
2022-12-20 13:25:03 +01:00
- name : T
- name : )
spec.vb :
- uid : MLEM.Misc.GenericDataHolder.SetData``1(System.String,``0)
2023-03-30 18:07:55 +02:00
name : SetData
2022-12-20 13:25:03 +01:00
isExternal : true
2021-11-23 16:24:04 +01:00
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
2021-11-23 16:24:04 +01:00
- name : T
- name : )
- name : (
2023-03-30 18:07:55 +02:00
- uid : System.String
name : String
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.string
- name : ','
- name : " "
- name : T
2022-05-24 13:36:05 +02:00
- name : )
2023-01-16 12:24:01 +01:00
- uid : TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element,System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color})
commentId : M:TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element,System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color})
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AddProgressArrows_MLEM_Ui_Elements_Element_System_Func_System_Single__System_Func_System_Single__System_Func_System_Single__System_Func_Microsoft_Xna_Framework_Color__
2023-03-30 18:07:55 +02:00
name : AddProgressArrows(Element, Func<float>, Func<float>, Func<float>, Func<Color>)
nameWithType : Extensions.AddProgressArrows(Element, Func<float>, Func<float>, Func<float>, Func<Color>)
fullName : TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element, System.Func<float>, System.Func<float>, System.Func<float>, System.Func<Microsoft.Xna.Framework.Color>)
2023-01-16 12:24:01 +01:00
nameWithType.vb : Extensions.AddProgressArrows(Element, Func(Of Single), Func(Of Single), Func(Of Single), Func(Of Color))
2023-03-30 18:07:55 +02:00
fullName.vb : TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element, System.Func(Of Single), System.Func(Of Single), System.Func(Of Single), System.Func(Of Microsoft.Xna.Framework.Color))
2023-01-16 12:24:01 +01:00
name.vb : AddProgressArrows(Element, Func(Of Single), Func(Of Single), Func(Of Single), Func(Of Color))
spec.csharp :
- uid : TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element,System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color})
name : AddProgressArrows
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AddProgressArrows_MLEM_Ui_Elements_Element_System_Func_System_Single__System_Func_System_Single__System_Func_System_Single__System_Func_Microsoft_Xna_Framework_Color__
2023-01-16 12:24:01 +01:00
- name : (
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Func`1
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-1
2023-01-16 12:24:01 +01:00
- name : <
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2023-01-16 12:24:01 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-01-16 12:24:01 +01:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Func`1
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-1
2023-01-16 12:24:01 +01:00
- name : <
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2023-01-16 12:24:01 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-01-16 12:24:01 +01:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Func`1
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-1
2023-01-16 12:24:01 +01:00
- name : <
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2023-01-16 12:24:01 +01:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-01-16 12:24:01 +01:00
- name : '>'
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Func`1
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-1
2023-01-16 12:24:01 +01:00
- name : <
- uid : Microsoft.Xna.Framework.Color
name : Color
isExternal : true
- name : '>'
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.AddProgressArrows(MLEM.Ui.Elements.Element,System.Func{System.Single},System.Func{System.Single},System.Func{System.Single},System.Func{Microsoft.Xna.Framework.Color})
name : AddProgressArrows
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_AddProgressArrows_MLEM_Ui_Elements_Element_System_Func_System_Single__System_Func_System_Single__System_Func_System_Single__System_Func_Microsoft_Xna_Framework_Color__
2023-01-16 12:24:01 +01:00
- name : (
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Func`1
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-1
- name : (
- name : Of
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-01-16 12:24:01 +01:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Func`1
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-1
- name : (
- name : Of
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-01-16 12:24:01 +01:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Func`1
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-1
- name : (
- name : Of
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
2023-01-16 12:24:01 +01:00
- name : )
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2023-01-16 12:24:01 +01:00
- uid : System.Func`1
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-1
- name : (
- name : Of
- name : " "
2023-01-16 12:24:01 +01:00
- uid : Microsoft.Xna.Framework.Color
name : Color
isExternal : true
- name : )
- name : )
2023-03-30 18:07:55 +02:00
- 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
2023-03-30 18:07:55 +02:00
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
- uid : TinyLife.Utilities.Extensions.IsActiveRoot(MLEM.Ui.Elements.Element)
commentId : M:TinyLife.Utilities.Extensions.IsActiveRoot(MLEM.Ui.Elements.Element)
isExternal : true
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsActiveRoot_MLEM_Ui_Elements_Element_
2023-03-30 18:07:55 +02:00
name : IsActiveRoot(Element)
nameWithType : Extensions.IsActiveRoot(Element)
fullName : TinyLife.Utilities.Extensions.IsActiveRoot(MLEM.Ui.Elements.Element)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.IsActiveRoot(MLEM.Ui.Elements.Element)
name : IsActiveRoot
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsActiveRoot_MLEM_Ui_Elements_Element_
2023-03-30 18:07:55 +02:00
- name : (
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.IsActiveRoot(MLEM.Ui.Elements.Element)
name : IsActiveRoot
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_IsActiveRoot_MLEM_Ui_Elements_Element_
2023-03-30 18:07:55 +02:00
- name : (
- uid : MLEM.Ui.Elements.Element
name : Element
isExternal : true
- 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_
2023-03-30 18:07:55 +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)
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 : '>'
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
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 : )
- name : (
- name : T
- name : )
2021-11-23 16:24:04 +01:00
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2021-11-23 16:24:04 +01: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-11-23 16:24:04 +01:00
- uid : TinyLife.Options.UiAnimations
commentId : F:TinyLife.Options.UiAnimations
2024-01-07 16:53:47 +01:00
href : TinyLife.Options.html#TinyLife_Options_UiAnimations
2023-03-30 18:07:55 +02:00
name : UiAnimations
nameWithType : Options.UiAnimations
fullName : TinyLife.Options.UiAnimations
2021-11-23 16:24:04 +01:00
- uid : TinyLife.Uis.CoveringGroup.#ctor*
commentId : Overload:TinyLife.Uis.CoveringGroup.#ctor
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CoveringGroup.html#TinyLife_Uis_CoveringGroup__ctor_System_Boolean_System_Func_TinyLife_Uis_CoveringGroup_System_Boolean__System_Boolean_System_Boolean_
2021-11-23 16:24:04 +01:00
name : CoveringGroup
nameWithType : CoveringGroup.CoveringGroup
fullName : TinyLife.Uis.CoveringGroup.CoveringGroup
2023-03-30 18:07:55 +02:00
nameWithType.vb : CoveringGroup.New
fullName.vb : TinyLife.Uis.CoveringGroup.New
name.vb : New
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
commentId : T:System.Boolean
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
name : bool
nameWithType : bool
fullName : bool
nameWithType.vb : Boolean
fullName.vb : Boolean
name.vb : Boolean
2022-05-24 13:36:05 +02:00
- uid : System.Func{TinyLife.Uis.CoveringGroup,System.Boolean}
commentId : T:System.Func{TinyLife.Uis.CoveringGroup,System.Boolean}
2021-11-23 16:24:04 +01:00
parent : System
2022-05-24 13:36:05 +02:00
definition : System.Func`2
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
name : Func<CoveringGroup, bool>
nameWithType : Func<CoveringGroup, bool>
fullName : System.Func<TinyLife.Uis.CoveringGroup, bool>
2022-05-24 13:36:05 +02:00
nameWithType.vb : Func(Of CoveringGroup, Boolean)
2023-03-30 18:07:55 +02:00
fullName.vb : System.Func(Of TinyLife.Uis.CoveringGroup, Boolean)
2022-05-24 13:36:05 +02:00
name.vb : Func(Of CoveringGroup, Boolean)
2021-11-23 16:24:04 +01:00
spec.csharp :
2022-05-24 13:36:05 +02:00
- uid : System.Func`2
2021-11-23 16:24:04 +01:00
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2021-11-23 16:24:04 +01:00
- name : <
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Uis.CoveringGroup
name : CoveringGroup
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CoveringGroup.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
2023-03-30 18:07:55 +02:00
name : bool
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.boolean
2021-11-23 16:24:04 +01:00
- name : '>'
spec.vb :
2022-05-24 13:36:05 +02:00
- uid : System.Func`2
2021-11-23 16:24:04 +01:00
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Uis.CoveringGroup
name : CoveringGroup
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CoveringGroup.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- uid : System.Boolean
name : Boolean
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
2021-11-23 16:24:04 +01:00
- name : )
2022-05-24 13:36:05 +02:00
- uid : System.Func`2
commentId : T:System.Func`2
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-05-24 13:36:05 +02:00
name : Func<T, TResult>
nameWithType : Func<T, TResult>
fullName : System.Func<T, TResult>
nameWithType.vb : Func(Of T, TResult)
fullName.vb : System.Func(Of T, TResult)
name.vb : Func(Of T, TResult)
2021-11-23 16:24:04 +01:00
spec.csharp :
2022-05-24 13:36:05 +02:00
- uid : System.Func`2
2021-11-23 16:24:04 +01:00
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2021-11-23 16:24:04 +01:00
- name : <
2022-05-24 13:36:05 +02:00
- name : T
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- name : TResult
- name : '>'
spec.vb :
2022-05-24 13:36:05 +02:00
- uid : System.Func`2
2021-11-23 16:24:04 +01:00
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2022-05-24 13:36:05 +02:00
- name : T
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2021-11-23 16:24:04 +01:00
- name : TResult
- name : )
2022-09-05 14:19:42 +02:00
- uid : MLEM.Ui.Elements.Group.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext)
commentId : M:MLEM.Ui.Elements.Group.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext)
parent : MLEM.Ui.Elements.Group
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
name : Draw(GameTime, SpriteBatch, float, SpriteBatchContext)
nameWithType : Group.Draw(GameTime, SpriteBatch, float, SpriteBatchContext)
fullName : MLEM.Ui.Elements.Group.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, float, MLEM.Graphics.SpriteBatchContext)
nameWithType.vb : Group.Draw(GameTime, SpriteBatch, Single, SpriteBatchContext)
fullName.vb : MLEM.Ui.Elements.Group.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, Single, MLEM.Graphics.SpriteBatchContext)
name.vb : Draw(GameTime, SpriteBatch, Single, SpriteBatchContext)
2022-09-05 14:19:42 +02:00
spec.csharp :
- uid : MLEM.Ui.Elements.Group.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext)
name : Draw
isExternal : true
- name : (
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
name : SpriteBatch
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Single
2023-03-30 18:07:55 +02:00
name : float
2022-09-05 14:19:42 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : MLEM.Graphics.SpriteBatchContext
name : SpriteBatchContext
isExternal : true
- name : )
spec.vb :
- uid : MLEM.Ui.Elements.Group.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,System.Single,MLEM.Graphics.SpriteBatchContext)
name : Draw
isExternal : true
- name : (
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
name : SpriteBatch
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : System.Single
name : Single
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : MLEM.Graphics.SpriteBatchContext
name : SpriteBatchContext
isExternal : true
- name : )
2021-11-23 16:24:04 +01:00
- uid : TinyLife.Uis.CoveringGroup.Draw*
commentId : Overload:TinyLife.Uis.CoveringGroup.Draw
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CoveringGroup.html#TinyLife_Uis_CoveringGroup_Draw_Microsoft_Xna_Framework_GameTime_Microsoft_Xna_Framework_Graphics_SpriteBatch_System_Single_MLEM_Graphics_SpriteBatchContext_
2021-11-23 16:24:04 +01:00
name : Draw
nameWithType : CoveringGroup.Draw
fullName : TinyLife.Uis.CoveringGroup.Draw
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.GameTime
commentId : T:Microsoft.Xna.Framework.GameTime
parent : Microsoft.Xna.Framework
2021-11-23 16:24:04 +01:00
isExternal : true
name : GameTime
nameWithType : GameTime
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.GameTime
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
commentId : T:Microsoft.Xna.Framework.Graphics.SpriteBatch
parent : Microsoft.Xna.Framework.Graphics
2021-11-23 16:24:04 +01:00
isExternal : true
name : SpriteBatch
nameWithType : SpriteBatch
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.Graphics.SpriteBatch
2021-11-23 16:24:04 +01:00
- uid : System.Single
commentId : T:System.Single
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
name : float
nameWithType : float
fullName : float
nameWithType.vb : Single
fullName.vb : Single
name.vb : Single
2022-05-24 13:36:05 +02:00
- uid : MLEM.Graphics.SpriteBatchContext
commentId : T:MLEM.Graphics.SpriteBatchContext
parent : MLEM.Graphics
2021-11-23 16:24:04 +01:00
isExternal : true
2022-05-24 13:36:05 +02:00
name : SpriteBatchContext
nameWithType : SpriteBatchContext
fullName : MLEM.Graphics.SpriteBatchContext
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework
commentId : N : Microsoft.Xna.Framework
isExternal : true
name : Microsoft.Xna.Framework
nameWithType : Microsoft.Xna.Framework
fullName : Microsoft.Xna.Framework
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
spec.vb :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Graphics
commentId : N : Microsoft.Xna.Framework.Graphics
isExternal : true
name : Microsoft.Xna.Framework.Graphics
nameWithType : Microsoft.Xna.Framework.Graphics
fullName : Microsoft.Xna.Framework.Graphics
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework.Graphics
name : Graphics
isExternal : true
spec.vb :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework.Graphics
name : Graphics
isExternal : true
2022-05-24 13:36:05 +02:00
- uid : MLEM.Graphics
commentId : N : MLEM.Graphics
isExternal : true
name : MLEM.Graphics
nameWithType : MLEM.Graphics
fullName : MLEM.Graphics
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Graphics
name : Graphics
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Graphics
name : Graphics
isExternal : true
2021-11-23 16:24:04 +01:00
- uid : TinyLife.Uis.CoveringGroup.TryClose*
commentId : Overload:TinyLife.Uis.CoveringGroup.TryClose
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CoveringGroup.html#TinyLife_Uis_CoveringGroup_TryClose_System_Boolean_
2021-11-23 16:24:04 +01:00
name : TryClose
nameWithType : CoveringGroup.TryClose
fullName : TinyLife.Uis.CoveringGroup.TryClose
- uid : TinyLife.Uis.CoveringGroup.Close*
commentId : Overload:TinyLife.Uis.CoveringGroup.Close
2024-01-07 16:53:47 +01:00
href : TinyLife.Uis.CoveringGroup.html#TinyLife_Uis_CoveringGroup_Close_System_Boolean_
2021-11-23 16:24:04 +01:00
name : Close
nameWithType : CoveringGroup.Close
fullName : TinyLife.Uis.CoveringGroup.Close