### YamlMime:ManagedReference
items:
- uid: TinyLife.Actions.MultiAction.Stage
  commentId: T:TinyLife.Actions.MultiAction.Stage
  id: MultiAction.Stage
  parent: TinyLife.Actions
  children:
  - TinyLife.Actions.MultiAction.Stage.Done
  - TinyLife.Actions.MultiAction.Stage.First
  - TinyLife.Actions.MultiAction.Stage.Last
  - TinyLife.Actions.MultiAction.Stage.Main
  langs:
  - csharp
  - vb
  name: MultiAction.Stage
  nameWithType: MultiAction.Stage
  fullName: TinyLife.Actions.MultiAction.Stage
  type: Enum
  assemblies:
  - Tiny Life
  namespace: TinyLife.Actions
  summary: An enumeration that defines the stage that a <xref href="TinyLife.Actions.MultiAction" data-throw-if-not-resolved="false"></xref> is currently in.
  example: []
  syntax:
    content: protected enum MultiAction.Stage
    content.vb: Protected Enum MultiAction.Stage
  extensionMethods:
  - TinyLife.Actions.MultiAction.Stage.TinyLife.Utilities.Extensions.JsonCopy``1
- uid: TinyLife.Actions.MultiAction.Stage.First
  commentId: F:TinyLife.Actions.MultiAction.Stage.First
  id: First
  parent: TinyLife.Actions.MultiAction.Stage
  langs:
  - csharp
  - vb
  name: First
  nameWithType: MultiAction.Stage.First
  fullName: TinyLife.Actions.MultiAction.Stage.First
  type: Field
  assemblies:
  - Tiny Life
  namespace: TinyLife.Actions
  summary: The multi action is currently executing its first actions, created using <xref href="TinyLife.Actions.MultiAction.CreateFirstActions" data-throw-if-not-resolved="false"></xref>.
  example: []
  syntax:
    content: First = 0
    return:
      type: TinyLife.Actions.MultiAction.Stage
- uid: TinyLife.Actions.MultiAction.Stage.Main
  commentId: F:TinyLife.Actions.MultiAction.Stage.Main
  id: Main
  parent: TinyLife.Actions.MultiAction.Stage
  langs:
  - csharp
  - vb
  name: Main
  nameWithType: MultiAction.Stage.Main
  fullName: TinyLife.Actions.MultiAction.Stage.Main
  type: Field
  assemblies:
  - Tiny Life
  namespace: TinyLife.Actions
  summary: The multi action is currently executing its main part, which involves <xref href="TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)" data-throw-if-not-resolved="false"></xref> and <xref href="TinyLife.Actions.MultiAction.AndThenIsCompleted" data-throw-if-not-resolved="false"></xref>.
  example: []
  syntax:
    content: Main = 1
    return:
      type: TinyLife.Actions.MultiAction.Stage
- uid: TinyLife.Actions.MultiAction.Stage.Last
  commentId: F:TinyLife.Actions.MultiAction.Stage.Last
  id: Last
  parent: TinyLife.Actions.MultiAction.Stage
  langs:
  - csharp
  - vb
  name: Last
  nameWithType: MultiAction.Stage.Last
  fullName: TinyLife.Actions.MultiAction.Stage.Last
  type: Field
  assemblies:
  - Tiny Life
  namespace: TinyLife.Actions
  summary: The multi action is currently executing its alst actions, created using <xref href="TinyLife.Actions.MultiAction.CreateLastActions" data-throw-if-not-resolved="false"></xref>.
  example: []
  syntax:
    content: Last = 2
    return:
      type: TinyLife.Actions.MultiAction.Stage
- uid: TinyLife.Actions.MultiAction.Stage.Done
  commentId: F:TinyLife.Actions.MultiAction.Stage.Done
  id: Done
  parent: TinyLife.Actions.MultiAction.Stage
  langs:
  - csharp
  - vb
  name: Done
  nameWithType: MultiAction.Stage.Done
  fullName: TinyLife.Actions.MultiAction.Stage.Done
  type: Field
  assemblies:
  - Tiny Life
  namespace: TinyLife.Actions
  summary: The multi action has completed.
  example: []
  syntax:
    content: Done = 3
    return:
      type: TinyLife.Actions.MultiAction.Stage
references:
- uid: TinyLife.Actions.MultiAction
  commentId: T:TinyLife.Actions.MultiAction
  parent: TinyLife.Actions
  href: TinyLife.Actions.MultiAction.html
  name: MultiAction
  nameWithType: MultiAction
  fullName: TinyLife.Actions.MultiAction
