mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-05 04:29:08 +01:00
1690 lines
60 KiB
YAML
1690 lines
60 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Objects.ObjectSpot
|
|
commentId: T:TinyLife.Objects.ObjectSpot
|
|
id: ObjectSpot
|
|
parent: TinyLife.Objects
|
|
children:
|
|
- TinyLife.Objects.ObjectSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Predicate{TinyLife.Objects.FurnitureType},System.Single,MLEM.Misc.Direction2[])
|
|
- TinyLife.Objects.ObjectSpot.#ctor(Microsoft.Xna.Framework.Vector2,System.Predicate{TinyLife.Objects.FurnitureType},System.Single,MLEM.Misc.Direction2[])
|
|
- TinyLife.Objects.ObjectSpot.BarSpots(System.Single,System.Single)
|
|
- TinyLife.Objects.ObjectSpot.CounterSpots(System.Boolean,System.Single,System.Single)
|
|
- TinyLife.Objects.ObjectSpot.DeskSpots(System.Single,System.Boolean,System.Single)
|
|
- TinyLife.Objects.ObjectSpot.DoubleShelfSpots(System.Single,System.Single)
|
|
- TinyLife.Objects.ObjectSpot.GetContents``1(TinyLife.Objects.Furniture,System.Boolean)
|
|
- TinyLife.Objects.ObjectSpot.IsContentAllowed(TinyLife.Objects.Furniture,TinyLife.Objects.FurnitureType)
|
|
- TinyLife.Objects.ObjectSpot.IsFurnitureAllowed
|
|
- TinyLife.Objects.ObjectSpot.PicnicTableSpots(Microsoft.Xna.Framework.Point,System.Single)
|
|
- TinyLife.Objects.ObjectSpot.SingleShelfSpots(System.Single,System.Single)
|
|
- TinyLife.Objects.ObjectSpot.TableSpots(Microsoft.Xna.Framework.Point,System.Single,System.Single)
|
|
- TinyLife.Objects.ObjectSpot.TreeSpots(System.Single,System.Single)
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ObjectSpot
|
|
nameWithType: ObjectSpot
|
|
fullName: TinyLife.Objects.ObjectSpot
|
|
type: Class
|
|
source:
|
|
remote:
|
|
path: TinyLife/Objects/ObjectSpot.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: ObjectSpot
|
|
path: ../TinyLife/Objects/ObjectSpot.cs
|
|
startLine: 12
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: "\nAn object spot is a <xref href=\"TinyLife.Objects.AbstractSpot\" data-throw-if-not-resolved=\"false\"></xref> extension that is used by <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> to declare a location that another <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> object can be slotted into.\nThis behavior is used for things like plates on counters, flower pots on bedside tables etc.\n"
|
|
example: []
|
|
syntax:
|
|
content: 'public class ObjectSpot : AbstractSpot'
|
|
content.vb: >-
|
|
Public Class ObjectSpot
|
|
Inherits AbstractSpot
|
|
inheritance:
|
|
- System.Object
|
|
- TinyLife.Objects.AbstractSpot
|
|
inheritedMembers:
|
|
- TinyLife.Objects.AbstractSpot.YOffset
|
|
- TinyLife.Objects.AbstractSpot.Group
|
|
- TinyLife.Objects.AbstractSpot.VisualDirection
|
|
- TinyLife.Objects.AbstractSpot.DrawLayer
|
|
- TinyLife.Objects.AbstractSpot.IsOnGround
|
|
- TinyLife.Objects.AbstractSpot.ValidDirections
|
|
- TinyLife.Objects.AbstractSpot.Offset
|
|
- TinyLife.Objects.AbstractSpot.VisualOffset
|
|
- TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Misc.Direction2)
|
|
- TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Misc.Direction2)
|
|
- TinyLife.Objects.AbstractSpot.GetLocation(TinyLife.Objects.Furniture,System.Boolean)
|
|
- TinyLife.Objects.AbstractSpot.DoGroupsOverlap(TinyLife.Objects.AbstractSpot)
|
|
- TinyLife.Objects.AbstractSpot.SortDrawLayers``1({T}[])
|
|
- 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.ObjectSpot.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
modifiers.csharp:
|
|
- public
|
|
- class
|
|
modifiers.vb:
|
|
- Public
|
|
- Class
|
|
- uid: TinyLife.Objects.ObjectSpot.IsFurnitureAllowed
|
|
commentId: F:TinyLife.Objects.ObjectSpot.IsFurnitureAllowed
|
|
id: IsFurnitureAllowed
|
|
parent: TinyLife.Objects.ObjectSpot
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: IsFurnitureAllowed
|
|
nameWithType: ObjectSpot.IsFurnitureAllowed
|
|
fullName: TinyLife.Objects.ObjectSpot.IsFurnitureAllowed
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/Objects/ObjectSpot.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: IsFurnitureAllowed
|
|
path: ../TinyLife/Objects/ObjectSpot.cs
|
|
startLine: 17
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: "\nA predicate that determines if the given <xref href=\"TinyLife.Objects.FurnitureType\" data-throw-if-not-resolved=\"false\"></xref> is allowed to be put into this object spot.\n"
|
|
example: []
|
|
syntax:
|
|
content: protected readonly Predicate<FurnitureType> IsFurnitureAllowed
|
|
return:
|
|
type: System.Predicate{TinyLife.Objects.FurnitureType}
|
|
content.vb: Protected ReadOnly IsFurnitureAllowed As Predicate(Of FurnitureType)
|
|
modifiers.csharp:
|
|
- protected
|
|
- readonly
|
|
modifiers.vb:
|
|
- Protected
|
|
- ReadOnly
|
|
- uid: TinyLife.Objects.ObjectSpot.#ctor(Microsoft.Xna.Framework.Vector2,System.Predicate{TinyLife.Objects.FurnitureType},System.Single,MLEM.Misc.Direction2[])
|
|
commentId: M:TinyLife.Objects.ObjectSpot.#ctor(Microsoft.Xna.Framework.Vector2,System.Predicate{TinyLife.Objects.FurnitureType},System.Single,MLEM.Misc.Direction2[])
|
|
id: '#ctor(Microsoft.Xna.Framework.Vector2,System.Predicate{TinyLife.Objects.FurnitureType},System.Single,MLEM.Misc.Direction2[])'
|
|
parent: TinyLife.Objects.ObjectSpot
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ObjectSpot(Vector2, Predicate<FurnitureType>, Single, Direction2[])
|
|
nameWithType: ObjectSpot.ObjectSpot(Vector2, Predicate<FurnitureType>, Single, Direction2[])
|
|
fullName: TinyLife.Objects.ObjectSpot.ObjectSpot(Microsoft.Xna.Framework.Vector2, System.Predicate<TinyLife.Objects.FurnitureType>, System.Single, MLEM.Misc.Direction2[])
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: TinyLife/Objects/ObjectSpot.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: .ctor
|
|
path: ../TinyLife/Objects/ObjectSpot.cs
|
|
startLine: 26
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: "\nCreates a new object spot with the given settings\n"
|
|
example: []
|
|
syntax:
|
|
content: public ObjectSpot(Vector2 offset, Predicate<FurnitureType> isFurnitureAllowed, float yOffset = 0F, params Direction2[] validDirections)
|
|
parameters:
|
|
- id: offset
|
|
type: Microsoft.Xna.Framework.Vector2
|
|
description: The offset on both the x and y axis that this spot has
|
|
- id: isFurnitureAllowed
|
|
type: System.Predicate{TinyLife.Objects.FurnitureType}
|
|
description: A predicate that determines if the given <xref href="TinyLife.Objects.FurnitureType" data-throw-if-not-resolved="false"></xref> is allowed to be put into this spot
|
|
- id: yOffset
|
|
type: System.Single
|
|
description: The offset on the visual y axis
|
|
- id: validDirections
|
|
type: MLEM.Misc.Direction2[]
|
|
description: The directions that this spot can be accessed from
|
|
content.vb: Public Sub New(offset As Vector2, isFurnitureAllowed As Predicate(Of FurnitureType), yOffset As Single = 0F, ParamArray validDirections As Direction2())
|
|
overload: TinyLife.Objects.ObjectSpot.#ctor*
|
|
nameWithType.vb: ObjectSpot.ObjectSpot(Vector2, Predicate(Of FurnitureType), Single, Direction2())
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
fullName.vb: TinyLife.Objects.ObjectSpot.ObjectSpot(Microsoft.Xna.Framework.Vector2, System.Predicate(Of TinyLife.Objects.FurnitureType), System.Single, MLEM.Misc.Direction2())
|
|
name.vb: ObjectSpot(Vector2, Predicate(Of FurnitureType), Single, Direction2())
|
|
- uid: TinyLife.Objects.ObjectSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Predicate{TinyLife.Objects.FurnitureType},System.Single,MLEM.Misc.Direction2[])
|
|
commentId: M:TinyLife.Objects.ObjectSpot.#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Predicate{TinyLife.Objects.FurnitureType},System.Single,MLEM.Misc.Direction2[])
|
|
id: '#ctor(Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Predicate{TinyLife.Objects.FurnitureType},System.Single,MLEM.Misc.Direction2[])'
|
|
parent: TinyLife.Objects.ObjectSpot
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: ObjectSpot(Vector2, Vector2, Predicate<FurnitureType>, Single, Direction2[])
|
|
nameWithType: ObjectSpot.ObjectSpot(Vector2, Vector2, Predicate<FurnitureType>, Single, Direction2[])
|
|
fullName: TinyLife.Objects.ObjectSpot.ObjectSpot(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, System.Predicate<TinyLife.Objects.FurnitureType>, System.Single, MLEM.Misc.Direction2[])
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: TinyLife/Objects/ObjectSpot.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: .ctor
|
|
path: ../TinyLife/Objects/ObjectSpot.cs
|
|
startLine: 37
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: "\nCreates a new object spot with the given settings\n"
|
|
example: []
|
|
syntax:
|
|
content: public ObjectSpot(Vector2 offset, Vector2 visualOffset, Predicate<FurnitureType> isFurnitureAllowed, float yOffset = 0F, params Direction2[] validDirections)
|
|
parameters:
|
|
- id: offset
|
|
type: Microsoft.Xna.Framework.Vector2
|
|
description: The offset on both the x and y axis that this spot has
|
|
- id: visualOffset
|
|
type: Microsoft.Xna.Framework.Vector2
|
|
description: The visual offset on both the x and y axis that this spot has
|
|
- id: isFurnitureAllowed
|
|
type: System.Predicate{TinyLife.Objects.FurnitureType}
|
|
description: A predicate that determines if the given <xref href="TinyLife.Objects.FurnitureType" data-throw-if-not-resolved="false"></xref> is allowed to be put into this spot
|
|
- id: yOffset
|
|
type: System.Single
|
|
description: The offset on the visual y axis
|
|
- id: validDirections
|
|
type: MLEM.Misc.Direction2[]
|
|
description: The directions that this spot can be accessed from
|
|
content.vb: Public Sub New(offset As Vector2, visualOffset As Vector2, isFurnitureAllowed As Predicate(Of FurnitureType), yOffset As Single = 0F, ParamArray validDirections As Direction2())
|
|
overload: TinyLife.Objects.ObjectSpot.#ctor*
|
|
nameWithType.vb: ObjectSpot.ObjectSpot(Vector2, Vector2, Predicate(Of FurnitureType), Single, Direction2())
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
fullName.vb: TinyLife.Objects.ObjectSpot.ObjectSpot(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, System.Predicate(Of TinyLife.Objects.FurnitureType), System.Single, MLEM.Misc.Direction2())
|
|
name.vb: ObjectSpot(Vector2, Vector2, Predicate(Of FurnitureType), Single, Direction2())
|
|
- uid: TinyLife.Objects.ObjectSpot.GetContents``1(TinyLife.Objects.Furniture,System.Boolean)
|
|
commentId: M:TinyLife.Objects.ObjectSpot.GetContents``1(TinyLife.Objects.Furniture,System.Boolean)
|
|
id: GetContents``1(TinyLife.Objects.Furniture,System.Boolean)
|
|
parent: TinyLife.Objects.ObjectSpot
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: GetContents<T>(Furniture, Boolean)
|
|
nameWithType: ObjectSpot.GetContents<T>(Furniture, Boolean)
|
|
fullName: TinyLife.Objects.ObjectSpot.GetContents<T>(TinyLife.Objects.Furniture, System.Boolean)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Objects/ObjectSpot.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: GetContents
|
|
path: ../TinyLife/Objects/ObjectSpot.cs
|
|
startLine: 49
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: "\nReturns the <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> objects that are currently slotted into this spot\n"
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
public IEnumerable<T> GetContents<T>(Furniture furniture, bool includeGroup = false)
|
|
where T : Furniture
|
|
parameters:
|
|
- id: furniture
|
|
type: TinyLife.Objects.Furniture
|
|
description: The furniture that this spot belongs to
|
|
- id: includeGroup
|
|
type: System.Boolean
|
|
description: Whether to include other object spots that have at least one of the same <xref href="TinyLife.Objects.AbstractSpot.Group" data-throw-if-not-resolved="false"></xref>
|
|
typeParameters:
|
|
- id: T
|
|
description: The type the child furnitures are expected to be
|
|
return:
|
|
type: System.Collections.Generic.IEnumerable{{T}}
|
|
description: A set of children of this spot, or an empty set if there are none
|
|
content.vb: Public Function GetContents(Of T As Furniture)(furniture As Furniture, includeGroup As Boolean = False) As IEnumerable(Of T)
|
|
overload: TinyLife.Objects.ObjectSpot.GetContents*
|
|
nameWithType.vb: ObjectSpot.GetContents(Of T)(Furniture, Boolean)
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
fullName.vb: TinyLife.Objects.ObjectSpot.GetContents(Of T)(TinyLife.Objects.Furniture, System.Boolean)
|
|
name.vb: GetContents(Of T)(Furniture, Boolean)
|
|
- uid: TinyLife.Objects.ObjectSpot.IsContentAllowed(TinyLife.Objects.Furniture,TinyLife.Objects.FurnitureType)
|
|
commentId: M:TinyLife.Objects.ObjectSpot.IsContentAllowed(TinyLife.Objects.Furniture,TinyLife.Objects.FurnitureType)
|
|
id: IsContentAllowed(TinyLife.Objects.Furniture,TinyLife.Objects.FurnitureType)
|
|
parent: TinyLife.Objects.ObjectSpot
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: IsContentAllowed(Furniture, FurnitureType)
|
|
nameWithType: ObjectSpot.IsContentAllowed(Furniture, FurnitureType)
|
|
fullName: TinyLife.Objects.ObjectSpot.IsContentAllowed(TinyLife.Objects.Furniture, TinyLife.Objects.FurnitureType)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Objects/ObjectSpot.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: IsContentAllowed
|
|
path: ../TinyLife/Objects/ObjectSpot.cs
|
|
startLine: 61
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: "\nReturns whether the given <xref href=\"TinyLife.Objects.FurnitureType\" data-throw-if-not-resolved=\"false\"></xref> is allowed on this object spot hosted by the given <xref href=\"TinyLife.Objects.Furniture\" data-throw-if-not-resolved=\"false\"></xref> instance.\n"
|
|
example: []
|
|
syntax:
|
|
content: public bool IsContentAllowed(Furniture furniture, FurnitureType content)
|
|
parameters:
|
|
- id: furniture
|
|
type: TinyLife.Objects.Furniture
|
|
description: The furniture that has this object spot.
|
|
- id: content
|
|
type: TinyLife.Objects.FurnitureType
|
|
description: The content to query.
|
|
return:
|
|
type: System.Boolean
|
|
description: Whether the <code data-dev-comment-type="paramref" class="paramref">content</code> is allowed on the <code data-dev-comment-type="paramref" class="paramref">furniture</code>.
|
|
content.vb: Public Function IsContentAllowed(furniture As Furniture, content As FurnitureType) As Boolean
|
|
overload: TinyLife.Objects.ObjectSpot.IsContentAllowed*
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
- uid: TinyLife.Objects.ObjectSpot.TableSpots(Microsoft.Xna.Framework.Point,System.Single,System.Single)
|
|
commentId: M:TinyLife.Objects.ObjectSpot.TableSpots(Microsoft.Xna.Framework.Point,System.Single,System.Single)
|
|
id: TableSpots(Microsoft.Xna.Framework.Point,System.Single,System.Single)
|
|
parent: TinyLife.Objects.ObjectSpot
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: TableSpots(Point, Single, Single)
|
|
nameWithType: ObjectSpot.TableSpots(Point, Single, Single)
|
|
fullName: TinyLife.Objects.ObjectSpot.TableSpots(Microsoft.Xna.Framework.Point, System.Single, System.Single)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Objects/ObjectSpot.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: TableSpots
|
|
path: ../TinyLife/Objects/ObjectSpot.cs
|
|
startLine: 73
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: "\nA helper method to create a set of <xref href=\"TinyLife.Objects.ObjectSpot\" data-throw-if-not-resolved=\"false\"></xref> instances for a table of the given size.\nThe resulting set of object spots will have spots for <xref href=\"TinyLife.Objects.ObjectCategory.Chair\" data-throw-if-not-resolved=\"false\"></xref> objects on each side as well as <xref href=\"TinyLife.Objects.ObjectCategory.SmallObject\" data-throw-if-not-resolved=\"false\"></xref> objects on each tile position.\n"
|
|
example: []
|
|
syntax:
|
|
content: public static ObjectSpot[] TableSpots(Point size, float tabletopHeight = -0.625F, float drawLayer = 1F)
|
|
parameters:
|
|
- id: size
|
|
type: Microsoft.Xna.Framework.Point
|
|
description: The size that the table has in tiles
|
|
- id: tabletopHeight
|
|
type: System.Single
|
|
description: The height of the tabletops. Defaults to -10 / 16.
|
|
- id: drawLayer
|
|
type: System.Single
|
|
description: The <xref href="TinyLife.Objects.AbstractSpot.DrawLayer" data-throw-if-not-resolved="false"></xref> to use.
|
|
return:
|
|
type: TinyLife.Objects.ObjectSpot[]
|
|
description: A set of object spots for the table
|
|
content.vb: Public Shared Function TableSpots(size As Point, tabletopHeight As Single = -0.625F, drawLayer As Single = 1F) As ObjectSpot()
|
|
overload: TinyLife.Objects.ObjectSpot.TableSpots*
|
|
modifiers.csharp:
|
|
- public
|
|
- static
|
|
modifiers.vb:
|
|
- Public
|
|
- Shared
|
|
- uid: TinyLife.Objects.ObjectSpot.PicnicTableSpots(Microsoft.Xna.Framework.Point,System.Single)
|
|
commentId: M:TinyLife.Objects.ObjectSpot.PicnicTableSpots(Microsoft.Xna.Framework.Point,System.Single)
|
|
id: PicnicTableSpots(Microsoft.Xna.Framework.Point,System.Single)
|
|
parent: TinyLife.Objects.ObjectSpot
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: PicnicTableSpots(Point, Single)
|
|
nameWithType: ObjectSpot.PicnicTableSpots(Point, Single)
|
|
fullName: TinyLife.Objects.ObjectSpot.PicnicTableSpots(Microsoft.Xna.Framework.Point, System.Single)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Objects/ObjectSpot.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: PicnicTableSpots
|
|
path: ../TinyLife/Objects/ObjectSpot.cs
|
|
startLine: 106
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: "\nA helper method that returns an array of <xref href=\"TinyLife.Objects.ObjectSpot\" data-throw-if-not-resolved=\"false\"></xref> instances at locations relevant for picnic-style tables that have attached benches.\nThis is used by objects like <xref href=\"TinyLife.Objects.FurnitureType.SimplePicnicTable\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
|
example: []
|
|
syntax:
|
|
content: public static ObjectSpot[] PicnicTableSpots(Point size, float drawLayer = 1F)
|
|
parameters:
|
|
- id: size
|
|
type: Microsoft.Xna.Framework.Point
|
|
description: The size of the picnic table furniture
|
|
- id: drawLayer
|
|
type: System.Single
|
|
description: The <xref href="TinyLife.Objects.AbstractSpot.DrawLayer" data-throw-if-not-resolved="false"></xref> to use.
|
|
return:
|
|
type: TinyLife.Objects.ObjectSpot[]
|
|
description: An array of object spots for picnic tables
|
|
content.vb: Public Shared Function PicnicTableSpots(size As Point, drawLayer As Single = 1F) As ObjectSpot()
|
|
overload: TinyLife.Objects.ObjectSpot.PicnicTableSpots*
|
|
modifiers.csharp:
|
|
- public
|
|
- static
|
|
modifiers.vb:
|
|
- Public
|
|
- Shared
|
|
- uid: TinyLife.Objects.ObjectSpot.CounterSpots(System.Boolean,System.Single,System.Single)
|
|
commentId: M:TinyLife.Objects.ObjectSpot.CounterSpots(System.Boolean,System.Single,System.Single)
|
|
id: CounterSpots(System.Boolean,System.Single,System.Single)
|
|
parent: TinyLife.Objects.ObjectSpot
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: CounterSpots(Boolean, Single, Single)
|
|
nameWithType: ObjectSpot.CounterSpots(Boolean, Single, Single)
|
|
fullName: TinyLife.Objects.ObjectSpot.CounterSpots(System.Boolean, System.Single, System.Single)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Objects/ObjectSpot.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: CounterSpots
|
|
path: ../TinyLife/Objects/ObjectSpot.cs
|
|
startLine: 123
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: "\nA helper method to create a set of <xref href=\"TinyLife.Objects.ObjectSpot\" data-throw-if-not-resolved=\"false\"></xref> instnaces for counters and stoves.\nThe resulting set contains a single object spot for <xref href=\"TinyLife.Objects.ObjectCategory.SmallObject\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.ObjectCategory.CounterObject\" data-throw-if-not-resolved=\"false\"></xref> object, or <xref href=\"TinyLife.Objects.FurnitureType.PreparedFood\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.FurnitureType.Pot\" data-throw-if-not-resolved=\"false\"></xref> if <code data-dev-comment-type=\"paramref\" class=\"paramref\">stove</code> is true.\n"
|
|
example: []
|
|
syntax:
|
|
content: public static ObjectSpot[] CounterSpots(bool stove = false, float yOffset = -0.8125F, float drawLayer = 2F)
|
|
parameters:
|
|
- id: stove
|
|
type: System.Boolean
|
|
description: Whether the object is a stove (or a counter)
|
|
- id: yOffset
|
|
type: System.Single
|
|
description: The y offset that the countertops should be ad. Defaults to -13 / 16.
|
|
- id: drawLayer
|
|
type: System.Single
|
|
description: The <xref href="TinyLife.Objects.AbstractSpot.DrawLayer" data-throw-if-not-resolved="false"></xref> to use.
|
|
return:
|
|
type: TinyLife.Objects.ObjectSpot[]
|
|
description: A set of object spots for the stove or counter
|
|
content.vb: Public Shared Function CounterSpots(stove As Boolean = False, yOffset As Single = -0.8125F, drawLayer As Single = 2F) As ObjectSpot()
|
|
overload: TinyLife.Objects.ObjectSpot.CounterSpots*
|
|
modifiers.csharp:
|
|
- public
|
|
- static
|
|
modifiers.vb:
|
|
- Public
|
|
- Shared
|
|
- uid: TinyLife.Objects.ObjectSpot.BarSpots(System.Single,System.Single)
|
|
commentId: M:TinyLife.Objects.ObjectSpot.BarSpots(System.Single,System.Single)
|
|
id: BarSpots(System.Single,System.Single)
|
|
parent: TinyLife.Objects.ObjectSpot
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: BarSpots(Single, Single)
|
|
nameWithType: ObjectSpot.BarSpots(Single, Single)
|
|
fullName: TinyLife.Objects.ObjectSpot.BarSpots(System.Single, System.Single)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Objects/ObjectSpot.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: BarSpots
|
|
path: ../TinyLife/Objects/ObjectSpot.cs
|
|
startLine: 139
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: "\nA helper method to create a set of <xref href=\"TinyLife.Objects.ObjectSpot\" data-throw-if-not-resolved=\"false\"></xref> instances for bars\n"
|
|
example: []
|
|
syntax:
|
|
content: public static ObjectSpot[] BarSpots(float yOffset = -0.8125F, float drawLayer = 1F)
|
|
parameters:
|
|
- id: yOffset
|
|
type: System.Single
|
|
- id: drawLayer
|
|
type: System.Single
|
|
return:
|
|
type: TinyLife.Objects.ObjectSpot[]
|
|
description: A set of object spots for bars
|
|
content.vb: Public Shared Function BarSpots(yOffset As Single = -0.8125F, drawLayer As Single = 1F) As ObjectSpot()
|
|
overload: TinyLife.Objects.ObjectSpot.BarSpots*
|
|
modifiers.csharp:
|
|
- public
|
|
- static
|
|
modifiers.vb:
|
|
- Public
|
|
- Shared
|
|
- uid: TinyLife.Objects.ObjectSpot.SingleShelfSpots(System.Single,System.Single)
|
|
commentId: M:TinyLife.Objects.ObjectSpot.SingleShelfSpots(System.Single,System.Single)
|
|
id: SingleShelfSpots(System.Single,System.Single)
|
|
parent: TinyLife.Objects.ObjectSpot
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: SingleShelfSpots(Single, Single)
|
|
nameWithType: ObjectSpot.SingleShelfSpots(Single, Single)
|
|
fullName: TinyLife.Objects.ObjectSpot.SingleShelfSpots(System.Single, System.Single)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Objects/ObjectSpot.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: SingleShelfSpots
|
|
path: ../TinyLife/Objects/ObjectSpot.cs
|
|
startLine: 149
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: "\nA helper method to create a set of <xref href=\"TinyLife.Objects.ObjectSpot\" data-throw-if-not-resolved=\"false\"></xref> instances for a shelf that can hold one item.\n"
|
|
example: []
|
|
syntax:
|
|
content: public static ObjectSpot[] SingleShelfSpots(float height = -0.8125F, float drawLayer = 1F)
|
|
parameters:
|
|
- id: height
|
|
type: System.Single
|
|
description: The height of the object's spots. Defaults to -13/16.
|
|
- id: drawLayer
|
|
type: System.Single
|
|
description: The <xref href="TinyLife.Objects.AbstractSpot.DrawLayer" data-throw-if-not-resolved="false"></xref> to use.
|
|
return:
|
|
type: TinyLife.Objects.ObjectSpot[]
|
|
description: A set of object spots for single shelves.
|
|
content.vb: Public Shared Function SingleShelfSpots(height As Single = -0.8125F, drawLayer As Single = 1F) As ObjectSpot()
|
|
overload: TinyLife.Objects.ObjectSpot.SingleShelfSpots*
|
|
modifiers.csharp:
|
|
- public
|
|
- static
|
|
modifiers.vb:
|
|
- Public
|
|
- Shared
|
|
- uid: TinyLife.Objects.ObjectSpot.DoubleShelfSpots(System.Single,System.Single)
|
|
commentId: M:TinyLife.Objects.ObjectSpot.DoubleShelfSpots(System.Single,System.Single)
|
|
id: DoubleShelfSpots(System.Single,System.Single)
|
|
parent: TinyLife.Objects.ObjectSpot
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DoubleShelfSpots(Single, Single)
|
|
nameWithType: ObjectSpot.DoubleShelfSpots(Single, Single)
|
|
fullName: TinyLife.Objects.ObjectSpot.DoubleShelfSpots(System.Single, System.Single)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Objects/ObjectSpot.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: DoubleShelfSpots
|
|
path: ../TinyLife/Objects/ObjectSpot.cs
|
|
startLine: 162
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: "\nA helper method to create a set of <xref href=\"TinyLife.Objects.ObjectSpot\" data-throw-if-not-resolved=\"false\"></xref> instances for things that can store two objects side by side (or one big object in the center).\nThis method is used by furniture like the <xref href=\"TinyLife.Objects.FurnitureType.SimpleDrawer\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
|
example: []
|
|
syntax:
|
|
content: public static ObjectSpot[] DoubleShelfSpots(float height = 1F, float drawLayer = 1F)
|
|
parameters:
|
|
- id: height
|
|
type: System.Single
|
|
description: The height of the object's spots. Defaults to 1.
|
|
- id: drawLayer
|
|
type: System.Single
|
|
description: The <xref href="TinyLife.Objects.AbstractSpot.DrawLayer" data-throw-if-not-resolved="false"></xref> to use.
|
|
return:
|
|
type: TinyLife.Objects.ObjectSpot[]
|
|
description: A set of object spots for shelf-like objects
|
|
content.vb: Public Shared Function DoubleShelfSpots(height As Single = 1F, drawLayer As Single = 1F) As ObjectSpot()
|
|
overload: TinyLife.Objects.ObjectSpot.DoubleShelfSpots*
|
|
modifiers.csharp:
|
|
- public
|
|
- static
|
|
modifiers.vb:
|
|
- Public
|
|
- Shared
|
|
- uid: TinyLife.Objects.ObjectSpot.DeskSpots(System.Single,System.Boolean,System.Single)
|
|
commentId: M:TinyLife.Objects.ObjectSpot.DeskSpots(System.Single,System.Boolean,System.Single)
|
|
id: DeskSpots(System.Single,System.Boolean,System.Single)
|
|
parent: TinyLife.Objects.ObjectSpot
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: DeskSpots(Single, Boolean, Single)
|
|
nameWithType: ObjectSpot.DeskSpots(Single, Boolean, Single)
|
|
fullName: TinyLife.Objects.ObjectSpot.DeskSpots(System.Single, System.Boolean, System.Single)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Objects/ObjectSpot.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: DeskSpots
|
|
path: ../TinyLife/Objects/ObjectSpot.cs
|
|
startLine: 174
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: "\nA helper method to create a set of <xref href=\"TinyLife.Objects.ObjectSpot\" data-throw-if-not-resolved=\"false\"></xref> instances for a desk spot and two chair attachment spots on both sides of the desk, as well as a few spots for decorative objects with the <xref href=\"TinyLife.Objects.ObjectCategory.SmallObject\" data-throw-if-not-resolved=\"false\"></xref> category.\n"
|
|
example: []
|
|
syntax:
|
|
content: public static ObjectSpot[] DeskSpots(float yOffset = -0.625F, bool chairs = true, float drawLayer = 1F)
|
|
parameters:
|
|
- id: yOffset
|
|
type: System.Single
|
|
- id: chairs
|
|
type: System.Boolean
|
|
- id: drawLayer
|
|
type: System.Single
|
|
return:
|
|
type: TinyLife.Objects.ObjectSpot[]
|
|
description: A set of object spots for desks
|
|
content.vb: Public Shared Function DeskSpots(yOffset As Single = -0.625F, chairs As Boolean = True, drawLayer As Single = 1F) As ObjectSpot()
|
|
overload: TinyLife.Objects.ObjectSpot.DeskSpots*
|
|
modifiers.csharp:
|
|
- public
|
|
- static
|
|
modifiers.vb:
|
|
- Public
|
|
- Shared
|
|
- uid: TinyLife.Objects.ObjectSpot.TreeSpots(System.Single,System.Single)
|
|
commentId: M:TinyLife.Objects.ObjectSpot.TreeSpots(System.Single,System.Single)
|
|
id: TreeSpots(System.Single,System.Single)
|
|
parent: TinyLife.Objects.ObjectSpot
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: TreeSpots(Single, Single)
|
|
nameWithType: ObjectSpot.TreeSpots(Single, Single)
|
|
fullName: TinyLife.Objects.ObjectSpot.TreeSpots(System.Single, System.Single)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Objects/ObjectSpot.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: TreeSpots
|
|
path: ../TinyLife/Objects/ObjectSpot.cs
|
|
startLine: 192
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: "\nA helper method to create a set of <xref href=\"TinyLife.Objects.ObjectSpot\" data-throw-if-not-resolved=\"false\"></xref> instances for trees that can have objects, like the <xref href=\"TinyLife.Objects.FurnitureType.MapleFairyLights\" data-throw-if-not-resolved=\"false\"></xref>, added to them.\n"
|
|
example: []
|
|
syntax:
|
|
content: public static ObjectSpot[] TreeSpots(float yOffset = -2F, float drawLayer = 1F)
|
|
parameters:
|
|
- id: yOffset
|
|
type: System.Single
|
|
description: The y offset.
|
|
- id: drawLayer
|
|
type: System.Single
|
|
description: The <xref href="TinyLife.Objects.AbstractSpot.DrawLayer" data-throw-if-not-resolved="false"></xref> to use.
|
|
return:
|
|
type: TinyLife.Objects.ObjectSpot[]
|
|
description: A set of object spots for trees.
|
|
content.vb: Public Shared Function TreeSpots(yOffset As Single = -2F, drawLayer As Single = 1F) As ObjectSpot()
|
|
overload: TinyLife.Objects.ObjectSpot.TreeSpots*
|
|
modifiers.csharp:
|
|
- public
|
|
- static
|
|
modifiers.vb:
|
|
- Public
|
|
- Shared
|
|
references:
|
|
- uid: TinyLife.Objects.AbstractSpot
|
|
commentId: T:TinyLife.Objects.AbstractSpot
|
|
parent: TinyLife.Objects
|
|
name: AbstractSpot
|
|
nameWithType: AbstractSpot
|
|
fullName: TinyLife.Objects.AbstractSpot
|
|
- uid: TinyLife.Objects.Furniture
|
|
commentId: T:TinyLife.Objects.Furniture
|
|
parent: TinyLife.Objects
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- uid: TinyLife.Objects
|
|
commentId: N:TinyLife.Objects
|
|
name: TinyLife.Objects
|
|
nameWithType: TinyLife.Objects
|
|
fullName: TinyLife.Objects
|
|
- uid: System.Object
|
|
commentId: T:System.Object
|
|
parent: System
|
|
isExternal: true
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
- uid: TinyLife.Objects.AbstractSpot.YOffset
|
|
commentId: P:TinyLife.Objects.AbstractSpot.YOffset
|
|
parent: TinyLife.Objects.AbstractSpot
|
|
name: YOffset
|
|
nameWithType: AbstractSpot.YOffset
|
|
fullName: TinyLife.Objects.AbstractSpot.YOffset
|
|
- uid: TinyLife.Objects.AbstractSpot.Group
|
|
commentId: P:TinyLife.Objects.AbstractSpot.Group
|
|
parent: TinyLife.Objects.AbstractSpot
|
|
name: Group
|
|
nameWithType: AbstractSpot.Group
|
|
fullName: TinyLife.Objects.AbstractSpot.Group
|
|
- uid: TinyLife.Objects.AbstractSpot.VisualDirection
|
|
commentId: P:TinyLife.Objects.AbstractSpot.VisualDirection
|
|
parent: TinyLife.Objects.AbstractSpot
|
|
name: VisualDirection
|
|
nameWithType: AbstractSpot.VisualDirection
|
|
fullName: TinyLife.Objects.AbstractSpot.VisualDirection
|
|
- uid: TinyLife.Objects.AbstractSpot.DrawLayer
|
|
commentId: F:TinyLife.Objects.AbstractSpot.DrawLayer
|
|
parent: TinyLife.Objects.AbstractSpot
|
|
name: DrawLayer
|
|
nameWithType: AbstractSpot.DrawLayer
|
|
fullName: TinyLife.Objects.AbstractSpot.DrawLayer
|
|
- uid: TinyLife.Objects.AbstractSpot.IsOnGround
|
|
commentId: P:TinyLife.Objects.AbstractSpot.IsOnGround
|
|
parent: TinyLife.Objects.AbstractSpot
|
|
name: IsOnGround
|
|
nameWithType: AbstractSpot.IsOnGround
|
|
fullName: TinyLife.Objects.AbstractSpot.IsOnGround
|
|
- uid: TinyLife.Objects.AbstractSpot.ValidDirections
|
|
commentId: F:TinyLife.Objects.AbstractSpot.ValidDirections
|
|
parent: TinyLife.Objects.AbstractSpot
|
|
name: ValidDirections
|
|
nameWithType: AbstractSpot.ValidDirections
|
|
fullName: TinyLife.Objects.AbstractSpot.ValidDirections
|
|
- uid: TinyLife.Objects.AbstractSpot.Offset
|
|
commentId: F:TinyLife.Objects.AbstractSpot.Offset
|
|
parent: TinyLife.Objects.AbstractSpot
|
|
name: Offset
|
|
nameWithType: AbstractSpot.Offset
|
|
fullName: TinyLife.Objects.AbstractSpot.Offset
|
|
- uid: TinyLife.Objects.AbstractSpot.VisualOffset
|
|
commentId: F:TinyLife.Objects.AbstractSpot.VisualOffset
|
|
parent: TinyLife.Objects.AbstractSpot
|
|
name: VisualOffset
|
|
nameWithType: AbstractSpot.VisualOffset
|
|
fullName: TinyLife.Objects.AbstractSpot.VisualOffset
|
|
- uid: TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Misc.Direction2)
|
|
commentId: M:TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Misc.Direction2)
|
|
parent: TinyLife.Objects.AbstractSpot
|
|
isExternal: true
|
|
name: GetValidDirections(Direction2)
|
|
nameWithType: AbstractSpot.GetValidDirections(Direction2)
|
|
fullName: TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Misc.Direction2)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Misc.Direction2)
|
|
name: GetValidDirections
|
|
nameWithType: AbstractSpot.GetValidDirections
|
|
fullName: TinyLife.Objects.AbstractSpot.GetValidDirections
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: MLEM.Misc.Direction2
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Misc.Direction2
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.AbstractSpot.GetValidDirections(MLEM.Misc.Direction2)
|
|
name: GetValidDirections
|
|
nameWithType: AbstractSpot.GetValidDirections
|
|
fullName: TinyLife.Objects.AbstractSpot.GetValidDirections
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: MLEM.Misc.Direction2
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Misc.Direction2
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Misc.Direction2)
|
|
commentId: M:TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Misc.Direction2)
|
|
parent: TinyLife.Objects.AbstractSpot
|
|
isExternal: true
|
|
name: GetVisualDirection(Direction2)
|
|
nameWithType: AbstractSpot.GetVisualDirection(Direction2)
|
|
fullName: TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Misc.Direction2)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Misc.Direction2)
|
|
name: GetVisualDirection
|
|
nameWithType: AbstractSpot.GetVisualDirection
|
|
fullName: TinyLife.Objects.AbstractSpot.GetVisualDirection
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: MLEM.Misc.Direction2
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Misc.Direction2
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.AbstractSpot.GetVisualDirection(MLEM.Misc.Direction2)
|
|
name: GetVisualDirection
|
|
nameWithType: AbstractSpot.GetVisualDirection
|
|
fullName: TinyLife.Objects.AbstractSpot.GetVisualDirection
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: MLEM.Misc.Direction2
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Misc.Direction2
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.AbstractSpot.GetLocation(TinyLife.Objects.Furniture,System.Boolean)
|
|
commentId: M:TinyLife.Objects.AbstractSpot.GetLocation(TinyLife.Objects.Furniture,System.Boolean)
|
|
parent: TinyLife.Objects.AbstractSpot
|
|
isExternal: true
|
|
name: GetLocation(Furniture, Boolean)
|
|
nameWithType: AbstractSpot.GetLocation(Furniture, Boolean)
|
|
fullName: TinyLife.Objects.AbstractSpot.GetLocation(TinyLife.Objects.Furniture, System.Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.AbstractSpot.GetLocation(TinyLife.Objects.Furniture,System.Boolean)
|
|
name: GetLocation
|
|
nameWithType: AbstractSpot.GetLocation
|
|
fullName: TinyLife.Objects.AbstractSpot.GetLocation
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.AbstractSpot.GetLocation(TinyLife.Objects.Furniture,System.Boolean)
|
|
name: GetLocation
|
|
nameWithType: AbstractSpot.GetLocation
|
|
fullName: TinyLife.Objects.AbstractSpot.GetLocation
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.AbstractSpot.DoGroupsOverlap(TinyLife.Objects.AbstractSpot)
|
|
commentId: M:TinyLife.Objects.AbstractSpot.DoGroupsOverlap(TinyLife.Objects.AbstractSpot)
|
|
parent: TinyLife.Objects.AbstractSpot
|
|
name: DoGroupsOverlap(AbstractSpot)
|
|
nameWithType: AbstractSpot.DoGroupsOverlap(AbstractSpot)
|
|
fullName: TinyLife.Objects.AbstractSpot.DoGroupsOverlap(TinyLife.Objects.AbstractSpot)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.AbstractSpot.DoGroupsOverlap(TinyLife.Objects.AbstractSpot)
|
|
name: DoGroupsOverlap
|
|
nameWithType: AbstractSpot.DoGroupsOverlap
|
|
fullName: TinyLife.Objects.AbstractSpot.DoGroupsOverlap
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.AbstractSpot
|
|
name: AbstractSpot
|
|
nameWithType: AbstractSpot
|
|
fullName: TinyLife.Objects.AbstractSpot
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.AbstractSpot.DoGroupsOverlap(TinyLife.Objects.AbstractSpot)
|
|
name: DoGroupsOverlap
|
|
nameWithType: AbstractSpot.DoGroupsOverlap
|
|
fullName: TinyLife.Objects.AbstractSpot.DoGroupsOverlap
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.AbstractSpot
|
|
name: AbstractSpot
|
|
nameWithType: AbstractSpot
|
|
fullName: TinyLife.Objects.AbstractSpot
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.AbstractSpot.SortDrawLayers``1({T}[])
|
|
commentId: M:TinyLife.Objects.AbstractSpot.SortDrawLayers``1(``0[])
|
|
parent: TinyLife.Objects.AbstractSpot
|
|
definition: TinyLife.Objects.AbstractSpot.SortDrawLayers``1(``0[])
|
|
name: SortDrawLayers<T>(T[])
|
|
nameWithType: AbstractSpot.SortDrawLayers<T>(T[])
|
|
fullName: TinyLife.Objects.AbstractSpot.SortDrawLayers<T>(T[])
|
|
nameWithType.vb: AbstractSpot.SortDrawLayers(Of T)(T())
|
|
fullName.vb: TinyLife.Objects.AbstractSpot.SortDrawLayers(Of T)(T())
|
|
name.vb: SortDrawLayers(Of T)(T())
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.AbstractSpot.SortDrawLayers``1(``0[])
|
|
name: SortDrawLayers<T>
|
|
nameWithType: AbstractSpot.SortDrawLayers<T>
|
|
fullName: TinyLife.Objects.AbstractSpot.SortDrawLayers<T>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: '[]'
|
|
nameWithType: '[]'
|
|
fullName: '[]'
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.AbstractSpot.SortDrawLayers``1(``0[])
|
|
name: SortDrawLayers(Of T)
|
|
nameWithType: AbstractSpot.SortDrawLayers(Of T)
|
|
fullName: TinyLife.Objects.AbstractSpot.SortDrawLayers(Of T)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: ()
|
|
nameWithType: ()
|
|
fullName: ()
|
|
- 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.Objects.ObjectSpot.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<ObjectSpot>()
|
|
nameWithType: Extensions.JsonCopy<ObjectSpot>()
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.ObjectSpot>()
|
|
nameWithType.vb: Extensions.JsonCopy(Of ObjectSpot)()
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.ObjectSpot)()
|
|
name.vb: JsonCopy(Of ObjectSpot)()
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy<ObjectSpot>
|
|
nameWithType: Extensions.JsonCopy<ObjectSpot>
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.ObjectSpot>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy(Of ObjectSpot)
|
|
nameWithType: Extensions.JsonCopy(Of ObjectSpot)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.ObjectSpot)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: TinyLife.Objects.AbstractSpot.SortDrawLayers``1(``0[])
|
|
commentId: M:TinyLife.Objects.AbstractSpot.SortDrawLayers``1(``0[])
|
|
name: SortDrawLayers<T>(T[])
|
|
nameWithType: AbstractSpot.SortDrawLayers<T>(T[])
|
|
fullName: TinyLife.Objects.AbstractSpot.SortDrawLayers<T>(T[])
|
|
nameWithType.vb: AbstractSpot.SortDrawLayers(Of T)(T())
|
|
fullName.vb: TinyLife.Objects.AbstractSpot.SortDrawLayers(Of T)(T())
|
|
name.vb: SortDrawLayers(Of T)(T())
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.AbstractSpot.SortDrawLayers``1(``0[])
|
|
name: SortDrawLayers<T>
|
|
nameWithType: AbstractSpot.SortDrawLayers<T>
|
|
fullName: TinyLife.Objects.AbstractSpot.SortDrawLayers<T>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: '[]'
|
|
nameWithType: '[]'
|
|
fullName: '[]'
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.AbstractSpot.SortDrawLayers``1(``0[])
|
|
name: SortDrawLayers(Of T)
|
|
nameWithType: AbstractSpot.SortDrawLayers(Of T)
|
|
fullName: TinyLife.Objects.AbstractSpot.SortDrawLayers(Of T)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: ()
|
|
nameWithType: ()
|
|
fullName: ()
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy<T>(T)
|
|
nameWithType: Extensions.JsonCopy<T>(T)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
|
|
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
|
|
name.vb: JsonCopy(Of T)(T)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy<T>
|
|
nameWithType: Extensions.JsonCopy<T>
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy(Of T)
|
|
nameWithType: Extensions.JsonCopy(Of T)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Utilities.Extensions
|
|
commentId: T:TinyLife.Utilities.Extensions
|
|
parent: TinyLife.Utilities
|
|
name: Extensions
|
|
nameWithType: Extensions
|
|
fullName: TinyLife.Utilities.Extensions
|
|
- uid: TinyLife.Utilities
|
|
commentId: N:TinyLife.Utilities
|
|
name: TinyLife.Utilities
|
|
nameWithType: TinyLife.Utilities
|
|
fullName: TinyLife.Utilities
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
commentId: T:TinyLife.Objects.FurnitureType
|
|
parent: TinyLife.Objects
|
|
name: FurnitureType
|
|
nameWithType: FurnitureType
|
|
fullName: TinyLife.Objects.FurnitureType
|
|
- uid: System.Predicate{TinyLife.Objects.FurnitureType}
|
|
commentId: T:System.Predicate{TinyLife.Objects.FurnitureType}
|
|
parent: System
|
|
definition: System.Predicate`1
|
|
name: Predicate<FurnitureType>
|
|
nameWithType: Predicate<FurnitureType>
|
|
fullName: System.Predicate<TinyLife.Objects.FurnitureType>
|
|
nameWithType.vb: Predicate(Of FurnitureType)
|
|
fullName.vb: System.Predicate(Of TinyLife.Objects.FurnitureType)
|
|
name.vb: Predicate(Of FurnitureType)
|
|
spec.csharp:
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
nameWithType: Predicate
|
|
fullName: System.Predicate
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
nameWithType: FurnitureType
|
|
fullName: TinyLife.Objects.FurnitureType
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
spec.vb:
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
nameWithType: Predicate
|
|
fullName: System.Predicate
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
nameWithType: FurnitureType
|
|
fullName: TinyLife.Objects.FurnitureType
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Predicate`1
|
|
commentId: T:System.Predicate`1
|
|
isExternal: true
|
|
name: Predicate<T>
|
|
nameWithType: Predicate<T>
|
|
fullName: System.Predicate<T>
|
|
nameWithType.vb: Predicate(Of T)
|
|
fullName.vb: System.Predicate(Of T)
|
|
name.vb: Predicate(Of T)
|
|
spec.csharp:
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
nameWithType: Predicate
|
|
fullName: System.Predicate
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
spec.vb:
|
|
- uid: System.Predicate`1
|
|
name: Predicate
|
|
nameWithType: Predicate
|
|
fullName: System.Predicate
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.ObjectSpot.#ctor*
|
|
commentId: Overload:TinyLife.Objects.ObjectSpot.#ctor
|
|
name: ObjectSpot
|
|
nameWithType: ObjectSpot.ObjectSpot
|
|
fullName: TinyLife.Objects.ObjectSpot.ObjectSpot
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
commentId: T:Microsoft.Xna.Framework.Vector2
|
|
parent: Microsoft.Xna.Framework
|
|
isExternal: true
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
- uid: System.Single
|
|
commentId: T:System.Single
|
|
parent: System
|
|
isExternal: true
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
- uid: MLEM.Misc.Direction2[]
|
|
isExternal: true
|
|
name: Direction2[]
|
|
nameWithType: Direction2[]
|
|
fullName: MLEM.Misc.Direction2[]
|
|
nameWithType.vb: Direction2()
|
|
fullName.vb: MLEM.Misc.Direction2()
|
|
name.vb: Direction2()
|
|
spec.csharp:
|
|
- uid: MLEM.Misc.Direction2
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Misc.Direction2
|
|
isExternal: true
|
|
- name: '[]'
|
|
nameWithType: '[]'
|
|
fullName: '[]'
|
|
spec.vb:
|
|
- uid: MLEM.Misc.Direction2
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Misc.Direction2
|
|
isExternal: true
|
|
- name: ()
|
|
nameWithType: ()
|
|
fullName: ()
|
|
- 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.Objects.ObjectSpot.GetContents*
|
|
commentId: Overload:TinyLife.Objects.ObjectSpot.GetContents
|
|
name: GetContents
|
|
nameWithType: ObjectSpot.GetContents
|
|
fullName: TinyLife.Objects.ObjectSpot.GetContents
|
|
- uid: System.Boolean
|
|
commentId: T:System.Boolean
|
|
parent: System
|
|
isExternal: true
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
- uid: System.Collections.Generic.IEnumerable{{T}}
|
|
commentId: T:System.Collections.Generic.IEnumerable{``0}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.IEnumerable`1
|
|
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.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
|
|
- uid: TinyLife.Objects.ObjectSpot.IsContentAllowed*
|
|
commentId: Overload:TinyLife.Objects.ObjectSpot.IsContentAllowed
|
|
name: IsContentAllowed
|
|
nameWithType: ObjectSpot.IsContentAllowed
|
|
fullName: TinyLife.Objects.ObjectSpot.IsContentAllowed
|
|
- uid: TinyLife.Objects.ObjectSpot
|
|
commentId: T:TinyLife.Objects.ObjectSpot
|
|
parent: TinyLife.Objects
|
|
name: ObjectSpot
|
|
nameWithType: ObjectSpot
|
|
fullName: TinyLife.Objects.ObjectSpot
|
|
- uid: TinyLife.Objects.ObjectCategory.Chair
|
|
commentId: F:TinyLife.Objects.ObjectCategory.Chair
|
|
isExternal: true
|
|
- uid: TinyLife.Objects.ObjectCategory.SmallObject
|
|
commentId: F:TinyLife.Objects.ObjectCategory.SmallObject
|
|
isExternal: true
|
|
- uid: TinyLife.Objects.ObjectSpot.TableSpots*
|
|
commentId: Overload:TinyLife.Objects.ObjectSpot.TableSpots
|
|
name: TableSpots
|
|
nameWithType: ObjectSpot.TableSpots
|
|
fullName: TinyLife.Objects.ObjectSpot.TableSpots
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
commentId: T:Microsoft.Xna.Framework.Point
|
|
parent: Microsoft.Xna.Framework
|
|
isExternal: true
|
|
name: Point
|
|
nameWithType: Point
|
|
fullName: Microsoft.Xna.Framework.Point
|
|
- uid: TinyLife.Objects.ObjectSpot[]
|
|
isExternal: true
|
|
name: ObjectSpot[]
|
|
nameWithType: ObjectSpot[]
|
|
fullName: TinyLife.Objects.ObjectSpot[]
|
|
nameWithType.vb: ObjectSpot()
|
|
fullName.vb: TinyLife.Objects.ObjectSpot()
|
|
name.vb: ObjectSpot()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.ObjectSpot
|
|
name: ObjectSpot
|
|
nameWithType: ObjectSpot
|
|
fullName: TinyLife.Objects.ObjectSpot
|
|
- name: '[]'
|
|
nameWithType: '[]'
|
|
fullName: '[]'
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.ObjectSpot
|
|
name: ObjectSpot
|
|
nameWithType: ObjectSpot
|
|
fullName: TinyLife.Objects.ObjectSpot
|
|
- name: ()
|
|
nameWithType: ()
|
|
fullName: ()
|
|
- uid: TinyLife.Objects.FurnitureType.SimplePicnicTable
|
|
commentId: F:TinyLife.Objects.FurnitureType.SimplePicnicTable
|
|
isExternal: true
|
|
- uid: TinyLife.Objects.ObjectSpot.PicnicTableSpots*
|
|
commentId: Overload:TinyLife.Objects.ObjectSpot.PicnicTableSpots
|
|
name: PicnicTableSpots
|
|
nameWithType: ObjectSpot.PicnicTableSpots
|
|
fullName: TinyLife.Objects.ObjectSpot.PicnicTableSpots
|
|
- uid: TinyLife.Objects.ObjectCategory.CounterObject
|
|
commentId: F:TinyLife.Objects.ObjectCategory.CounterObject
|
|
isExternal: true
|
|
- uid: TinyLife.Objects.FurnitureType.PreparedFood
|
|
commentId: F:TinyLife.Objects.FurnitureType.PreparedFood
|
|
isExternal: true
|
|
- uid: TinyLife.Objects.FurnitureType.Pot
|
|
commentId: F:TinyLife.Objects.FurnitureType.Pot
|
|
isExternal: true
|
|
- uid: TinyLife.Objects.ObjectSpot.CounterSpots*
|
|
commentId: Overload:TinyLife.Objects.ObjectSpot.CounterSpots
|
|
name: CounterSpots
|
|
nameWithType: ObjectSpot.CounterSpots
|
|
fullName: TinyLife.Objects.ObjectSpot.CounterSpots
|
|
- uid: TinyLife.Objects.ObjectSpot.BarSpots*
|
|
commentId: Overload:TinyLife.Objects.ObjectSpot.BarSpots
|
|
name: BarSpots
|
|
nameWithType: ObjectSpot.BarSpots
|
|
fullName: TinyLife.Objects.ObjectSpot.BarSpots
|
|
- uid: TinyLife.Objects.ObjectSpot.SingleShelfSpots*
|
|
commentId: Overload:TinyLife.Objects.ObjectSpot.SingleShelfSpots
|
|
name: SingleShelfSpots
|
|
nameWithType: ObjectSpot.SingleShelfSpots
|
|
fullName: TinyLife.Objects.ObjectSpot.SingleShelfSpots
|
|
- uid: TinyLife.Objects.FurnitureType.SimpleDrawer
|
|
commentId: F:TinyLife.Objects.FurnitureType.SimpleDrawer
|
|
isExternal: true
|
|
- uid: TinyLife.Objects.ObjectSpot.DoubleShelfSpots*
|
|
commentId: Overload:TinyLife.Objects.ObjectSpot.DoubleShelfSpots
|
|
name: DoubleShelfSpots
|
|
nameWithType: ObjectSpot.DoubleShelfSpots
|
|
fullName: TinyLife.Objects.ObjectSpot.DoubleShelfSpots
|
|
- uid: TinyLife.Objects.ObjectSpot.DeskSpots*
|
|
commentId: Overload:TinyLife.Objects.ObjectSpot.DeskSpots
|
|
name: DeskSpots
|
|
nameWithType: ObjectSpot.DeskSpots
|
|
fullName: TinyLife.Objects.ObjectSpot.DeskSpots
|
|
- uid: TinyLife.Objects.FurnitureType.MapleFairyLights
|
|
commentId: F:TinyLife.Objects.FurnitureType.MapleFairyLights
|
|
isExternal: true
|
|
- uid: TinyLife.Objects.ObjectSpot.TreeSpots*
|
|
commentId: Overload:TinyLife.Objects.ObjectSpot.TreeSpots
|
|
name: TreeSpots
|
|
nameWithType: ObjectSpot.TreeSpots
|
|
fullName: TinyLife.Objects.ObjectSpot.TreeSpots
|