2021-11-23 16:24:04 +01:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Actions.Behaviors.SinkBehavior
commentId : T:TinyLife.Actions.Behaviors.SinkBehavior
id : SinkBehavior
parent : TinyLife.Actions.Behaviors
children :
- TinyLife.Actions.Behaviors.SinkBehavior.#ctor(TinyLife.Actions.Action)
- TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions
- TinyLife.Actions.Behaviors.SinkBehavior.OnCompleted(TinyLife.Actions.CompletionType)
2021-11-26 23:42:22 +01:00
- TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-11-23 16:24:04 +01:00
langs :
- csharp
- vb
name : SinkBehavior
nameWithType : SinkBehavior
fullName : TinyLife.Actions.Behaviors.SinkBehavior
type : Class
source :
remote :
path : TinyLife/Actions/Behaviors/SinkBehavior.cs
2022-04-27 12:59:12 +02:00
branch : 0.20 .4 -dev
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id : SinkBehavior
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Actions/Behaviors/SinkBehavior.cs
2022-01-01 17:06:03 +01:00
startLine : 16
2021-11-23 16:24:04 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Actions.Behaviors
summary : "\nA <xref href=\"TinyLife.Actions.Behaviors.MultiActionBehavior\" data-throw-if-not-resolved=\"false\"></xref> for an action that is invoked at a <xref href=\"ExtremelySimpleLogger.Sink\" data-throw-if-not-resolved=\"false\"></xref>.\nIf the sink is not the main <xref href=\"TinyLife.Actions.ActionInfo.GetActionObject%60%601\" data-throw-if-not-resolved=\"false\"></xref>, it should be added as an auxiliary object using <xref href=\"TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject%2cTinyLife.Objects.ActionSpot)\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.MultiAction.AndThenInitialize\" data-throw-if-not-resolved=\"false\"></xref>.\nThis behavior automatically displays a running water sound and sets the active person's pose to a working version using <xref href=\"TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example : [ ]
syntax :
content: 'public class SinkBehavior : MultiActionBehavior'
content.vb : >-
Public Class SinkBehavior
Inherits MultiActionBehavior
inheritance :
- System.Object
- TinyLife.Actions.Behaviors.ActionBehavior
- TinyLife.Actions.Behaviors.MultiActionBehavior
inheritedMembers :
- TinyLife.Actions.Behaviors.ActionBehavior.Action
- TinyLife.Actions.Behaviors.ActionBehavior.Initialize
- TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
- TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
- TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action)
- 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 :
- TinyLife.Actions.Behaviors.SinkBehavior.TinyLife.Utilities.Extensions.JsonCopy``1
modifiers.csharp :
- public
- class
modifiers.vb :
- Public
- Class
- uid : TinyLife.Actions.Behaviors.SinkBehavior.#ctor(TinyLife.Actions.Action)
commentId : M:TinyLife.Actions.Behaviors.SinkBehavior.#ctor(TinyLife.Actions.Action)
id : '#ctor(TinyLife.Actions.Action)'
parent : TinyLife.Actions.Behaviors.SinkBehavior
langs :
- csharp
- vb
name : SinkBehavior(Action)
nameWithType : SinkBehavior.SinkBehavior(Action)
fullName : TinyLife.Actions.Behaviors.SinkBehavior.SinkBehavior(TinyLife.Actions.Action)
type : Constructor
source :
remote :
path : TinyLife/Actions/Behaviors/SinkBehavior.cs
2022-04-27 12:59:12 +02:00
branch : 0.20 .4 -dev
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id : .ctor
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Actions/Behaviors/SinkBehavior.cs
2022-01-01 17:06:03 +01:00
startLine : 21
2021-11-23 16:24:04 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Actions.Behaviors
2022-01-08 12:41:09 +01:00
summary : "\nCreates a new action behavior with the given underlying action.\nTo create an action behavior of a given type automatically, use <xref href=\"TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance%60%601(TinyLife.Actions.Action)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-11-23 16:24:04 +01:00
example : [ ]
syntax :
content : public SinkBehavior(Action action)
parameters :
- id : action
type : TinyLife.Actions.Action
2022-01-08 12:41:09 +01:00
description : The action that this behavior is acting upon
2021-11-23 16:24:04 +01:00
content.vb : Public Sub New(action As Action)
overload : TinyLife.Actions.Behaviors.SinkBehavior.#ctor*
modifiers.csharp :
- public
modifiers.vb :
- Public
- uid : TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions
commentId : M:TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions
id : CreateFirstActions
parent : TinyLife.Actions.Behaviors.SinkBehavior
langs :
- csharp
- vb
name : CreateFirstActions()
nameWithType : SinkBehavior.CreateFirstActions()
fullName : TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions()
type : Method
source :
remote :
path : TinyLife/Actions/Behaviors/SinkBehavior.cs
2022-04-27 12:59:12 +02:00
branch : 0.20 .4 -dev
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id : CreateFirstActions
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Actions/Behaviors/SinkBehavior.cs
2021-11-23 16:24:04 +01:00
startLine : 24
assemblies :
- Tiny Life
namespace : TinyLife.Actions.Behaviors
2022-01-08 12:41:09 +01:00
summary : "\nCreates a set of actions that should be executed before the main <xref href=\"TinyLife.Actions.Action\" data-throw-if-not-resolved=\"false\"></xref> starts.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.BehaviorMultiAction%601.CreateFirstActions\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-11-23 16:24:04 +01:00
example : [ ]
syntax :
content : public override IEnumerable<Action> CreateFirstActions()
return :
type : System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
2022-01-08 12:41:09 +01:00
description : ''
2021-11-23 16:24:04 +01:00
content.vb : Public Overrides Function CreateFirstActions As IEnumerable(Of Action)
overridden : TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions
overload : TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions*
modifiers.csharp :
- public
- override
modifiers.vb :
- Public
- Overrides
2021-11-26 23:42:22 +01:00
- uid : TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId : M:TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id : Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-11-23 16:24:04 +01:00
parent : TinyLife.Actions.Behaviors.SinkBehavior
langs :
- csharp
- vb
2021-11-26 23:42:22 +01:00
name : Update(GameTime, TimeSpan, Single)
nameWithType : SinkBehavior.Update(GameTime, TimeSpan, Single)
fullName : TinyLife.Actions.Behaviors.SinkBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
2021-11-23 16:24:04 +01:00
type : Method
source :
remote :
path : TinyLife/Actions/Behaviors/SinkBehavior.cs
2022-04-27 12:59:12 +02:00
branch : 0.20 .4 -dev
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id : Update
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Actions/Behaviors/SinkBehavior.cs
2021-11-23 16:24:04 +01:00
startLine : 31
assemblies :
- Tiny Life
namespace : TinyLife.Actions.Behaviors
2022-01-08 12:41:09 +01:00
summary : "\nUpdates this action behavior every update frame.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.MultiAction.AndThenUpdate(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-11-23 16:24:04 +01:00
example : [ ]
syntax :
2021-11-26 23:42:22 +01:00
content : public override void Update(GameTime time, TimeSpan passedInGame, float speedMultiplier)
2021-11-23 16:24:04 +01:00
parameters :
- id : time
type : Microsoft.Xna.Framework.GameTime
2022-01-08 12:41:09 +01:00
description : The game time
2021-11-23 16:24:04 +01:00
- id : passedInGame
type : System.TimeSpan
2022-01-08 12:41:09 +01:00
description : The amount of time that has passed since the last update frame
2021-11-26 23:42:22 +01:00
- id : speedMultiplier
type : System.Single
2022-01-08 12:41:09 +01:00
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>
2021-11-26 23:42:22 +01:00
content.vb : Public Overrides Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
overridden : TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-11-23 16:24:04 +01:00
overload : TinyLife.Actions.Behaviors.SinkBehavior.Update*
modifiers.csharp :
- public
- override
modifiers.vb :
- Public
- Overrides
- uid : TinyLife.Actions.Behaviors.SinkBehavior.OnCompleted(TinyLife.Actions.CompletionType)
commentId : M:TinyLife.Actions.Behaviors.SinkBehavior.OnCompleted(TinyLife.Actions.CompletionType)
id : OnCompleted(TinyLife.Actions.CompletionType)
parent : TinyLife.Actions.Behaviors.SinkBehavior
langs :
- csharp
- vb
name : OnCompleted(CompletionType)
nameWithType : SinkBehavior.OnCompleted(CompletionType)
fullName : TinyLife.Actions.Behaviors.SinkBehavior.OnCompleted(TinyLife.Actions.CompletionType)
type : Method
source :
remote :
path : TinyLife/Actions/Behaviors/SinkBehavior.cs
2022-04-27 12:59:12 +02:00
branch : 0.20 .4 -dev
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-11-23 16:24:04 +01:00
id : OnCompleted
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Actions/Behaviors/SinkBehavior.cs
2022-01-08 12:41:09 +01:00
startLine : 43
2021-11-23 16:24:04 +01:00
assemblies :
- Tiny Life
namespace : TinyLife.Actions.Behaviors
2022-01-08 12:41:09 +01:00
summary : "\nCauses any activities that this action behavior executes to be marked as completed.\nThis method is automatically called when using <xref href=\"TinyLife.Actions.BehaviorMultiAction%601\" data-throw-if-not-resolved=\"false\"></xref> in <xref href=\"TinyLife.Actions.Typeless.TypelessAction.OnCompleted(TinyLife.Actions.CompletionType)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-11-23 16:24:04 +01:00
example : [ ]
syntax :
content : public override void OnCompleted(CompletionType completion)
parameters :
- id : completion
type : TinyLife.Actions.CompletionType
2022-01-08 12:41:09 +01:00
description : ''
2021-11-23 16:24:04 +01:00
content.vb : Public Overrides Sub OnCompleted(completion As CompletionType)
overridden : TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
overload : TinyLife.Actions.Behaviors.SinkBehavior.OnCompleted*
modifiers.csharp :
- public
- override
modifiers.vb :
- Public
- Overrides
references :
- uid : TinyLife.Actions.Behaviors.MultiActionBehavior
commentId : T:TinyLife.Actions.Behaviors.MultiActionBehavior
parent : TinyLife.Actions.Behaviors
name : MultiActionBehavior
nameWithType : MultiActionBehavior
fullName : TinyLife.Actions.Behaviors.MultiActionBehavior
- uid : ExtremelySimpleLogger.Sink
commentId : T:ExtremelySimpleLogger.Sink
isExternal : true
- uid : TinyLife.Actions.ActionInfo.GetActionObject``1
commentId : M:TinyLife.Actions.ActionInfo.GetActionObject``1
isExternal : true
- uid : TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot)
commentId : M:TinyLife.Actions.ActionInfo.AddAuxiliaryObject(TinyLife.Objects.MapObject,TinyLife.Objects.ActionSpot)
isExternal : true
- uid : TinyLife.Actions.MultiAction.AndThenInitialize
commentId : M:TinyLife.Actions.MultiAction.AndThenInitialize
parent : TinyLife.Actions.MultiAction
name : AndThenInitialize()
nameWithType : MultiAction.AndThenInitialize()
fullName : TinyLife.Actions.MultiAction.AndThenInitialize()
spec.csharp :
- uid : TinyLife.Actions.MultiAction.AndThenInitialize
name : AndThenInitialize
nameWithType : MultiAction.AndThenInitialize
fullName : TinyLife.Actions.MultiAction.AndThenInitialize
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Actions.MultiAction.AndThenInitialize
name : AndThenInitialize
nameWithType : MultiAction.AndThenInitialize
fullName : TinyLife.Actions.MultiAction.AndThenInitialize
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
commentId : M:TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
name : ToWorking(Person.Pose)
nameWithType : Extensions.ToWorking(Person.Pose)
fullName : TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
name : ToWorking
nameWithType : Extensions.ToWorking
fullName : TinyLife.Utilities.Extensions.ToWorking
- name : (
nameWithType : (
fullName : (
- uid : TinyLife.Objects.Person.Pose
name : Person.Pose
nameWithType : Person.Pose
fullName : TinyLife.Objects.Person.Pose
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.ToWorking(TinyLife.Objects.Person.Pose)
name : ToWorking
nameWithType : Extensions.ToWorking
fullName : TinyLife.Utilities.Extensions.ToWorking
- name : (
nameWithType : (
fullName : (
- uid : TinyLife.Objects.Person.Pose
name : Person.Pose
nameWithType : Person.Pose
fullName : TinyLife.Objects.Person.Pose
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Actions.Behaviors
commentId : N : TinyLife.Actions.Behaviors
name : TinyLife.Actions.Behaviors
nameWithType : TinyLife.Actions.Behaviors
fullName : TinyLife.Actions.Behaviors
- uid : System.Object
commentId : T:System.Object
parent : System
isExternal : true
name : Object
nameWithType : Object
fullName : System.Object
- uid : TinyLife.Actions.Behaviors.ActionBehavior
commentId : T:TinyLife.Actions.Behaviors.ActionBehavior
parent : TinyLife.Actions.Behaviors
name : ActionBehavior
nameWithType : ActionBehavior
fullName : TinyLife.Actions.Behaviors.ActionBehavior
- uid : TinyLife.Actions.Behaviors.ActionBehavior.Action
commentId : F:TinyLife.Actions.Behaviors.ActionBehavior.Action
parent : TinyLife.Actions.Behaviors.ActionBehavior
name : Action
nameWithType : ActionBehavior.Action
fullName : TinyLife.Actions.Behaviors.ActionBehavior.Action
- uid : TinyLife.Actions.Behaviors.ActionBehavior.Initialize
commentId : M:TinyLife.Actions.Behaviors.ActionBehavior.Initialize
parent : TinyLife.Actions.Behaviors.ActionBehavior
name : Initialize()
nameWithType : ActionBehavior.Initialize()
fullName : TinyLife.Actions.Behaviors.ActionBehavior.Initialize()
spec.csharp :
- uid : TinyLife.Actions.Behaviors.ActionBehavior.Initialize
name : Initialize
nameWithType : ActionBehavior.Initialize
fullName : TinyLife.Actions.Behaviors.ActionBehavior.Initialize
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Actions.Behaviors.ActionBehavior.Initialize
name : Initialize
nameWithType : ActionBehavior.Initialize
fullName : TinyLife.Actions.Behaviors.ActionBehavior.Initialize
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
commentId : M:TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
parent : TinyLife.Actions.Behaviors.ActionBehavior
name : GetIconObject()
nameWithType : ActionBehavior.GetIconObject()
fullName : TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject()
spec.csharp :
- uid : TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
name : GetIconObject
nameWithType : ActionBehavior.GetIconObject
fullName : TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
name : GetIconObject
nameWithType : ActionBehavior.GetIconObject
fullName : TinyLife.Actions.Behaviors.ActionBehavior.GetIconObject
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
commentId : M:TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
parent : TinyLife.Actions.Behaviors.ActionBehavior
name : GetNextAction(CompletionType)
nameWithType : ActionBehavior.GetNextAction(CompletionType)
fullName : TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
spec.csharp :
- uid : TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
name : GetNextAction
nameWithType : ActionBehavior.GetNextAction
fullName : TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction
- name : (
nameWithType : (
fullName : (
- uid : TinyLife.Actions.CompletionType
name : CompletionType
nameWithType : CompletionType
fullName : TinyLife.Actions.CompletionType
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction(TinyLife.Actions.CompletionType)
name : GetNextAction
nameWithType : ActionBehavior.GetNextAction
fullName : TinyLife.Actions.Behaviors.ActionBehavior.GetNextAction
- name : (
nameWithType : (
fullName : (
- uid : TinyLife.Actions.CompletionType
name : CompletionType
nameWithType : CompletionType
fullName : TinyLife.Actions.CompletionType
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action)
commentId : M:TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action)
parent : TinyLife.Actions.Behaviors.ActionBehavior
name : CreateDefaultInstance<T>(Action)
nameWithType : ActionBehavior.CreateDefaultInstance<T>(Action)
fullName : TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance<T>(TinyLife.Actions.Action)
nameWithType.vb : ActionBehavior.CreateDefaultInstance(Of T)(Action)
fullName.vb : TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(Of T)(TinyLife.Actions.Action)
name.vb : CreateDefaultInstance(Of T)(Action)
spec.csharp :
- uid : TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action)
name : CreateDefaultInstance<T>
nameWithType : ActionBehavior.CreateDefaultInstance<T>
fullName : TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance<T>
- name : (
nameWithType : (
fullName : (
- uid : TinyLife.Actions.Action
name : Action
nameWithType : Action
fullName : TinyLife.Actions.Action
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance``1(TinyLife.Actions.Action)
name : CreateDefaultInstance(Of T)
nameWithType : ActionBehavior.CreateDefaultInstance(Of T)
fullName : TinyLife.Actions.Behaviors.ActionBehavior.CreateDefaultInstance(Of T)
- name : (
nameWithType : (
fullName : (
- uid : TinyLife.Actions.Action
name : Action
nameWithType : Action
fullName : TinyLife.Actions.Action
- name : )
nameWithType : )
fullName : )
- 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 : )
- uid : TinyLife.Actions.Behaviors.SinkBehavior.TinyLife.Utilities.Extensions.JsonCopy``1
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name : JsonCopy<SinkBehavior>()
nameWithType : Extensions.JsonCopy<SinkBehavior>()
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.Behaviors.SinkBehavior>()
nameWithType.vb : Extensions.JsonCopy(Of SinkBehavior)()
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Behaviors.SinkBehavior)()
name.vb : JsonCopy(Of SinkBehavior)()
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1
name : JsonCopy<SinkBehavior>
nameWithType : Extensions.JsonCopy<SinkBehavior>
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Actions.Behaviors.SinkBehavior>
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1
name : JsonCopy(Of SinkBehavior)
nameWithType : Extensions.JsonCopy(Of SinkBehavior)
fullName : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Actions.Behaviors.SinkBehavior)
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Actions.MultiAction
commentId : T:TinyLife.Actions.MultiAction
parent : TinyLife.Actions
name : MultiAction
nameWithType : MultiAction
fullName : TinyLife.Actions.MultiAction
- 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.Actions
commentId : N : TinyLife.Actions
name : TinyLife.Actions
nameWithType : TinyLife.Actions
fullName : TinyLife.Actions
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
- uid : TinyLife.Actions.Behaviors.SinkBehavior.#ctor*
commentId : Overload:TinyLife.Actions.Behaviors.SinkBehavior.#ctor
name : SinkBehavior
nameWithType : SinkBehavior.SinkBehavior
fullName : TinyLife.Actions.Behaviors.SinkBehavior.SinkBehavior
- uid : TinyLife.Actions.Action
commentId : T:TinyLife.Actions.Action
parent : TinyLife.Actions
name : Action
nameWithType : Action
fullName : TinyLife.Actions.Action
- uid : TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions
commentId : M:TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions
parent : TinyLife.Actions.Behaviors.MultiActionBehavior
name : CreateFirstActions()
nameWithType : MultiActionBehavior.CreateFirstActions()
fullName : TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions()
spec.csharp :
- uid : TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions
name : CreateFirstActions
nameWithType : MultiActionBehavior.CreateFirstActions
fullName : TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions
name : CreateFirstActions
nameWithType : MultiActionBehavior.CreateFirstActions
fullName : TinyLife.Actions.Behaviors.MultiActionBehavior.CreateFirstActions
- name : (
nameWithType : (
fullName : (
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions*
commentId : Overload:TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions
name : CreateFirstActions
nameWithType : SinkBehavior.CreateFirstActions
fullName : TinyLife.Actions.Behaviors.SinkBehavior.CreateFirstActions
- uid : System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
commentId : T:System.Collections.Generic.IEnumerable{TinyLife.Actions.Action}
parent : System.Collections.Generic
definition : System.Collections.Generic.IEnumerable`1
name : IEnumerable<Action>
nameWithType : IEnumerable<Action>
fullName : System.Collections.Generic.IEnumerable<TinyLife.Actions.Action>
nameWithType.vb : IEnumerable(Of Action)
fullName.vb : System.Collections.Generic.IEnumerable(Of TinyLife.Actions.Action)
name.vb : IEnumerable(Of Action)
spec.csharp :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
nameWithType : IEnumerable
fullName : System.Collections.Generic.IEnumerable
isExternal : true
- name : <
nameWithType : <
fullName : <
- uid : TinyLife.Actions.Action
name : Action
nameWithType : Action
fullName : TinyLife.Actions.Action
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
nameWithType : IEnumerable
fullName : System.Collections.Generic.IEnumerable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- uid : TinyLife.Actions.Action
name : Action
nameWithType : Action
fullName : TinyLife.Actions.Action
- name : )
nameWithType : )
fullName : )
- uid : System.Collections.Generic.IEnumerable`1
commentId : T:System.Collections.Generic.IEnumerable`1
isExternal : true
name : IEnumerable<T>
nameWithType : IEnumerable<T>
fullName : System.Collections.Generic.IEnumerable<T>
nameWithType.vb : IEnumerable(Of T)
fullName.vb : System.Collections.Generic.IEnumerable(Of T)
name.vb : IEnumerable(Of T)
spec.csharp :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
nameWithType : IEnumerable
fullName : System.Collections.Generic.IEnumerable
isExternal : true
- name : <
nameWithType : <
fullName : <
- name : T
nameWithType : T
fullName : T
- name : '>'
nameWithType : '>'
fullName : '>'
spec.vb :
- uid : System.Collections.Generic.IEnumerable`1
name : IEnumerable
nameWithType : IEnumerable
fullName : System.Collections.Generic.IEnumerable
isExternal : true
- name : '(Of '
nameWithType : '(Of '
fullName : '(Of '
- name : T
nameWithType : T
fullName : T
- name : )
nameWithType : )
fullName : )
- uid : System.Collections.Generic
commentId : N : System.Collections.Generic
isExternal : true
name : System.Collections.Generic
nameWithType : System.Collections.Generic
fullName : System.Collections.Generic
2021-11-26 23:42:22 +01:00
- uid : TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId : M:TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-11-23 16:24:04 +01:00
parent : TinyLife.Actions.Behaviors.ActionBehavior
isExternal : true
2021-11-26 23:42:22 +01:00
name : Update(GameTime, TimeSpan, Single)
nameWithType : ActionBehavior.Update(GameTime, TimeSpan, Single)
fullName : TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
2021-11-23 16:24:04 +01:00
spec.csharp :
2021-11-26 23:42:22 +01:00
- uid : TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-11-23 16:24:04 +01:00
name : Update
nameWithType : ActionBehavior.Update
fullName : TinyLife.Actions.Behaviors.ActionBehavior.Update
- name : (
nameWithType : (
fullName : (
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
nameWithType : GameTime
fullName : Microsoft.Xna.Framework.GameTime
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-11-23 16:24:04 +01:00
- name : )
nameWithType : )
fullName : )
spec.vb :
2021-11-26 23:42:22 +01:00
- uid : TinyLife.Actions.Behaviors.ActionBehavior.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-11-23 16:24:04 +01:00
name : Update
nameWithType : ActionBehavior.Update
fullName : TinyLife.Actions.Behaviors.ActionBehavior.Update
- name : (
nameWithType : (
fullName : (
- uid : Microsoft.Xna.Framework.GameTime
name : GameTime
nameWithType : GameTime
fullName : Microsoft.Xna.Framework.GameTime
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-11-23 16:24:04 +01:00
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Actions.Behaviors.SinkBehavior.Update*
commentId : Overload:TinyLife.Actions.Behaviors.SinkBehavior.Update
name : Update
nameWithType : SinkBehavior.Update
fullName : TinyLife.Actions.Behaviors.SinkBehavior.Update
- uid : Microsoft.Xna.Framework.GameTime
commentId : T:Microsoft.Xna.Framework.GameTime
parent : Microsoft.Xna.Framework
isExternal : true
name : GameTime
nameWithType : GameTime
fullName : Microsoft.Xna.Framework.GameTime
- 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
2021-11-23 16:24:04 +01:00
- uid : Microsoft.Xna.Framework
commentId : N : Microsoft.Xna.Framework
isExternal : true
name : Microsoft.Xna.Framework
nameWithType : Microsoft.Xna.Framework
fullName : Microsoft.Xna.Framework
- uid : TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
commentId : M:TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
parent : TinyLife.Actions.Behaviors.ActionBehavior
name : OnCompleted(CompletionType)
nameWithType : ActionBehavior.OnCompleted(CompletionType)
fullName : TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
spec.csharp :
- uid : TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
name : OnCompleted
nameWithType : ActionBehavior.OnCompleted
fullName : TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted
- name : (
nameWithType : (
fullName : (
- uid : TinyLife.Actions.CompletionType
name : CompletionType
nameWithType : CompletionType
fullName : TinyLife.Actions.CompletionType
- name : )
nameWithType : )
fullName : )
spec.vb :
- uid : TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted(TinyLife.Actions.CompletionType)
name : OnCompleted
nameWithType : ActionBehavior.OnCompleted
fullName : TinyLife.Actions.Behaviors.ActionBehavior.OnCompleted
- name : (
nameWithType : (
fullName : (
- uid : TinyLife.Actions.CompletionType
name : CompletionType
nameWithType : CompletionType
fullName : TinyLife.Actions.CompletionType
- name : )
nameWithType : )
fullName : )
- uid : TinyLife.Actions.Behaviors.SinkBehavior.OnCompleted*
commentId : Overload:TinyLife.Actions.Behaviors.SinkBehavior.OnCompleted
name : OnCompleted
nameWithType : SinkBehavior.OnCompleted
fullName : TinyLife.Actions.Behaviors.SinkBehavior.OnCompleted
- uid : TinyLife.Actions.CompletionType
commentId : T:TinyLife.Actions.CompletionType
parent : TinyLife.Actions
name : CompletionType
nameWithType : CompletionType
fullName : TinyLife.Actions.CompletionType