- uid: TinyLife.Actions
  commentId: N:TinyLife.Actions
  href: TinyLife.html
  name: TinyLife.Actions
  nameWithType: TinyLife.Actions
  fullName: TinyLife.Actions
  spec.csharp:
  - uid: TinyLife
    name: TinyLife
    href: TinyLife.html
  - name: .
  - uid: TinyLife.Actions
    name: Actions
    href: TinyLife.Actions.html
  spec.vb:
  - uid: TinyLife
    name: TinyLife
    href: TinyLife.html
  - name: .
  - uid: TinyLife.Actions
    name: Actions
    href: TinyLife.Actions.html
- uid: TinyLife.Actions.MultiAction.Stage.TinyLife.Utilities.Extensions.JsonCopy``1
  commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
  parent: TinyLife.Utilities.Extensions
  definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
  href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
  name: JsonCopy<Stage>(Stage)
  nameWithType: Extensions.JsonCopy<MultiAction.Stage>(MultiAction.Stage)
  fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.MultiAction.Stage>(TinyLife.Actions.MultiAction.Stage)
  nameWithType.vb: Extensions.JsonCopy(Of MultiAction.Stage)(MultiAction.Stage)
  fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.MultiAction.Stage)(TinyLife.Actions.MultiAction.Stage)
  name.vb: JsonCopy(Of Stage)(Stage)
  spec.csharp:
  - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.MultiAction.Stage)
    name: JsonCopy
    href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
  - name: <
  - uid: TinyLife.Actions.MultiAction.Stage
    name: Stage
    href: TinyLife.Actions.MultiAction.Stage.html
  - name: '>'
  - name: (
  - uid: TinyLife.Actions.MultiAction.Stage
    name: Stage
    href: TinyLife.Actions.MultiAction.Stage.html
  - name: )
  spec.vb:
  - uid: TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Actions.MultiAction.Stage)
    name: JsonCopy
    href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
  - name: (
  - name: Of
  - name: " "
  - uid: TinyLife.Actions.MultiAction.Stage
    name: Stage
    href: TinyLife.Actions.MultiAction.Stage.html
  - name: )
  - name: (
  - uid: TinyLife.Actions.MultiAction.Stage
    name: Stage
    href: TinyLife.Actions.MultiAction.Stage.html
  - name: )
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
  commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
  href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
  name: JsonCopy<T>(T)
  nameWithType: Extensions.JsonCopy<T>(T)
  fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
  nameWithType.vb: Extensions.JsonCopy(Of T)(T)
  fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
  name.vb: JsonCopy(Of T)(T)
  spec.csharp:
  - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
    name: JsonCopy
    href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
  - name: <
  - name: T
  - name: '>'
  - name: (
  - name: T
  - name: )
  spec.vb:
  - uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
    name: JsonCopy
    href: TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
  - name: (
  - name: Of
  - name: " "
  - name: T
  - name: )
  - name: (
  - name: T
  - name: )
- uid: TinyLife.Utilities.Extensions
  commentId: T:TinyLife.Utilities.Extensions
  parent: TinyLife.Utilities
  href: TinyLife.Utilities.Extensions.html
  name: Extensions
  nameWithType: Extensions
  fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
  commentId: N:TinyLife.Utilities
  href: TinyLife.html
  name: TinyLife.Utilities
  nameWithType: TinyLife.Utilities
  fullName: TinyLife.Utilities
  spec.csharp:
  - uid: TinyLife
    name: TinyLife
    href: TinyLife.html
  - name: .
  - uid: TinyLife.Utilities
    name: Utilities
    href: TinyLife.Utilities.html
  spec.vb:
  - uid: TinyLife
    name: TinyLife
    href: TinyLife.html
  - name: .
  - uid: TinyLife.Utilities
    name: Utilities
    href: TinyLife.Utilities.html
- uid: TinyLife.Actions.MultiAction.CreateFirstActions
  commentId: M:TinyLife.Actions.MultiAction.CreateFirstActions
  parent: TinyLife.Actions.MultiAction
  href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateFirstActions
  name: CreateFirstActions()
  nameWithType: MultiAction.CreateFirstActions()
  fullName: TinyLife.Actions.MultiAction.CreateFirstActions()
  spec.csharp:
  - uid: TinyLife.Actions.MultiAction.CreateFirstActions
    name: CreateFirstActions
    href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateFirstActions
  - name: (
  - name: )
  spec.vb:
  - uid: TinyLife.Actions.MultiAction.CreateFirstActions
    name: CreateFirstActions
    href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateFirstActions
  - name: (
  - name: )
