2021-08-04 06:51:12 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Objects.Particle
commentId : T:TinyLife.Objects.Particle
id : Particle
parent : TinyLife.Objects
children :
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.Particle.#ctor(MLEM.Animations.SpriteAnimation,System.TimeSpan,Microsoft.Xna.Framework.Vector2)
- TinyLife.Objects.Particle.#ctor(MLEM.Textures.TextureRegion,System.TimeSpan,Microsoft.Xna.Framework.Vector2)
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Particle.Animation
2022-05-24 13:36:05 +02:00
- TinyLife.Objects.Particle.CameraMotion
- TinyLife.Objects.Particle.CameraOffset
- TinyLife.Objects.Particle.Color
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Particle.DepthOffset
2022-05-24 13:36:05 +02:00
- TinyLife.Objects.Particle.DepthPosOffset
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.Particle.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Particle.DrawOffset
2022-12-20 13:25:03 +01:00
- TinyLife.Objects.Particle.ForceOutside
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Particle.Friction
- TinyLife.Objects.Particle.Gravity
2022-05-24 13:36:05 +02:00
- TinyLife.Objects.Particle.IgnoreParentDrawPos
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Particle.Map
- TinyLife.Objects.Particle.Motion
2022-05-24 13:36:05 +02:00
- TinyLife.Objects.Particle.ParentInfo
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Particle.Position
- TinyLife.Objects.Particle.Scale
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.Particle.Spawn(Microsoft.Xna.Framework.Vector2,System.Func{Microsoft.Xna.Framework.Vector2,TinyLife.Objects.Particle})
2022-07-04 16:50:43 +02:00
- TinyLife.Objects.Particle.SpriteEffects
2021-08-04 06:51:12 +02:00
- TinyLife.Objects.Particle.TimeLived
- TinyLife.Objects.Particle.TimeToLive
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2022-05-24 13:36:05 +02:00
- TinyLife.Objects.Particle.UpdateWhenPaused
2021-08-04 06:51:12 +02:00
langs :
- csharp
- vb
name : Particle
nameWithType : Particle
fullName : TinyLife.Objects.Particle
type : Class
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Particle
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Particle.cs
2022-09-05 14:19:42 +02:00
startLine : 17
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2022-09-05 14:19:42 +02:00
summary : "\nA particle is a <xref href=\"MLEM.Animations.SpriteAnimation\" data-throw-if-not-resolved=\"false\"></xref> that can be moved and displayed in world space.\nA particle is simply a <xref href=\"TinyLife.Objects.MapObject\" data-throw-if-not-resolved=\"false\"></xref> that does not collide or interact directly with the world, but has all of the same properties.\nA new particle can be added for display using <xref href=\"TinyLife.Objects.Particle.Spawn(Microsoft.Xna.Framework.Vector2%2cSystem.Func%7bMicrosoft.Xna.Framework.Vector2%2cTinyLife.Objects.Particle%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public class Particle
content.vb : Public Class Particle
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 :
- TinyLife.Objects.Particle.TinyLife.Utilities.Extensions.JsonCopy``1
- uid : TinyLife.Objects.Particle.Map
commentId : P:TinyLife.Objects.Particle.Map
id : Map
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
name : Map
nameWithType : Particle.Map
fullName : TinyLife.Objects.Particle.Map
type : Property
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Map
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Particle.cs
2022-09-05 14:19:42 +02:00
startLine : 24
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nThe map that this particle is on.\nNote that this always returns <xref href=\"TinyLife.GameImpl.Map\" data-throw-if-not-resolved=\"false\"></xref>\n"
example : [ ]
syntax :
content : protected static Map Map { get; }
parameters : [ ]
return :
type : TinyLife.World.Map
content.vb : Protected Shared ReadOnly Property Map As Map
overload : TinyLife.Objects.Particle.Map*
- uid : TinyLife.Objects.Particle.Friction
commentId : F:TinyLife.Objects.Particle.Friction
id : Friction
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
name : Friction
nameWithType : Particle.Friction
fullName : TinyLife.Objects.Particle.Friction
type : Field
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Friction
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Particle.cs
2022-09-05 14:19:42 +02:00
startLine : 29
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2022-09-05 14:19:42 +02:00
summary : "\nThe friction that is applied to this particle's <xref href=\"TinyLife.Objects.Particle.Motion\" data-throw-if-not-resolved=\"false\"></xref> every <xref href=\"TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> frame\n"
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public Vector2 Friction
return :
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
content.vb : Public Friction As Vector2
- uid : TinyLife.Objects.Particle.TimeToLive
commentId : F:TinyLife.Objects.Particle.TimeToLive
id : TimeToLive
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
name : TimeToLive
nameWithType : Particle.TimeToLive
fullName : TinyLife.Objects.Particle.TimeToLive
type : Field
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : TimeToLive
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Particle.cs
2022-09-05 14:19:42 +02:00
startLine : 33
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nThe amount of real time that this particle should stay alive for until it disappears\n"
example : [ ]
syntax :
content : public TimeSpan TimeToLive
return :
type : System.TimeSpan
content.vb : Public TimeToLive As TimeSpan
- uid : TinyLife.Objects.Particle.Position
commentId : F:TinyLife.Objects.Particle.Position
id : Position
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
name : Position
nameWithType : Particle.Position
fullName : TinyLife.Objects.Particle.Position
type : Field
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Position
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Particle.cs
2022-09-05 14:19:42 +02:00
startLine : 37
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nThe position in the world of this particle\n"
example : [ ]
syntax :
content : public Vector2 Position
return :
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
content.vb : Public Position As Vector2
- uid : TinyLife.Objects.Particle.Motion
commentId : F:TinyLife.Objects.Particle.Motion
id : Motion
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
name : Motion
nameWithType : Particle.Motion
fullName : TinyLife.Objects.Particle.Motion
type : Field
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Motion
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Particle.cs
2022-09-05 14:19:42 +02:00
startLine : 41
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2022-09-05 14:19:42 +02:00
summary : "\nThe amount that this particle's <xref href=\"TinyLife.Objects.Particle.Position\" data-throw-if-not-resolved=\"false\"></xref> is modified by each <xref href=\"TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> frame\n"
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
content : public Vector2 Motion
return :
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
content.vb : Public Motion As Vector2
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.Particle.DepthPosOffset
commentId : F:TinyLife.Objects.Particle.DepthPosOffset
id : DepthPosOffset
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
name : DepthPosOffset
nameWithType : Particle.DepthPosOffset
fullName : TinyLife.Objects.Particle.DepthPosOffset
type : Field
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2022-05-24 13:36:05 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : DepthPosOffset
path : ../TinyLife/Objects/Particle.cs
2022-09-05 14:19:42 +02:00
startLine : 45
2022-05-24 13:36:05 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nThe amount of tiles that this particle's depth display calculation is offset by, from its <xref href=\"TinyLife.Objects.Particle.Position\" data-throw-if-not-resolved=\"false\"></xref>\n"
example : [ ]
syntax :
content : public Vector2 DepthPosOffset
return :
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Vector2
2022-05-24 13:36:05 +02:00
content.vb : Public DepthPosOffset As Vector2
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Particle.DepthOffset
commentId : F:TinyLife.Objects.Particle.DepthOffset
id : DepthOffset
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
name : DepthOffset
nameWithType : Particle.DepthOffset
fullName : TinyLife.Objects.Particle.DepthOffset
type : Field
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : DepthOffset
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Particle.cs
2022-09-05 14:19:42 +02:00
startLine : 49
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2022-09-05 14:19:42 +02:00
summary : "\nA value that is passed to <xref href=\"TinyLife.World.Map.GetDepth(Microsoft.Xna.Framework.Vector2%2cSystem.Single%2cSystem.Boolean%2cSystem.Boolean%2cSystem.Boolean)\" data-throw-if-not-resolved=\"false\"></xref> as the depth offset when the particle's depth is calculated.\n"
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2022-05-24 13:36:05 +02:00
content : public float DepthOffset
2021-08-04 06:51:12 +02:00
return :
2022-05-24 13:36:05 +02:00
type : System.Single
content.vb : Public DepthOffset As Single
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Particle.DrawOffset
commentId : F:TinyLife.Objects.Particle.DrawOffset
id : DrawOffset
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
name : DrawOffset
nameWithType : Particle.DrawOffset
fullName : TinyLife.Objects.Particle.DrawOffset
type : Field
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : DrawOffset
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Particle.cs
2022-09-05 14:19:42 +02:00
startLine : 53
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nThe amount of tiles that this particle's display position is offset by, from its <xref href=\"TinyLife.Objects.Particle.Position\" data-throw-if-not-resolved=\"false\"></xref>\n"
example : [ ]
syntax :
content : public Vector2 DrawOffset
return :
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
content.vb : Public DrawOffset As Vector2
- uid : TinyLife.Objects.Particle.Scale
commentId : F:TinyLife.Objects.Particle.Scale
id : Scale
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
name : Scale
nameWithType : Particle.Scale
fullName : TinyLife.Objects.Particle.Scale
type : Field
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Scale
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Particle.cs
2022-09-05 14:19:42 +02:00
startLine : 57
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nAn <xref href=\"MLEM.Misc.Easings.Easing\" data-throw-if-not-resolved=\"false\"></xref> that determines how this particle's scale (display size) changes based on its <xref href=\"TinyLife.Objects.Particle.TimeToLive\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.Particle.TimeLived\" data-throw-if-not-resolved=\"false\"></xref>\n"
example : [ ]
syntax :
content : public Easings.Easing Scale
return :
type : MLEM.Misc.Easings.Easing
content.vb : Public Scale As Easings.Easing
- uid : TinyLife.Objects.Particle.Gravity
commentId : F:TinyLife.Objects.Particle.Gravity
id : Gravity
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
name : Gravity
nameWithType : Particle.Gravity
fullName : TinyLife.Objects.Particle.Gravity
type : Field
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Gravity
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Particle.cs
2022-12-20 13:25:03 +01:00
startLine : 61
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2022-12-20 13:25:03 +01:00
summary : "\nThe particle's gravity, which determines how much its <xref href=\"TinyLife.Objects.Particle.Motion\" data-throw-if-not-resolved=\"false\"></xref> is affected every <xref href=\"TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> frame. Defaults to 0.\n"
example : [ ]
2021-08-04 06:51:12 +02:00
syntax :
content : public float Gravity
return :
type : System.Single
content.vb : Public Gravity As Single
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.Particle.CameraMotion
commentId : F:TinyLife.Objects.Particle.CameraMotion
id : CameraMotion
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
2022-05-24 13:36:05 +02:00
name : CameraMotion
nameWithType : Particle.CameraMotion
fullName : TinyLife.Objects.Particle.CameraMotion
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2022-05-24 13:36:05 +02:00
id : CameraMotion
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Particle.cs
2022-12-20 13:25:03 +01:00
startLine : 67
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2022-05-24 13:36:05 +02:00
summary : "\nThe motion that this particle's <xref href=\"TinyLife.Objects.Particle.CameraOffset\" data-throw-if-not-resolved=\"false\"></xref> is moved by every update frame.\nIf <xref href=\"TinyLife.Objects.Particle.Gravity\" data-throw-if-not-resolved=\"false\"></xref> is set, this value is modified by <xref href=\"TinyLife.Objects.Particle.Gravity\" data-throw-if-not-resolved=\"false\"></xref> every update frame as well.\nThis value is not affected by <xref href=\"TinyLife.Objects.Particle.Friction\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2022-05-24 13:36:05 +02:00
content : public Vector2 CameraMotion
2021-08-04 06:51:12 +02:00
return :
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Vector2
2022-05-24 13:36:05 +02:00
content.vb : Public CameraMotion As Vector2
- uid : TinyLife.Objects.Particle.CameraOffset
commentId : F:TinyLife.Objects.Particle.CameraOffset
id : CameraOffset
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
2022-05-24 13:36:05 +02:00
name : CameraOffset
nameWithType : Particle.CameraOffset
fullName : TinyLife.Objects.Particle.CameraOffset
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2022-05-24 13:36:05 +02:00
id : CameraOffset
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Particle.cs
2022-12-20 13:25:03 +01:00
startLine : 71
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2022-09-05 14:19:42 +02:00
summary : "\nThe offset from this particle's <xref href=\"TinyLife.Objects.Particle.Position\" data-throw-if-not-resolved=\"false\"></xref> that is added in visual space only, using <xref href=\"TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2022-05-24 13:36:05 +02:00
content : public Vector2 CameraOffset
2021-08-04 06:51:12 +02:00
return :
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Vector2
2022-05-24 13:36:05 +02:00
content.vb : Public CameraOffset As Vector2
- uid : TinyLife.Objects.Particle.ParentInfo
commentId : F:TinyLife.Objects.Particle.ParentInfo
id : ParentInfo
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
name : ParentInfo
nameWithType : Particle.ParentInfo
fullName : TinyLife.Objects.Particle.ParentInfo
type : Field
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2022-05-24 13:36:05 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : ParentInfo
path : ../TinyLife/Objects/Particle.cs
2022-12-20 13:25:03 +01:00
startLine : 75
2022-05-24 13:36:05 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nA <xref href=\"TinyLife.Objects.Particle.ParentInfo\" data-throw-if-not-resolved=\"false\"></xref> that contains the object that this particle should be rendered in relation to.\n"
example : [ ]
syntax :
content : public ParentInfo ParentInfo
return :
type : TinyLife.Objects.ParentInfo
content.vb : Public ParentInfo As ParentInfo
- uid : TinyLife.Objects.Particle.IgnoreParentDrawPos
commentId : F:TinyLife.Objects.Particle.IgnoreParentDrawPos
id : IgnoreParentDrawPos
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
name : IgnoreParentDrawPos
nameWithType : Particle.IgnoreParentDrawPos
fullName : TinyLife.Objects.Particle.IgnoreParentDrawPos
type : Field
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2022-05-24 13:36:05 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : IgnoreParentDrawPos
path : ../TinyLife/Objects/Particle.cs
2022-12-20 13:25:03 +01:00
startLine : 79
2022-05-24 13:36:05 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nThis value indicates whether the visual position of the <xref href=\"TinyLife.Objects.Particle.ParentInfo\" data-throw-if-not-resolved=\"false\"></xref> should be ignored when drawing.\n"
example : [ ]
syntax :
content : public bool IgnoreParentDrawPos
return :
type : System.Boolean
content.vb : Public IgnoreParentDrawPos As Boolean
- uid : TinyLife.Objects.Particle.UpdateWhenPaused
commentId : F:TinyLife.Objects.Particle.UpdateWhenPaused
id : UpdateWhenPaused
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
2022-05-24 13:36:05 +02:00
name : UpdateWhenPaused
nameWithType : Particle.UpdateWhenPaused
fullName : TinyLife.Objects.Particle.UpdateWhenPaused
2021-08-04 06:51:12 +02:00
type : Field
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2022-05-24 13:36:05 +02:00
id : UpdateWhenPaused
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Particle.cs
2022-12-20 13:25:03 +01:00
startLine : 84
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2022-09-05 14:19:42 +02:00
summary : "\nThis value indicates whether this particle's <xref href=\"TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime%2cSystem.TimeSpan%2cSystem.Single)\" data-throw-if-not-resolved=\"false\"></xref> method should still be called when the game is paused.\nThis should be set to true when spawning particles in build mode, as the game is paused during that time.\n"
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2022-05-24 13:36:05 +02:00
content : public bool UpdateWhenPaused
2021-08-04 06:51:12 +02:00
return :
2022-05-24 13:36:05 +02:00
type : System.Boolean
content.vb : Public UpdateWhenPaused As Boolean
- uid : TinyLife.Objects.Particle.Color
commentId : F:TinyLife.Objects.Particle.Color
id : Color
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
name : Color
nameWithType : Particle.Color
fullName : TinyLife.Objects.Particle.Color
type : Field
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2022-05-24 13:36:05 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Color
path : ../TinyLife/Objects/Particle.cs
2022-12-20 13:25:03 +01:00
startLine : 88
2022-05-24 13:36:05 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nThe color to render this particle with, or <xref href=\"Microsoft.Xna.Framework.Color.White\" data-throw-if-not-resolved=\"false\"></xref> by default.\n"
example : [ ]
syntax :
content : public Color Color
return :
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Color
2022-05-24 13:36:05 +02:00
content.vb : Public Color As Color
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Objects.Particle.SpriteEffects
commentId : F:TinyLife.Objects.Particle.SpriteEffects
id : SpriteEffects
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
name : SpriteEffects
nameWithType : Particle.SpriteEffects
fullName : TinyLife.Objects.Particle.SpriteEffects
type : Field
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2022-07-04 16:50:43 +02:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : SpriteEffects
path : ../TinyLife/Objects/Particle.cs
2022-12-20 13:25:03 +01:00
startLine : 92
2022-07-04 16:50:43 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nThe <xref href=\"TinyLife.Objects.Particle.SpriteEffects\" data-throw-if-not-resolved=\"false\"></xref> that should be applied when drawing this particle.\n"
example : [ ]
syntax :
content : public SpriteEffects SpriteEffects
return :
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Graphics.SpriteEffects
2022-07-04 16:50:43 +02:00
content.vb : Public SpriteEffects As SpriteEffects
2022-12-20 13:25:03 +01:00
- uid : TinyLife.Objects.Particle.ForceOutside
commentId : F:TinyLife.Objects.Particle.ForceOutside
id : ForceOutside
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
name : ForceOutside
nameWithType : Particle.ForceOutside
fullName : TinyLife.Objects.Particle.ForceOutside
type : Field
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2022-12-20 13:25:03 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : ForceOutside
path : ../TinyLife/Objects/Particle.cs
startLine : 97
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nWhether this particle should always be displayed as if it were outside (rather than in the room its <xref href=\"TinyLife.Objects.Particle.Position\" data-throw-if-not-resolved=\"false\"></xref> is in).\nThis field is used for particles like chimney smoke, which always draw above the room on the outside.\n"
example : [ ]
syntax :
content : public bool ForceOutside
return :
type : System.Boolean
content.vb : Public ForceOutside As Boolean
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Particle.Animation
commentId : F:TinyLife.Objects.Particle.Animation
id : Animation
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
name : Animation
nameWithType : Particle.Animation
fullName : TinyLife.Objects.Particle.Animation
type : Field
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Animation
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Particle.cs
2022-12-20 13:25:03 +01:00
startLine : 102
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nThe <xref href=\"MLEM.Animations.SpriteAnimation\" data-throw-if-not-resolved=\"false\"></xref> that this particle displays over its lifespan\n"
example : [ ]
syntax :
content : protected readonly SpriteAnimation Animation
return :
type : MLEM.Animations.SpriteAnimation
content.vb : Protected ReadOnly Animation As SpriteAnimation
- uid : TinyLife.Objects.Particle.TimeLived
commentId : F:TinyLife.Objects.Particle.TimeLived
id : TimeLived
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
name : TimeLived
nameWithType : Particle.TimeLived
fullName : TinyLife.Objects.Particle.TimeLived
type : Field
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : TimeLived
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Particle.cs
2022-12-20 13:25:03 +01:00
startLine : 107
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nThe amount of real time that this particle has lived for.\nThis time span will always be lower than or equal to <xref href=\"TinyLife.Objects.Particle.TimeToLive\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example : [ ]
syntax :
content : protected TimeSpan TimeLived
return :
type : System.TimeSpan
content.vb : Protected TimeLived As TimeSpan
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.Particle.#ctor(MLEM.Textures.TextureRegion,System.TimeSpan,Microsoft.Xna.Framework.Vector2)
commentId : M:TinyLife.Objects.Particle.#ctor(MLEM.Textures.TextureRegion,System.TimeSpan,Microsoft.Xna.Framework.Vector2)
id : '#ctor(MLEM.Textures.TextureRegion,System.TimeSpan,Microsoft.Xna.Framework.Vector2)'
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
name : Particle(TextureRegion, TimeSpan, Vector2)
nameWithType : Particle.Particle(TextureRegion, TimeSpan, Vector2)
2022-09-05 14:19:42 +02:00
fullName : TinyLife.Objects.Particle.Particle(MLEM.Textures.TextureRegion, System.TimeSpan, Microsoft.Xna.Framework.Vector2)
2021-08-04 06:51:12 +02:00
type : Constructor
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : .ctor
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Particle.cs
2022-12-20 13:25:03 +01:00
startLine : 115
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nCreates a new particle with the given settings\n"
example : [ ]
syntax :
content : public Particle(TextureRegion region, TimeSpan timeToLive, Vector2 position)
parameters :
- id : region
type : MLEM.Textures.TextureRegion
description : The texture that this particle should display with
- id : timeToLive
type : System.TimeSpan
description : The amount of real time that this particle should stay alive for
- id : position
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
description : The position that this particle should have, in world space
content.vb : Public Sub New(region As TextureRegion, timeToLive As TimeSpan, position As Vector2)
overload : TinyLife.Objects.Particle.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb : Particle.New(TextureRegion, TimeSpan, Vector2)
fullName.vb : TinyLife.Objects.Particle.New(MLEM.Textures.TextureRegion, System.TimeSpan, Microsoft.Xna.Framework.Vector2)
name.vb : New(TextureRegion, TimeSpan, Vector2)
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.Particle.#ctor(MLEM.Animations.SpriteAnimation,System.TimeSpan,Microsoft.Xna.Framework.Vector2)
commentId : M:TinyLife.Objects.Particle.#ctor(MLEM.Animations.SpriteAnimation,System.TimeSpan,Microsoft.Xna.Framework.Vector2)
id : '#ctor(MLEM.Animations.SpriteAnimation,System.TimeSpan,Microsoft.Xna.Framework.Vector2)'
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
name : Particle(SpriteAnimation, TimeSpan, Vector2)
nameWithType : Particle.Particle(SpriteAnimation, TimeSpan, Vector2)
2022-09-05 14:19:42 +02:00
fullName : TinyLife.Objects.Particle.Particle(MLEM.Animations.SpriteAnimation, System.TimeSpan, Microsoft.Xna.Framework.Vector2)
2021-08-04 06:51:12 +02:00
type : Constructor
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : .ctor
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Particle.cs
2022-12-20 13:25:03 +01:00
startLine : 124
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nCreates a new particle with the given settings\n"
example : [ ]
syntax :
content : public Particle(SpriteAnimation animation, TimeSpan timeToLive, Vector2 position)
parameters :
- id : animation
type : MLEM.Animations.SpriteAnimation
description : The animation that this particle should display with
- id : timeToLive
type : System.TimeSpan
description : The amount of real time that this particle should stay alive for
- id : position
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Vector2
2021-08-04 06:51:12 +02:00
description : The position that this particle should have, in world space
content.vb : Public Sub New(animation As SpriteAnimation, timeToLive As TimeSpan, position As Vector2)
overload : TinyLife.Objects.Particle.#ctor*
2023-03-30 18:07:55 +02:00
nameWithType.vb : Particle.New(SpriteAnimation, TimeSpan, Vector2)
fullName.vb : TinyLife.Objects.Particle.New(MLEM.Animations.SpriteAnimation, System.TimeSpan, Microsoft.Xna.Framework.Vector2)
name.vb : New(SpriteAnimation, TimeSpan, Vector2)
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId : M:TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
id : Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
2023-03-30 18:07:55 +02:00
name : Update(GameTime, TimeSpan, float)
nameWithType : Particle.Update(GameTime, TimeSpan, float)
fullName : TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
2021-08-04 06:51:12 +02:00
type : Method
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
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/Objects/Particle.cs
2022-12-20 13:25:03 +01:00
startLine : 136
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nThe update method, which is called every update frame by the underlying <xref href=\"TinyLife.Objects.Particle.Map\" data-throw-if-not-resolved=\"false\"></xref>\n"
example : [ ]
syntax :
2021-11-26 23:42:22 +01:00
content : public virtual 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 game's time
- id : passedInGame
type : System.TimeSpan
description : The amount of time that has passed since the last call
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 Overridable Sub Update(time As GameTime, passedInGame As TimeSpan, speedMultiplier As Single)
2021-08-04 06:51:12 +02:00
overload : TinyLife.Objects.Particle.Update*
2023-03-30 18:07:55 +02:00
nameWithType.vb : Particle.Update(GameTime, TimeSpan, Single)
fullName.vb : TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb : Update(GameTime, TimeSpan, Single)
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.Particle.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
commentId : M:TinyLife.Objects.Particle.Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
id : Draw(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch)
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
name : Draw(GameTime, SpriteBatch)
nameWithType : Particle.Draw(GameTime, SpriteBatch)
2022-09-05 14:19:42 +02:00
fullName : TinyLife.Objects.Particle.Draw(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch)
2021-08-04 06:51:12 +02:00
type : Method
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Draw
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Particle.cs
2022-12-20 13:25:03 +01:00
startLine : 162
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nDraws this particle on the current <xref href=\"TinyLife.Objects.Particle.Map\" data-throw-if-not-resolved=\"false\"></xref>, at the current <xref href=\"TinyLife.Objects.Particle.Position\" data-throw-if-not-resolved=\"false\"></xref>.\n"
example : [ ]
syntax :
content : public virtual void Draw(GameTime time, SpriteBatch batch)
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 time
- id : batch
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Graphics.SpriteBatch
2021-08-04 06:51:12 +02:00
description : The sprite batch to use for drawing
content.vb : Public Overridable Sub Draw(time As GameTime, batch As SpriteBatch)
overload : TinyLife.Objects.Particle.Draw*
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.Particle.Spawn(Microsoft.Xna.Framework.Vector2,System.Func{Microsoft.Xna.Framework.Vector2,TinyLife.Objects.Particle})
commentId : M:TinyLife.Objects.Particle.Spawn(Microsoft.Xna.Framework.Vector2,System.Func{Microsoft.Xna.Framework.Vector2,TinyLife.Objects.Particle})
id : Spawn(Microsoft.Xna.Framework.Vector2,System.Func{Microsoft.Xna.Framework.Vector2,TinyLife.Objects.Particle})
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects.Particle
langs :
- csharp
- vb
2022-01-01 17:06:03 +01:00
name : Spawn(Vector2, Func<Vector2, Particle>)
nameWithType : Particle.Spawn(Vector2, Func<Vector2, Particle>)
2022-09-05 14:19:42 +02:00
fullName : TinyLife.Objects.Particle.Spawn(Microsoft.Xna.Framework.Vector2, System.Func<Microsoft.Xna.Framework.Vector2, TinyLife.Objects.Particle>)
2021-08-04 06:51:12 +02:00
type : Method
source :
remote :
path : TinyLife/Objects/Particle.cs
2023-03-30 18:07:55 +02:00
branch : main
2021-11-26 23:42:22 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
2021-08-04 06:51:12 +02:00
id : Spawn
2022-03-09 16:13:05 +01:00
path : ../TinyLife/Objects/Particle.cs
2022-12-20 13:25:03 +01:00
startLine : 178
2021-08-04 06:51:12 +02:00
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2022-01-01 17:06:03 +01:00
summary : "\nSpawns a new particle with the given settings.\nThe particle is only spawned if the resulting display position would currently be visible for the <xref href=\"TinyLife.GameImpl.Camera\" data-throw-if-not-resolved=\"false\"></xref>.\n"
2021-08-04 06:51:12 +02:00
example : [ ]
syntax :
2022-01-01 17:06:03 +01:00
content : public static void Spawn(Vector2 position, Func<Vector2, Particle> particleFunction)
2021-08-04 06:51:12 +02:00
parameters :
2022-01-01 17:06:03 +01:00
- id : position
2022-09-05 14:19:42 +02:00
type : Microsoft.Xna.Framework.Vector2
2022-01-01 17:06:03 +01:00
description : The position in world space that the particle should be spawned at.
- id : particleFunction
2022-09-05 14:19:42 +02:00
type : System.Func{Microsoft.Xna.Framework.Vector2,TinyLife.Objects.Particle}
2022-01-01 17:06:03 +01:00
description : A function that is invoked if the particle can be spawned.
content.vb : Public Shared Sub Spawn(position As Vector2, particleFunction As Func(Of Vector2, Particle))
2021-08-04 06:51:12 +02:00
overload : TinyLife.Objects.Particle.Spawn*
2022-01-01 17:06:03 +01:00
nameWithType.vb : Particle.Spawn(Vector2, Func(Of Vector2, Particle))
2022-09-05 14:19:42 +02:00
fullName.vb : TinyLife.Objects.Particle.Spawn(Microsoft.Xna.Framework.Vector2, System.Func(Of Microsoft.Xna.Framework.Vector2, TinyLife.Objects.Particle))
2022-01-01 17:06:03 +01:00
name.vb : Spawn(Vector2, Func(Of Vector2, Particle))
2021-08-04 06:51:12 +02:00
references :
- uid : MLEM.Animations.SpriteAnimation
commentId : T:MLEM.Animations.SpriteAnimation
parent : MLEM.Animations
isExternal : true
name : SpriteAnimation
nameWithType : SpriteAnimation
fullName : MLEM.Animations.SpriteAnimation
- uid : TinyLife.Objects.MapObject
commentId : T:TinyLife.Objects.MapObject
parent : TinyLife.Objects
name : MapObject
nameWithType : MapObject
fullName : TinyLife.Objects.MapObject
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.Particle.Spawn(Microsoft.Xna.Framework.Vector2,System.Func{Microsoft.Xna.Framework.Vector2,TinyLife.Objects.Particle})
commentId : M:TinyLife.Objects.Particle.Spawn(Microsoft.Xna.Framework.Vector2,System.Func{Microsoft.Xna.Framework.Vector2,TinyLife.Objects.Particle})
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
name : Spawn(Vector2, Func<Vector2, Particle>)
nameWithType : Particle.Spawn(Vector2, Func<Vector2, Particle>)
fullName : TinyLife.Objects.Particle.Spawn(Microsoft.Xna.Framework.Vector2, System.Func<Microsoft.Xna.Framework.Vector2, TinyLife.Objects.Particle>)
nameWithType.vb : Particle.Spawn(Vector2, Func(Of Vector2, Particle))
fullName.vb : TinyLife.Objects.Particle.Spawn(Microsoft.Xna.Framework.Vector2, System.Func(Of Microsoft.Xna.Framework.Vector2, TinyLife.Objects.Particle))
name.vb : Spawn(Vector2, Func(Of Vector2, Particle))
spec.csharp :
- uid : TinyLife.Objects.Particle.Spawn(Microsoft.Xna.Framework.Vector2,System.Func{Microsoft.Xna.Framework.Vector2,TinyLife.Objects.Particle})
name : Spawn
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : System.Func`2
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : <
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : TinyLife.Objects.Particle
name : Particle
- name : '>'
- name : )
spec.vb :
- uid : TinyLife.Objects.Particle.Spawn(Microsoft.Xna.Framework.Vector2,System.Func{Microsoft.Xna.Framework.Vector2,TinyLife.Objects.Particle})
name : Spawn
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : System.Func`2
name : Func
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : TinyLife.Objects.Particle
name : Particle
- name : )
- name : )
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Objects
name : Objects
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Objects
name : Objects
2021-08-04 06:51:12 +02:00
- uid : System.Object
commentId : T:System.Object
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
name : object
nameWithType : object
fullName : object
nameWithType.vb : Object
fullName.vb : Object
name.vb : Object
2021-08-04 06:51:12 +02:00
- uid : System.Object.Equals(System.Object)
commentId : M:System.Object.Equals(System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
name : Equals(object)
nameWithType : object.Equals(object)
fullName : object.Equals(object)
nameWithType.vb : Object.Equals(Object)
fullName.vb : Object.Equals(Object)
name.vb : Equals(Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.Equals(System.Object,System.Object)
commentId : M:System.Object.Equals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name : Equals(object, object)
nameWithType : object.Equals(object, object)
fullName : object.Equals(object, object)
nameWithType.vb : Object.Equals(Object, Object)
fullName.vb : Object.Equals(Object, Object)
name.vb : Equals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.GetHashCode
commentId : M:System.Object.GetHashCode
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
name : GetHashCode()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetHashCode()
fullName : object.GetHashCode()
nameWithType.vb : Object.GetHashCode()
fullName.vb : Object.GetHashCode()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gethashcode
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.GetType
commentId : M:System.Object.GetType
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
name : GetType()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetType()
fullName : object.GetType()
nameWithType.vb : Object.GetType()
fullName.vb : Object.GetType()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.MemberwiseClone
commentId : M:System.Object.MemberwiseClone
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
name : MemberwiseClone()
2023-03-30 18:07:55 +02:00
nameWithType : object.MemberwiseClone()
fullName : object.MemberwiseClone()
nameWithType.vb : Object.MemberwiseClone()
fullName.vb : Object.MemberwiseClone()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.MemberwiseClone
name : MemberwiseClone
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
commentId : M:System.Object.ReferenceEquals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name : ReferenceEquals(object, object)
nameWithType : object.ReferenceEquals(object, object)
fullName : object.ReferenceEquals(object, object)
nameWithType.vb : Object.ReferenceEquals(Object, Object)
fullName.vb : Object.ReferenceEquals(Object, Object)
name.vb : ReferenceEquals(Object, Object)
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2021-08-04 06:51:12 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2021-08-04 06:51:12 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2021-08-04 06:51:12 +02:00
- name : )
- uid : System.Object.ToString
commentId : M:System.Object.ToString
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
name : ToString()
2023-03-30 18:07:55 +02:00
nameWithType : object.ToString()
fullName : object.ToString()
nameWithType.vb : Object.ToString()
fullName.vb : Object.ToString()
2021-08-04 06:51:12 +02:00
spec.csharp :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.tostring
2021-08-04 06:51:12 +02:00
- name : (
- name : )
- uid : TinyLife.Objects.Particle.TinyLife.Utilities.Extensions.JsonCopy``1
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy<Particle>(Particle)
nameWithType : Extensions.JsonCopy<Particle>(Particle)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.Particle>(TinyLife.Objects.Particle)
nameWithType.vb : Extensions.JsonCopy(Of Particle)(Particle)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.Particle)(TinyLife.Objects.Particle)
name.vb : JsonCopy(Of Particle)(Particle)
2021-08-04 06:51:12 +02:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Particle)
name : JsonCopy
- name : <
- uid : TinyLife.Objects.Particle
name : Particle
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Objects.Particle
name : Particle
2021-08-04 06:51:12 +02:00
- name : )
spec.vb :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.Particle)
name : JsonCopy
2021-08-04 06:51:12 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- name : Of
- name : " "
- uid : TinyLife.Objects.Particle
name : Particle
- name : )
- name : (
- uid : TinyLife.Objects.Particle
name : Particle
2021-08-04 06:51:12 +02:00
- name : )
- uid : MLEM.Animations
commentId : N : MLEM.Animations
isExternal : true
name : MLEM.Animations
nameWithType : MLEM.Animations
fullName : MLEM.Animations
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Animations
name : Animations
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Animations
name : Animations
isExternal : true
2021-08-04 06:51:12 +02:00
- uid : System
commentId : N : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2021-08-04 06:51:12 +02:00
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)
2023-03-30 18:07:55 +02:00
name : JsonCopy
- name : <
- name : T
- name : '>'
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
- name : (
- name : Of
- name : " "
- name : T
- name : )
2021-08-04 06:51:12 +02:00
- name : (
- name : T
- name : )
- 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
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Utilities
name : Utilities
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Utilities
name : Utilities
2021-08-04 06:51:12 +02:00
- uid : TinyLife.GameImpl.Map
commentId : P:TinyLife.GameImpl.Map
2023-03-30 18:07:55 +02:00
name : Map
nameWithType : GameImpl.Map
fullName : TinyLife.GameImpl.Map
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Particle.Map*
commentId : Overload:TinyLife.Objects.Particle.Map
name : Map
nameWithType : Particle.Map
fullName : TinyLife.Objects.Particle.Map
- uid : TinyLife.World.Map
commentId : T:TinyLife.World.Map
parent : TinyLife.World
name : Map
nameWithType : Map
fullName : TinyLife.World.Map
- uid : TinyLife.World
commentId : N : TinyLife.World
name : TinyLife.World
nameWithType : TinyLife.World
fullName : TinyLife.World
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.World
name : World
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.World
name : World
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.Particle.Motion
commentId : F:TinyLife.Objects.Particle.Motion
2023-03-30 18:07:55 +02:00
name : Motion
nameWithType : Particle.Motion
fullName : TinyLife.Objects.Particle.Motion
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
commentId : M:TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
name : Update(GameTime, TimeSpan, float)
nameWithType : Particle.Update(GameTime, TimeSpan, float)
fullName : TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, float)
nameWithType.vb : Particle.Update(GameTime, TimeSpan, Single)
fullName.vb : TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime, System.TimeSpan, Single)
name.vb : Update(GameTime, TimeSpan, Single)
spec.csharp :
- uid : TinyLife.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name : Update
- 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.Objects.Particle.Update(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
name : Update
- 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 : )
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
commentId : T:Microsoft.Xna.Framework.Vector2
parent : Microsoft.Xna.Framework
2021-08-04 06:51:12 +02:00
isExternal : true
name : Vector2
nameWithType : Vector2
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.Vector2
- uid : Microsoft.Xna.Framework
commentId : N : Microsoft.Xna.Framework
isExternal : true
name : Microsoft.Xna.Framework
nameWithType : Microsoft.Xna.Framework
fullName : Microsoft.Xna.Framework
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
spec.vb :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
2021-08-04 06:51:12 +02:00
- uid : System.TimeSpan
commentId : T:System.TimeSpan
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.timespan
2021-08-04 06:51:12 +02:00
name : TimeSpan
nameWithType : TimeSpan
fullName : System.TimeSpan
- uid : TinyLife.Objects.Particle.Position
commentId : F:TinyLife.Objects.Particle.Position
2023-03-30 18:07:55 +02:00
name : Position
nameWithType : Particle.Position
fullName : TinyLife.Objects.Particle.Position
2022-09-05 14:19:42 +02:00
- uid : TinyLife.World.Map.GetDepth(Microsoft.Xna.Framework.Vector2,System.Single,System.Boolean,System.Boolean,System.Boolean)
commentId : M:TinyLife.World.Map.GetDepth(Microsoft.Xna.Framework.Vector2,System.Single,System.Boolean,System.Boolean,System.Boolean)
2022-05-24 13:36:05 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
name : GetDepth(Vector2, float, bool, bool, bool)
nameWithType : Map.GetDepth(Vector2, float, bool, bool, bool)
fullName : TinyLife.World.Map.GetDepth(Microsoft.Xna.Framework.Vector2, float, bool, bool, bool)
nameWithType.vb : Map.GetDepth(Vector2, Single, Boolean, Boolean, Boolean)
fullName.vb : TinyLife.World.Map.GetDepth(Microsoft.Xna.Framework.Vector2, Single, Boolean, Boolean, Boolean)
name.vb : GetDepth(Vector2, Single, Boolean, Boolean, Boolean)
spec.csharp :
- uid : TinyLife.World.Map.GetDepth(Microsoft.Xna.Framework.Vector2,System.Single,System.Boolean,System.Boolean,System.Boolean)
name : GetDepth
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : System.Single
name : float
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : System.Boolean
name : bool
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
spec.vb :
- uid : TinyLife.World.Map.GetDepth(Microsoft.Xna.Framework.Vector2,System.Single,System.Boolean,System.Boolean,System.Boolean)
name : GetDepth
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : ','
- name : " "
- uid : System.Single
name : Single
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.single
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : ','
- name : " "
- uid : System.Boolean
name : Boolean
isExternal : true
href : https://learn.microsoft.com/dotnet/api/system.boolean
- name : )
2022-05-24 13:36:05 +02:00
- uid : System.Single
commentId : T:System.Single
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.single
name : float
nameWithType : float
fullName : float
nameWithType.vb : Single
fullName.vb : Single
name.vb : Single
2021-08-04 06:51:12 +02:00
- uid : MLEM.Misc.Easings.Easing
commentId : T:MLEM.Misc.Easings.Easing
parent : MLEM.Misc
isExternal : true
name : Easings.Easing
nameWithType : Easings.Easing
fullName : MLEM.Misc.Easings.Easing
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : MLEM.Misc.Easings
name : Easings
isExternal : true
- name : .
- uid : MLEM.Misc.Easings.Easing
name : Easing
isExternal : true
spec.vb :
- uid : MLEM.Misc.Easings
name : Easings
isExternal : true
- name : .
- uid : MLEM.Misc.Easings.Easing
name : Easing
isExternal : true
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Particle.TimeToLive
commentId : F:TinyLife.Objects.Particle.TimeToLive
2023-03-30 18:07:55 +02:00
name : TimeToLive
nameWithType : Particle.TimeToLive
fullName : TinyLife.Objects.Particle.TimeToLive
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Particle.TimeLived
commentId : F:TinyLife.Objects.Particle.TimeLived
2023-03-30 18:07:55 +02:00
name : TimeLived
nameWithType : Particle.TimeLived
fullName : TinyLife.Objects.Particle.TimeLived
2021-08-04 06:51:12 +02:00
- uid : MLEM.Misc
commentId : N : MLEM.Misc
isExternal : true
name : MLEM.Misc
nameWithType : MLEM.Misc
fullName : MLEM.Misc
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Misc
name : Misc
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Misc
name : Misc
isExternal : true
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.Particle.CameraOffset
commentId : F:TinyLife.Objects.Particle.CameraOffset
2023-03-30 18:07:55 +02:00
name : CameraOffset
nameWithType : Particle.CameraOffset
fullName : TinyLife.Objects.Particle.CameraOffset
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Particle.Gravity
commentId : F:TinyLife.Objects.Particle.Gravity
2023-03-30 18:07:55 +02:00
name : Gravity
nameWithType : Particle.Gravity
fullName : TinyLife.Objects.Particle.Gravity
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Particle.Friction
commentId : F:TinyLife.Objects.Particle.Friction
2023-03-30 18:07:55 +02:00
name : Friction
nameWithType : Particle.Friction
fullName : TinyLife.Objects.Particle.Friction
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2)
commentId : M:TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2)
2021-08-04 06:51:12 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
name : ToVisualY(Vector2)
nameWithType : Extensions.ToVisualY(Vector2)
fullName : TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2)
name : ToVisualY
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.ToVisualY(Microsoft.Xna.Framework.Vector2)
name : ToVisualY
- name : (
- uid : Microsoft.Xna.Framework.Vector2
name : Vector2
isExternal : true
- name : )
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.Particle.ParentInfo
commentId : F:TinyLife.Objects.Particle.ParentInfo
2023-03-30 18:07:55 +02:00
name : ParentInfo
nameWithType : Particle.ParentInfo
fullName : TinyLife.Objects.Particle.ParentInfo
2022-05-24 13:36:05 +02:00
- uid : TinyLife.Objects.ParentInfo
commentId : T:TinyLife.Objects.ParentInfo
2021-08-04 06:51:12 +02:00
parent : TinyLife.Objects
2022-05-24 13:36:05 +02:00
name : ParentInfo
nameWithType : ParentInfo
fullName : TinyLife.Objects.ParentInfo
- uid : System.Boolean
commentId : T:System.Boolean
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
name : bool
nameWithType : bool
fullName : bool
nameWithType.vb : Boolean
fullName.vb : Boolean
name.vb : Boolean
2022-05-24 13:36:05 +02:00
- uid : Microsoft.Xna.Framework.Color.White
commentId : P:Microsoft.Xna.Framework.Color.White
isExternal : true
2023-03-30 18:07:55 +02:00
name : White
nameWithType : Color.White
fullName : Microsoft.Xna.Framework.Color.White
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Color
commentId : T:Microsoft.Xna.Framework.Color
parent : Microsoft.Xna.Framework
2022-05-24 13:36:05 +02:00
isExternal : true
name : Color
nameWithType : Color
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.Color
2022-07-04 16:50:43 +02:00
- uid : TinyLife.Objects.Particle.SpriteEffects
commentId : F:TinyLife.Objects.Particle.SpriteEffects
2023-03-30 18:07:55 +02:00
name : SpriteEffects
nameWithType : Particle.SpriteEffects
fullName : TinyLife.Objects.Particle.SpriteEffects
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Graphics.SpriteEffects
commentId : T:Microsoft.Xna.Framework.Graphics.SpriteEffects
parent : Microsoft.Xna.Framework.Graphics
2022-07-04 16:50:43 +02:00
isExternal : true
name : SpriteEffects
nameWithType : SpriteEffects
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.Graphics.SpriteEffects
- uid : Microsoft.Xna.Framework.Graphics
commentId : N : Microsoft.Xna.Framework.Graphics
isExternal : true
name : Microsoft.Xna.Framework.Graphics
nameWithType : Microsoft.Xna.Framework.Graphics
fullName : Microsoft.Xna.Framework.Graphics
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework.Graphics
name : Graphics
isExternal : true
spec.vb :
- uid : Microsoft
name : Microsoft
isExternal : true
- name : .
- uid : Microsoft.Xna
name : Xna
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework
name : Framework
isExternal : true
- name : .
- uid : Microsoft.Xna.Framework.Graphics
name : Graphics
isExternal : true
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Particle.#ctor*
commentId : Overload:TinyLife.Objects.Particle.#ctor
name : Particle
nameWithType : Particle.Particle
fullName : TinyLife.Objects.Particle.Particle
2023-03-30 18:07:55 +02:00
nameWithType.vb : Particle.New
fullName.vb : TinyLife.Objects.Particle.New
name.vb : New
2021-08-04 06:51:12 +02:00
- uid : MLEM.Textures.TextureRegion
commentId : T:MLEM.Textures.TextureRegion
parent : MLEM.Textures
isExternal : true
name : TextureRegion
nameWithType : TextureRegion
fullName : MLEM.Textures.TextureRegion
- uid : MLEM.Textures
commentId : N : MLEM.Textures
isExternal : true
name : MLEM.Textures
nameWithType : MLEM.Textures
fullName : MLEM.Textures
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Textures
name : Textures
isExternal : true
spec.vb :
- uid : MLEM
name : MLEM
isExternal : true
- name : .
- uid : MLEM.Textures
name : Textures
isExternal : true
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Particle.Map
commentId : P:TinyLife.Objects.Particle.Map
2023-03-30 18:07:55 +02:00
name : Map
nameWithType : Particle.Map
fullName : TinyLife.Objects.Particle.Map
2021-11-26 23:42:22 +01:00
- uid : TinyLife.GameImpl.Speed
commentId : P:TinyLife.GameImpl.Speed
2023-03-30 18:07:55 +02:00
name : Speed
nameWithType : GameImpl.Speed
fullName : TinyLife.GameImpl.Speed
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Particle.Update*
commentId : Overload:TinyLife.Objects.Particle.Update
name : Update
nameWithType : Particle.Update
fullName : TinyLife.Objects.Particle.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 : TinyLife.Objects.Particle.Draw*
commentId : Overload:TinyLife.Objects.Particle.Draw
name : Draw
nameWithType : Particle.Draw
fullName : TinyLife.Objects.Particle.Draw
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Graphics.SpriteBatch
commentId : T:Microsoft.Xna.Framework.Graphics.SpriteBatch
parent : Microsoft.Xna.Framework.Graphics
2021-08-04 06:51:12 +02:00
isExternal : true
name : SpriteBatch
nameWithType : SpriteBatch
2022-09-05 14:19:42 +02:00
fullName : Microsoft.Xna.Framework.Graphics.SpriteBatch
2022-01-01 17:06:03 +01:00
- uid : TinyLife.GameImpl.Camera
commentId : P:TinyLife.GameImpl.Camera
2023-03-30 18:07:55 +02:00
name : Camera
nameWithType : GameImpl.Camera
fullName : TinyLife.GameImpl.Camera
2021-08-04 06:51:12 +02:00
- uid : TinyLife.Objects.Particle.Spawn*
commentId : Overload:TinyLife.Objects.Particle.Spawn
name : Spawn
nameWithType : Particle.Spawn
fullName : TinyLife.Objects.Particle.Spawn
2022-09-05 14:19:42 +02:00
- uid : System.Func{Microsoft.Xna.Framework.Vector2,TinyLife.Objects.Particle}
commentId : T:System.Func{Microsoft.Xna.Framework.Vector2,TinyLife.Objects.Particle}
2022-01-01 17:06:03 +01:00
parent : System
definition : System.Func`2
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-01-01 17:06:03 +01:00
name : Func<Vector2, Particle>
nameWithType : Func<Vector2, Particle>
2022-09-05 14:19:42 +02:00
fullName : System.Func<Microsoft.Xna.Framework.Vector2, TinyLife.Objects.Particle>
2022-01-01 17:06:03 +01:00
nameWithType.vb : Func(Of Vector2, Particle)
2022-09-05 14:19:42 +02:00
fullName.vb : System.Func(Of Microsoft.Xna.Framework.Vector2, TinyLife.Objects.Particle)
2022-01-01 17:06:03 +01:00
name.vb : Func(Of Vector2, Particle)
spec.csharp :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-01-01 17:06:03 +01:00
- name : <
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2022-01-01 17:06:03 +01:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-01-01 17:06:03 +01:00
- uid : TinyLife.Objects.Particle
name : Particle
- name : '>'
spec.vb :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2022-01-01 17:06:03 +01:00
name : Vector2
isExternal : true
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-01-01 17:06:03 +01:00
- uid : TinyLife.Objects.Particle
name : Particle
- name : )
- uid : System.Func`2
commentId : T:System.Func`2
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-01-01 17:06:03 +01:00
name : Func<T, TResult>
nameWithType : Func<T, TResult>
fullName : System.Func<T, TResult>
nameWithType.vb : Func(Of T, TResult)
fullName.vb : System.Func(Of T, TResult)
name.vb : Func(Of T, TResult)
spec.csharp :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-01-01 17:06:03 +01:00
- name : <
- name : T
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-01-01 17:06:03 +01:00
- name : TResult
- name : '>'
spec.vb :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2022-01-01 17:06:03 +01:00
- name : T
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-01-01 17:06:03 +01:00
- name : TResult
- name : )