TinyLifeWeb/docs/api/TinyLife.Actions.Handlers.UnderlyingActionHandler.yml

1069 lines
40 KiB
YAML
Raw Normal View History

2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items:
2022-01-01 17:06:03 +01:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler
commentId: T:TinyLife.Actions.Handlers.UnderlyingActionHandler
2021-10-14 20:30:40 +02:00
id: UnderlyingActionHandler
2022-01-01 17:06:03 +01:00
parent: TinyLife.Actions.Handlers
2021-08-04 06:51:12 +02:00
children:
2022-11-12 13:53:28 +01:00
- TinyLife.Actions.Handlers.UnderlyingActionHandler.#ctor(TinyLife.Actions.Action)
2022-01-01 17:06:03 +01:00
- TinyLife.Actions.Handlers.UnderlyingActionHandler.Action
- TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
2022-11-12 13:53:28 +01:00
- TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Action,System.Boolean)
2022-01-01 17:06:03 +01:00
- TinyLife.Actions.Handlers.UnderlyingActionHandler.IsCompleted
- TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
2022-09-05 14:19:42 +02:00
- TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2022-11-12 13:53:28 +01:00
- TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
2021-10-14 20:30:40 +02:00
name: UnderlyingActionHandler
nameWithType: UnderlyingActionHandler
2022-01-01 17:06:03 +01:00
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler
2021-08-04 06:51:12 +02:00
type: Class
source:
remote:
2022-01-01 17:06:03 +01:00
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
2023-01-26 14:16:30 +01:00
branch: 0.29.3-dev
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-10-14 20:30:40 +02:00
id: UnderlyingActionHandler
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
2022-11-12 13:53:28 +01:00
startLine: 13
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
2022-01-01 17:06:03 +01:00
namespace: TinyLife.Actions.Handlers
2022-11-12 13:53:28 +01:00
summary: "\nAn UnderlyingAction is a class that can instantiate a single <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.Action\" data-throw-if-not-resolved=\"false\"></xref> that will be executed as part of the action it is used in.\nNote that, when using this class, <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>, <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action%2cTinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref> and especially <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> have to be called in the appropriate places.\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: >-
[DataContract]
2021-10-14 20:30:40 +02:00
public class UnderlyingActionHandler
2021-08-04 06:51:12 +02:00
content.vb: >-
<DataContract>
2021-10-14 20:30:40 +02:00
Public Class UnderlyingActionHandler
2021-08-04 06:51:12 +02:00
inheritance:
- System.Object
inheritedMembers:
- System.Object.Equals(System.Object)
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetHashCode
- System.Object.GetType
- System.Object.MemberwiseClone
- System.Object.ReferenceEquals(System.Object,System.Object)
- System.Object.ToString
extensionMethods:
2022-01-01 17:06:03 +01:00
- TinyLife.Actions.Handlers.UnderlyingActionHandler.TinyLife.Utilities.Extensions.JsonCopy``1
2021-08-04 06:51:12 +02:00
attributes:
- type: System.Runtime.Serialization.DataContractAttribute
ctor: System.Runtime.Serialization.DataContractAttribute.#ctor
arguments: []
modifiers.csharp:
- public
- class
modifiers.vb:
- Public
- Class
2022-01-01 17:06:03 +01:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.Action
commentId: P:TinyLife.Actions.Handlers.UnderlyingActionHandler.Action
2021-08-04 06:51:12 +02:00
id: Action
2022-01-01 17:06:03 +01:00
parent: TinyLife.Actions.Handlers.UnderlyingActionHandler
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: Action
2021-10-14 20:30:40 +02:00
nameWithType: UnderlyingActionHandler.Action
2022-01-01 17:06:03 +01:00
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Action
2021-08-04 06:51:12 +02:00
type: Property
source:
remote:
2022-01-01 17:06:03 +01:00
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
2023-01-26 14:16:30 +01:00
branch: 0.29.3-dev
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Action
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
2022-11-12 13:53:28 +01:00
startLine: 20
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
2022-01-01 17:06:03 +01:00
namespace: TinyLife.Actions.Handlers
summary: "\nThe underlying action.\nThis should be initialized using <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType%2cTinyLife.Actions.ActionInfo%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
content: >-
2022-01-01 17:06:03 +01:00
[DataMember]
2021-08-04 06:51:12 +02:00
2022-11-12 13:53:28 +01:00
public Action Action { get; }
2021-08-04 06:51:12 +02:00
parameters: []
return:
2022-11-12 13:53:28 +01:00
type: TinyLife.Actions.Action
2021-08-04 06:51:12 +02:00
content.vb: >-
2022-01-01 17:06:03 +01:00
<DataMember>
2021-08-04 06:51:12 +02:00
2022-11-12 13:53:28 +01:00
Public ReadOnly Property Action As Action
2022-01-01 17:06:03 +01:00
overload: TinyLife.Actions.Handlers.UnderlyingActionHandler.Action*
2021-08-04 06:51:12 +02:00
attributes:
- type: System.Runtime.Serialization.DataMemberAttribute
ctor: System.Runtime.Serialization.DataMemberAttribute.#ctor
arguments: []
modifiers.csharp:
- public
- get
modifiers.vb:
- Public
- ReadOnly
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.#ctor(TinyLife.Actions.Action)
commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.#ctor(TinyLife.Actions.Action)
id: '#ctor(TinyLife.Actions.Action)'
2022-05-24 13:36:05 +02:00
parent: TinyLife.Actions.Handlers.UnderlyingActionHandler
langs:
- csharp
- vb
2022-11-12 13:53:28 +01:00
name: UnderlyingActionHandler(Action)
nameWithType: UnderlyingActionHandler.UnderlyingActionHandler(Action)
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.UnderlyingActionHandler(TinyLife.Actions.Action)
2022-05-24 13:36:05 +02:00
type: Constructor
source:
remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
2023-01-26 14:16:30 +01:00
branch: 0.29.3-dev
2022-05-24 13:36:05 +02:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
2022-11-12 13:53:28 +01:00
startLine: 28
2022-05-24 13:36:05 +02:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Handlers
summary: "\nCreates a new <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler\" data-throw-if-not-resolved=\"false\"></xref> with the given containing action.\n"
example: []
syntax:
2022-11-12 13:53:28 +01:00
content: public UnderlyingActionHandler(Action containingAction)
2022-05-24 13:36:05 +02:00
parameters:
- id: containingAction
2022-11-12 13:53:28 +01:00
type: TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
description: The action that contains this underlying action handler.
2022-11-12 13:53:28 +01:00
content.vb: Public Sub New(containingAction As Action)
2022-05-24 13:36:05 +02:00
overload: TinyLife.Actions.Handlers.UnderlyingActionHandler.#ctor*
modifiers.csharp:
- public
modifiers.vb:
- Public
2022-01-01 17:06:03 +01:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
2021-08-04 06:51:12 +02:00
id: Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
2022-01-01 17:06:03 +01:00
parent: TinyLife.Actions.Handlers.UnderlyingActionHandler
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
name: Initialize(ActionType, ActionInfo, Boolean, Boolean)
2021-10-14 20:30:40 +02:00
nameWithType: UnderlyingActionHandler.Initialize(ActionType, ActionInfo, Boolean, Boolean)
2022-01-01 17:06:03 +01:00
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Boolean, System.Boolean)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
2022-01-01 17:06:03 +01:00
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
2023-01-26 14:16:30 +01:00
branch: 0.29.3-dev
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Initialize
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
2022-11-12 13:53:28 +01:00
startLine: 39
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
2022-01-01 17:06:03 +01:00
namespace: TinyLife.Actions.Handlers
2021-08-04 06:51:12 +02:00
summary: "\nInitializes the underlying action of this action\n"
example: []
syntax:
2022-11-12 13:53:28 +01:00
content: public Action Initialize(ActionType type, ActionInfo info, bool automatic = false, bool force = true)
2021-08-04 06:51:12 +02:00
parameters:
- id: type
type: TinyLife.Actions.ActionType
description: The type of action to initialize
- id: info
type: TinyLife.Actions.ActionInfo
description: The info to pass to the action
- id: automatic
type: System.Boolean
2022-11-12 13:53:28 +01:00
description: Whether the action should be considered <xref href="TinyLife.Actions.Action.StartedAutomatically" data-throw-if-not-resolved="false"></xref>
2021-08-04 06:51:12 +02:00
- id: force
type: System.Boolean
description: Whether the action should be created even if <xref href="TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> returns false
return:
2022-11-12 13:53:28 +01:00
type: TinyLife.Actions.Action
content.vb: Public Function Initialize(type As ActionType, info As ActionInfo, automatic As Boolean = False, force As Boolean = True) As Action
2022-01-01 17:06:03 +01:00
overload: TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize*
2021-08-04 06:51:12 +02:00
modifiers.csharp:
- public
modifiers.vb:
- Public
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Action,System.Boolean)
commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Action,System.Boolean)
id: InitializeExact(TinyLife.Actions.Action,System.Boolean)
2022-01-01 17:06:03 +01:00
parent: TinyLife.Actions.Handlers.UnderlyingActionHandler
2021-08-30 20:44:32 +02:00
langs:
- csharp
- vb
2022-11-12 13:53:28 +01:00
name: InitializeExact(Action, Boolean)
nameWithType: UnderlyingActionHandler.InitializeExact(Action, Boolean)
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact(TinyLife.Actions.Action, System.Boolean)
2021-08-30 20:44:32 +02:00
type: Method
source:
remote:
2022-01-01 17:06:03 +01:00
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
2023-01-26 14:16:30 +01:00
branch: 0.29.3-dev
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-30 20:44:32 +02:00
id: InitializeExact
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
2022-11-12 13:53:28 +01:00
startLine: 52
2021-08-30 20:44:32 +02:00
assemblies:
- Tiny Life
2022-01-01 17:06:03 +01:00
namespace: TinyLife.Actions.Handlers
summary: "\nInitializes the underlying action of this action using the given <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.Action\" data-throw-if-not-resolved=\"false\"></xref>.\nIf <xref href=\"TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> should be tested, <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType%2cTinyLife.Actions.ActionInfo%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> can be used instead.\n"
2021-08-30 20:44:32 +02:00
example: []
syntax:
2022-11-12 13:53:28 +01:00
content: public void InitializeExact(Action action, bool automatic = false)
2021-08-30 20:44:32 +02:00
parameters:
- id: action
2022-11-12 13:53:28 +01:00
type: TinyLife.Actions.Action
2021-08-30 20:44:32 +02:00
description: The action to initialize
- id: automatic
type: System.Boolean
2022-11-12 13:53:28 +01:00
description: Whether the action should be considered <xref href="TinyLife.Actions.Action.StartedAutomatically" data-throw-if-not-resolved="false"></xref>
content.vb: Public Sub InitializeExact(action As Action, automatic As Boolean = False)
2022-01-01 17:06:03 +01:00
overload: TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact*
2021-08-30 20:44:32 +02:00
modifiers.csharp:
- public
modifiers.vb:
- Public
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id: Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2022-01-01 17:06:03 +01:00
parent: TinyLife.Actions.Handlers.UnderlyingActionHandler
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
2021-11-26 23:42:22 +01:00
name: Update(GameTime, TimeSpan, Single)
nameWithType: UnderlyingActionHandler.Update(GameTime, TimeSpan, Single)
2022-09-05 14:19:42 +02:00
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
2022-01-01 17:06:03 +01:00
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
2023-01-26 14:16:30 +01:00
branch: 0.29.3-dev
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Update
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
2022-11-12 13:53:28 +01:00
startLine: 69
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
2022-01-01 17:06:03 +01:00
namespace: TinyLife.Actions.Handlers
2022-09-05 14:19:42 +02:00
summary: "\nUpdates the <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.Action\" data-throw-if-not-resolved=\"false\"></xref>, if it exists.\nThis action should be called at the end of <xref href=\"TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> or any derived methods.\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
2021-11-26 23:42:22 +01:00
content: public void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
2021-08-04 06:51:12 +02:00
parameters:
- id: time
2022-09-05 14:19:42 +02:00
type: Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
description: The current game time
- id: passedInGame
type: System.TimeSpan
description: The amount of time that has passed, in game time
2021-11-26 23:42:22 +01:00
- id: speedMultiplier
type: System.Single
description: The game speed multiplier, which represents how fast things should happen, which is usually determined by <xref href="TinyLife.GameImpl.Speed" data-throw-if-not-resolved="false"></xref>
content.vb: Public Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
2022-01-01 17:06:03 +01:00
overload: TinyLife.Actions.Handlers.UnderlyingActionHandler.Update*
2021-08-04 06:51:12 +02:00
modifiers.csharp:
- public
modifiers.vb:
- Public
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)
id: Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)
2022-01-01 17:06:03 +01:00
parent: TinyLife.Actions.Handlers.UnderlyingActionHandler
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
2022-11-12 13:53:28 +01:00
name: Validate(Action, Person)
nameWithType: UnderlyingActionHandler.Validate(Action, Person)
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action, TinyLife.Objects.Person)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
2022-01-01 17:06:03 +01:00
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
2023-01-26 14:16:30 +01:00
branch: 0.29.3-dev
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: Validate
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
2022-11-12 13:53:28 +01:00
startLine: 85
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
2022-01-01 17:06:03 +01:00
namespace: TinyLife.Actions.Handlers
summary: "\nValidates this action container and its <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.Action\" data-throw-if-not-resolved=\"false\"></xref>.\nThis method should be called in <xref href=\"TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-11-12 13:53:28 +01:00
content: public bool Validate(Action containingAction, Person person)
2021-08-04 06:51:12 +02:00
parameters:
2022-05-24 13:36:05 +02:00
- id: containingAction
2022-11-12 13:53:28 +01:00
type: TinyLife.Actions.Action
2022-05-24 13:36:05 +02:00
description: The action that contains this underlying action handler.
2021-08-04 06:51:12 +02:00
- id: person
type: TinyLife.Objects.Person
2022-11-12 13:53:28 +01:00
description: The person that is passed to the <code data-dev-comment-type="paramref" class="paramref">containingAction</code>&apos;s <xref href="TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)" data-throw-if-not-resolved="false"></xref> method.
2022-01-01 17:06:03 +01:00
return:
type: System.Boolean
2022-05-24 13:36:05 +02:00
description: Whether this underlying action handler is still valid.
2022-11-12 13:53:28 +01:00
content.vb: Public Function Validate(containingAction As Action, person As Person) As Boolean
2022-01-01 17:06:03 +01:00
overload: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate*
modifiers.csharp:
- public
modifiers.vb:
- Public
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.IsCompleted
commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.IsCompleted
id: IsCompleted
parent: TinyLife.Actions.Handlers.UnderlyingActionHandler
langs:
- csharp
- vb
name: IsCompleted()
nameWithType: UnderlyingActionHandler.IsCompleted()
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.IsCompleted()
type: Method
source:
remote:
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
2023-01-26 14:16:30 +01:00
branch: 0.29.3-dev
2022-01-01 17:06:03 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
2022-11-12 13:53:28 +01:00
startLine: 101
2022-01-01 17:06:03 +01:00
assemblies:
- Tiny Life
namespace: TinyLife.Actions.Handlers
summary: "\nReturns whether the current <xref href=\"TinyLife.Actions.Handlers.UnderlyingActionHandler.Action\" data-throw-if-not-resolved=\"false\"></xref> is completed, or returns <xref href=\"TinyLife.Actions.CompletionType.Completed\" data-throw-if-not-resolved=\"false\"></xref> if there is no current action.\n"
example: []
syntax:
content: public CompletionType IsCompleted()
return:
type: TinyLife.Actions.CompletionType
description: Whether this underlying action handler is completed.
content.vb: Public Function IsCompleted As CompletionType
overload: TinyLife.Actions.Handlers.UnderlyingActionHandler.IsCompleted*
2021-08-04 06:51:12 +02:00
modifiers.csharp:
- public
modifiers.vb:
- Public
2022-01-01 17:06:03 +01:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
2021-10-14 20:30:40 +02:00
id: OnCompleted(TinyLife.Actions.CompletionType)
2022-01-01 17:06:03 +01:00
parent: TinyLife.Actions.Handlers.UnderlyingActionHandler
2021-08-04 06:51:12 +02:00
langs:
- csharp
- vb
2021-10-14 20:30:40 +02:00
name: OnCompleted(CompletionType)
nameWithType: UnderlyingActionHandler.OnCompleted(CompletionType)
2022-01-01 17:06:03 +01:00
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
2021-08-04 06:51:12 +02:00
type: Method
source:
remote:
2022-01-01 17:06:03 +01:00
path: TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
2023-01-26 14:16:30 +01:00
branch: 0.29.3-dev
2021-11-26 23:42:22 +01:00
repo: https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id: OnCompleted
2022-03-09 16:13:05 +01:00
path: ../TinyLife/Actions/Handlers/UnderlyingActionHandler.cs
2022-11-12 13:53:28 +01:00
startLine: 112
2021-08-04 06:51:12 +02:00
assemblies:
- Tiny Life
2022-01-01 17:06:03 +01:00
namespace: TinyLife.Actions.Handlers
2021-10-14 20:30:40 +02:00
summary: "\nCalls this underlying action&apos;s <xref href=\"TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref> method.\nThis should be called for any completion type that the action that uses this underlying action experiences, even <xref href=\"TinyLife.Actions.CompletionType.Canceled\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Actions.CompletionType.Failed\" data-throw-if-not-resolved=\"false\"></xref>.\nIf the underlying action is null or already completed, this method has no effect.\n"
2021-08-04 06:51:12 +02:00
example: []
syntax:
2022-01-01 17:06:03 +01:00
content: public bool OnCompleted(CompletionType type)
2021-08-04 06:51:12 +02:00
parameters:
- id: type
2021-10-14 20:30:40 +02:00
type: TinyLife.Actions.CompletionType
2021-08-04 06:51:12 +02:00
description: The completion type
2022-01-01 17:06:03 +01:00
return:
type: System.Boolean
description: Whether the completion type was consumed by this underlying action handler
content.vb: Public Function OnCompleted(type As CompletionType) As Boolean
overload: TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted*
2021-08-04 06:51:12 +02:00
modifiers.csharp:
- public
modifiers.vb:
- Public
references:
2022-01-01 17:06:03 +01:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.Action
commentId: P:TinyLife.Actions.Handlers.UnderlyingActionHandler.Action
2021-08-04 06:51:12 +02:00
isExternal: true
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-08-04 06:51:12 +02:00
isExternal: true
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate(TinyLife.Actions.Action,TinyLife.Objects.Person)
2021-08-04 06:51:12 +02:00
isExternal: true
2022-01-01 17:06:03 +01:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted(TinyLife.Actions.CompletionType)
2021-08-04 06:51:12 +02:00
isExternal: true
2022-01-01 17:06:03 +01:00
- uid: TinyLife.Actions.Handlers
commentId: N:TinyLife.Actions.Handlers
name: TinyLife.Actions.Handlers
nameWithType: TinyLife.Actions.Handlers
fullName: TinyLife.Actions.Handlers
2021-08-04 06:51:12 +02:00
- uid: System.Object
commentId: T:System.Object
parent: System
isExternal: true
name: Object
nameWithType: Object
fullName: System.Object
- uid: System.Object.Equals(System.Object)
commentId: M:System.Object.Equals(System.Object)
parent: System.Object
isExternal: true
name: Equals(Object)
nameWithType: Object.Equals(Object)
fullName: System.Object.Equals(System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.Equals(System.Object,System.Object)
commentId: M:System.Object.Equals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: Equals(Object, Object)
nameWithType: Object.Equals(Object, Object)
fullName: System.Object.Equals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.Equals(System.Object,System.Object)
name: Equals
nameWithType: Object.Equals
fullName: System.Object.Equals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetHashCode
commentId: M:System.Object.GetHashCode
parent: System.Object
isExternal: true
name: GetHashCode()
nameWithType: Object.GetHashCode()
fullName: System.Object.GetHashCode()
spec.csharp:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetHashCode
name: GetHashCode
nameWithType: Object.GetHashCode
fullName: System.Object.GetHashCode
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.GetType
commentId: M:System.Object.GetType
parent: System.Object
isExternal: true
name: GetType()
nameWithType: Object.GetType()
fullName: System.Object.GetType()
spec.csharp:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.GetType
name: GetType
nameWithType: Object.GetType
fullName: System.Object.GetType
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.MemberwiseClone
commentId: M:System.Object.MemberwiseClone
parent: System.Object
isExternal: true
name: MemberwiseClone()
nameWithType: Object.MemberwiseClone()
fullName: System.Object.MemberwiseClone()
spec.csharp:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.MemberwiseClone
name: MemberwiseClone
nameWithType: Object.MemberwiseClone
fullName: System.Object.MemberwiseClone
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
commentId: M:System.Object.ReferenceEquals(System.Object,System.Object)
parent: System.Object
isExternal: true
name: ReferenceEquals(Object, Object)
nameWithType: Object.ReferenceEquals(Object, Object)
fullName: System.Object.ReferenceEquals(System.Object, System.Object)
spec.csharp:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ReferenceEquals(System.Object,System.Object)
name: ReferenceEquals
nameWithType: Object.ReferenceEquals
fullName: System.Object.ReferenceEquals
isExternal: true
- name: (
nameWithType: (
fullName: (
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.Object
name: Object
nameWithType: Object
fullName: System.Object
isExternal: true
- name: )
nameWithType: )
fullName: )
- uid: System.Object.ToString
commentId: M:System.Object.ToString
parent: System.Object
isExternal: true
name: ToString()
nameWithType: Object.ToString()
fullName: System.Object.ToString()
spec.csharp:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: System.Object.ToString
name: ToString
nameWithType: Object.ToString
fullName: System.Object.ToString
isExternal: true
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
2022-01-01 17:06:03 +01:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.TinyLife.Utilities.Extensions.JsonCopy``1
2021-08-04 06:51:12 +02:00
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent: TinyLife.Utilities.Extensions
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2021-10-14 20:30:40 +02:00
name: JsonCopy<UnderlyingActionHandler>()
nameWithType: Extensions.JsonCopy<UnderlyingActionHandler>()
2022-01-01 17:06:03 +01:00
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.Handlers.UnderlyingActionHandler>()
2021-10-14 20:30:40 +02:00
nameWithType.vb: Extensions.JsonCopy(Of UnderlyingActionHandler)()
2022-01-01 17:06:03 +01:00
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Handlers.UnderlyingActionHandler)()
2021-10-14 20:30:40 +02:00
name.vb: JsonCopy(Of UnderlyingActionHandler)()
2021-08-04 06:51:12 +02:00
spec.csharp:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
2021-10-14 20:30:40 +02:00
name: JsonCopy<UnderlyingActionHandler>
nameWithType: Extensions.JsonCopy<UnderlyingActionHandler>
2022-01-01 17:06:03 +01:00
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.Handlers.UnderlyingActionHandler>
2021-08-04 06:51:12 +02:00
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
2021-10-14 20:30:40 +02:00
name: JsonCopy(Of UnderlyingActionHandler)
nameWithType: Extensions.JsonCopy(Of UnderlyingActionHandler)
2022-01-01 17:06:03 +01:00
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Handlers.UnderlyingActionHandler)
2021-08-04 06:51:12 +02:00
- name: (
nameWithType: (
fullName: (
- name: )
nameWithType: )
fullName: )
- uid: System
commentId: N:System
isExternal: true
name: System
nameWithType: System
fullName: System
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId: M: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<T>
nameWithType: Extensions.JsonCopy<T>
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name: JsonCopy(Of T)
nameWithType: Extensions.JsonCopy(Of T)
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
- name: (
nameWithType: (
fullName: (
- name: T
nameWithType: T
fullName: T
- name: )
nameWithType: )
fullName: )
- uid: TinyLife.Utilities.Extensions
commentId: T:TinyLife.Utilities.Extensions
parent: TinyLife.Utilities
name: Extensions
nameWithType: Extensions
fullName: TinyLife.Utilities.Extensions
- uid: TinyLife.Utilities
commentId: N:TinyLife.Utilities
name: TinyLife.Utilities
nameWithType: TinyLife.Utilities
fullName: TinyLife.Utilities
2022-01-01 17:06:03 +01:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
commentId: M:TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
2021-08-04 06:51:12 +02:00
isExternal: true
2022-01-01 17:06:03 +01:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.Action*
commentId: Overload:TinyLife.Actions.Handlers.UnderlyingActionHandler.Action
2021-08-04 06:51:12 +02:00
name: Action
2021-10-14 20:30:40 +02:00
nameWithType: UnderlyingActionHandler.Action
2022-01-01 17:06:03 +01:00
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Action
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Action
commentId: T:TinyLife.Actions.Action
parent: TinyLife.Actions
name: Action
nameWithType: Action
fullName: TinyLife.Actions.Action
- uid: TinyLife.Actions
commentId: N:TinyLife.Actions
name: TinyLife.Actions
nameWithType: TinyLife.Actions
fullName: TinyLife.Actions
2022-05-24 13:36:05 +02:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler
commentId: T:TinyLife.Actions.Handlers.UnderlyingActionHandler
name: UnderlyingActionHandler
nameWithType: UnderlyingActionHandler
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.#ctor*
commentId: Overload:TinyLife.Actions.Handlers.UnderlyingActionHandler.#ctor
name: UnderlyingActionHandler
nameWithType: UnderlyingActionHandler.UnderlyingActionHandler
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.UnderlyingActionHandler
2022-11-12 13:53:28 +01:00
- uid: TinyLife.Actions.Action.StartedAutomatically
commentId: P:TinyLife.Actions.Action.StartedAutomatically
parent: TinyLife.Actions.Action
2021-08-04 06:51:12 +02:00
name: StartedAutomatically
2022-11-12 13:53:28 +01:00
nameWithType: Action.StartedAutomatically
fullName: TinyLife.Actions.Action.StartedAutomatically
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
commentId: M:TinyLife.Actions.ActionType.CanExecute(TinyLife.Actions.ActionInfo,System.Boolean)
isExternal: true
2022-01-01 17:06:03 +01:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize*
commentId: Overload:TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize
2021-08-04 06:51:12 +02:00
name: Initialize
2021-10-14 20:30:40 +02:00
nameWithType: UnderlyingActionHandler.Initialize
2022-01-01 17:06:03 +01:00
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Initialize
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.ActionType
commentId: T:TinyLife.Actions.ActionType
parent: TinyLife.Actions
name: ActionType
nameWithType: ActionType
fullName: TinyLife.Actions.ActionType
- uid: TinyLife.Actions.ActionInfo
commentId: T:TinyLife.Actions.ActionInfo
parent: TinyLife.Actions
name: ActionInfo
nameWithType: ActionInfo
fullName: TinyLife.Actions.ActionInfo
- uid: System.Boolean
commentId: T:System.Boolean
parent: System
isExternal: true
name: Boolean
nameWithType: Boolean
fullName: System.Boolean
2022-01-01 17:06:03 +01:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact*
commentId: Overload:TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact
2021-08-30 20:44:32 +02:00
name: InitializeExact
2021-10-14 20:30:40 +02:00
nameWithType: UnderlyingActionHandler.InitializeExact
2022-01-01 17:06:03 +01:00
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.InitializeExact
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId: M:TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-08-04 06:51:12 +02:00
parent: TinyLife.Actions.Action
isExternal: true
2021-11-26 23:42:22 +01:00
name: Update(GameTime, TimeSpan, Single)
nameWithType: Action.Update(GameTime, TimeSpan, Single)
2022-09-05 14:19:42 +02:00
fullName: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
2021-08-04 06:51:12 +02:00
spec.csharp:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-08-04 06:51:12 +02:00
name: Update
nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update
- name: (
nameWithType: (
fullName: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name: GameTime
nameWithType: GameTime
2022-09-05 14:19:42 +02:00
fullName: Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
2021-11-26 23:42:22 +01:00
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
2021-08-04 06:51:12 +02:00
- name: )
nameWithType: )
fullName: )
spec.vb:
2022-09-05 14:19:42 +02:00
- uid: TinyLife.Actions.Action.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-08-04 06:51:12 +02:00
name: Update
nameWithType: Action.Update
fullName: TinyLife.Actions.Action.Update
- name: (
nameWithType: (
fullName: (
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
name: GameTime
nameWithType: GameTime
2022-09-05 14:19:42 +02:00
fullName: Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
- uid: System.TimeSpan
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
isExternal: true
- name: ', '
nameWithType: ', '
fullName: ', '
2021-11-26 23:42:22 +01:00
- uid: System.Single
name: Single
nameWithType: Single
fullName: System.Single
isExternal: true
2021-08-04 06:51:12 +02:00
- name: )
nameWithType: )
fullName: )
2021-11-26 23:42:22 +01:00
- uid: TinyLife.GameImpl.Speed
commentId: P:TinyLife.GameImpl.Speed
isExternal: true
2022-01-01 17:06:03 +01:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.Update*
commentId: Overload:TinyLife.Actions.Handlers.UnderlyingActionHandler.Update
2021-08-04 06:51:12 +02:00
name: Update
2021-10-14 20:30:40 +02:00
nameWithType: UnderlyingActionHandler.Update
2022-01-01 17:06:03 +01:00
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Update
2022-09-05 14:19:42 +02:00
- uid: Microsoft.Xna.Framework.GameTime
commentId: T:Microsoft.Xna.Framework.GameTime
parent: Microsoft.Xna.Framework
2021-08-04 06:51:12 +02:00
isExternal: true
name: GameTime
nameWithType: GameTime
2022-09-05 14:19:42 +02:00
fullName: Microsoft.Xna.Framework.GameTime
2021-08-04 06:51:12 +02:00
- uid: System.TimeSpan
commentId: T:System.TimeSpan
parent: System
isExternal: true
name: TimeSpan
nameWithType: TimeSpan
fullName: System.TimeSpan
2021-11-26 23:42:22 +01:00
- uid: System.Single
commentId: T:System.Single
parent: System
isExternal: true
name: Single
nameWithType: Single
fullName: System.Single
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
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
commentId: M:TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
parent: TinyLife.Actions.Action
name: Validate(Person)
nameWithType: Action.Validate(Person)
fullName: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
spec.csharp:
- uid: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
name: Validate
nameWithType: Action.Validate
fullName: TinyLife.Actions.Action.Validate
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: )
nameWithType: )
fullName: )
spec.vb:
- uid: TinyLife.Actions.Action.Validate(TinyLife.Objects.Person)
name: Validate
nameWithType: Action.Validate
fullName: TinyLife.Actions.Action.Validate
- name: (
nameWithType: (
fullName: (
- uid: TinyLife.Objects.Person
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- name: )
nameWithType: )
fullName: )
2022-01-01 17:06:03 +01:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate*
commentId: Overload:TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate
2021-08-04 06:51:12 +02:00
name: Validate
2021-10-14 20:30:40 +02:00
nameWithType: UnderlyingActionHandler.Validate
2022-01-01 17:06:03 +01:00
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.Validate
2021-08-04 06:51:12 +02:00
- uid: TinyLife.Objects.Person
commentId: T:TinyLife.Objects.Person
parent: TinyLife.Objects
name: Person
nameWithType: Person
fullName: TinyLife.Objects.Person
- uid: TinyLife.Objects
commentId: N:TinyLife.Objects
name: TinyLife.Objects
nameWithType: TinyLife.Objects
fullName: TinyLife.Objects
2022-01-01 17:06:03 +01:00
- uid: TinyLife.Actions.CompletionType.Completed
commentId: F:TinyLife.Actions.CompletionType.Completed
isExternal: true
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.IsCompleted*
commentId: Overload:TinyLife.Actions.Handlers.UnderlyingActionHandler.IsCompleted
name: IsCompleted
nameWithType: UnderlyingActionHandler.IsCompleted
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.IsCompleted
- uid: TinyLife.Actions.CompletionType
commentId: T:TinyLife.Actions.CompletionType
parent: TinyLife.Actions
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
commentId: M:TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
2021-08-04 06:51:12 +02:00
parent: TinyLife.Actions.Action
2021-10-14 20:30:40 +02:00
name: OnCompleted(CompletionType)
nameWithType: Action.OnCompleted(CompletionType)
fullName: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
2021-08-04 06:51:12 +02:00
spec.csharp:
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
2021-08-04 06:51:12 +02:00
name: OnCompleted
nameWithType: Action.OnCompleted
fullName: TinyLife.Actions.Action.OnCompleted
- name: (
nameWithType: (
fullName: (
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
2021-08-04 06:51:12 +02:00
- name: )
nameWithType: )
fullName: )
spec.vb:
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.Action.OnCompleted(TinyLife.Actions.CompletionType)
2021-08-04 06:51:12 +02:00
name: OnCompleted
nameWithType: Action.OnCompleted
fullName: TinyLife.Actions.Action.OnCompleted
- name: (
nameWithType: (
fullName: (
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.CompletionType
name: CompletionType
nameWithType: CompletionType
fullName: TinyLife.Actions.CompletionType
2021-08-04 06:51:12 +02:00
- name: )
nameWithType: )
fullName: )
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.CompletionType.Canceled
commentId: F:TinyLife.Actions.CompletionType.Canceled
2021-08-04 06:51:12 +02:00
isExternal: true
2021-10-14 20:30:40 +02:00
- uid: TinyLife.Actions.CompletionType.Failed
commentId: F:TinyLife.Actions.CompletionType.Failed
2021-08-04 06:51:12 +02:00
isExternal: true
2022-01-01 17:06:03 +01:00
- uid: TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted*
commentId: Overload:TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted
2021-08-04 06:51:12 +02:00
name: OnCompleted
2021-10-14 20:30:40 +02:00
nameWithType: UnderlyingActionHandler.OnCompleted
2022-01-01 17:06:03 +01:00
fullName: TinyLife.Actions.Handlers.UnderlyingActionHandler.OnCompleted