- uid: TinyLife.Actions.MultiAction.Stage
  commentId: T:TinyLife.Actions.MultiAction.Stage
  parent: TinyLife.Actions
  href: TinyLife.Actions.MultiAction.html
  name: MultiAction.Stage
  nameWithType: MultiAction.Stage
  fullName: TinyLife.Actions.MultiAction.Stage
  spec.csharp:
  - uid: TinyLife.Actions.MultiAction
    name: MultiAction
    href: TinyLife.Actions.MultiAction.html
  - name: .
  - uid: TinyLife.Actions.MultiAction.Stage
    name: Stage
    href: TinyLife.Actions.MultiAction.Stage.html
  spec.vb:
  - uid: TinyLife.Actions.MultiAction
    name: MultiAction
    href: TinyLife.Actions.MultiAction.html
  - name: .
  - uid: TinyLife.Actions.MultiAction.Stage
    name: Stage
    href: TinyLife.Actions.MultiAction.Stage.html
- uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
  commentId: M:TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
  parent: TinyLife.Actions.MultiAction
  isExternal: true
  href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
  name: AndThenUpdate(GameTime, TimeSpan, float)
  nameWithType: MultiAction.AndThenUpdate(GameTime, TimeSpan, float)
  fullName: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
  nameWithType.vb: MultiAction.AndThenUpdate(GameTime, TimeSpan, Single)
  fullName.vb: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
  name.vb: AndThenUpdate(GameTime, TimeSpan, Single)
  spec.csharp:
  - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
    name: AndThenUpdate
    href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
  - name: (
  - uid: Microsoft.Xna.Framework.GameTime
    name: GameTime
    isExternal: true
  - name: ','
  - name: " "
  - uid: System.TimeSpan
    name: TimeSpan
    isExternal: true
    href: https://learn.microsoft.com/dotnet/api/system.timespan
  - name: ','
  - name: " "
  - uid: System.Single
    name: float
    isExternal: true
    href: https://learn.microsoft.com/dotnet/api/system.single
  - name: )
  spec.vb:
  - uid: TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
    name: AndThenUpdate
    href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenUpdate_Microsoft_Xna_Framework_GameTime_System_TimeSpan_System_Single_
  - name: (
  - uid: Microsoft.Xna.Framework.GameTime
    name: GameTime
    isExternal: true
  - name: ','
  - name: " "
  - uid: System.TimeSpan
    name: TimeSpan
    isExternal: true
    href: https://learn.microsoft.com/dotnet/api/system.timespan
  - name: ','
  - name: " "
  - uid: System.Single
    name: Single
    isExternal: true
    href: https://learn.microsoft.com/dotnet/api/system.single
  - name: )
- uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
  commentId: M:TinyLife.Actions.MultiAction.AndThenIsCompleted
  parent: TinyLife.Actions.MultiAction
  href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenIsCompleted
  name: AndThenIsCompleted()
  nameWithType: MultiAction.AndThenIsCompleted()
  fullName: TinyLife.Actions.MultiAction.AndThenIsCompleted()
  spec.csharp:
  - uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
    name: AndThenIsCompleted
    href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenIsCompleted
  - name: (
  - name: )
  spec.vb:
  - uid: TinyLife.Actions.MultiAction.AndThenIsCompleted
    name: AndThenIsCompleted
    href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_AndThenIsCompleted
  - name: (
  - name: )
- uid: TinyLife.Actions.MultiAction.CreateLastActions
  commentId: M:TinyLife.Actions.MultiAction.CreateLastActions
  parent: TinyLife.Actions.MultiAction
  href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateLastActions
  name: CreateLastActions()
  nameWithType: MultiAction.CreateLastActions()
  fullName: TinyLife.Actions.MultiAction.CreateLastActions()
  spec.csharp:
  - uid: TinyLife.Actions.MultiAction.CreateLastActions
    name: CreateLastActions
    href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateLastActions
  - name: (
  - name: )
  spec.vb:
  - uid: TinyLife.Actions.MultiAction.CreateLastActions
    name: CreateLastActions
    href: TinyLife.Actions.MultiAction.html#TinyLife_Actions_MultiAction_CreateLastActions
  - name: (
  - name: )