mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-10-31 19:00:51 +01:00
5026 lines
171 KiB
YAML
5026 lines
171 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Objects.OverlayWallHanging
|
|
commentId: T:TinyLife.Objects.OverlayWallHanging
|
|
id: OverlayWallHanging
|
|
parent: TinyLife.Objects
|
|
children:
|
|
- TinyLife.Objects.OverlayWallHanging.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
|
|
- TinyLife.Objects.OverlayWallHanging.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: OverlayWallHanging
|
|
nameWithType: OverlayWallHanging
|
|
fullName: TinyLife.Objects.OverlayWallHanging
|
|
type: Class
|
|
source:
|
|
remote:
|
|
path: TinyLife/Objects/OverlayWallHanging.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: OverlayWallHanging
|
|
path: ../TinyLife/Objects/OverlayWallHanging.cs
|
|
startLine: 16
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: "\nA class for a wall-hung object like <xref href=\"TinyLife.Objects.FurnitureType.LgbtFlags\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.Objects.FurnitureType.WorkoutPosters\" data-throw-if-not-resolved=\"false\"></xref>.\nObjects that use this class have a default "border" texture that requires all rotations to be present as usual, and an overlay texture that automatically gets rotated and mirrored.\nTo set a default border texture that is different from the overlay, <xref href=\"TinyLife.Objects.FurnitureType.TypeSettings.TextureName\" data-throw-if-not-resolved=\"false\"></xref> should be set explicitly.\n"
|
|
example: []
|
|
syntax:
|
|
content: 'public class OverlayWallHanging : Furniture, IGenericDataHolder, IPricedObject'
|
|
content.vb: >-
|
|
Public Class OverlayWallHanging
|
|
Inherits Furniture
|
|
Implements IGenericDataHolder, IPricedObject
|
|
inheritance:
|
|
- System.Object
|
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
- TinyLife.Objects.MapObject
|
|
- TinyLife.Objects.Furniture
|
|
implements:
|
|
- MLEM.Misc.IGenericDataHolder
|
|
- TinyLife.World.IPricedObject
|
|
inheritedMembers:
|
|
- TinyLife.Objects.Furniture.Random
|
|
- TinyLife.Objects.Furniture.OnGetDescription
|
|
- TinyLife.Objects.Furniture.OnSetCreator
|
|
- TinyLife.Objects.Furniture.OnGetDirty
|
|
- TinyLife.Objects.Furniture.OnDirty
|
|
- TinyLife.Objects.Furniture.DisplayName
|
|
- TinyLife.Objects.Furniture.ParentInfo
|
|
- TinyLife.Objects.Furniture.Visibility
|
|
- TinyLife.Objects.Furniture.Type
|
|
- TinyLife.Objects.Furniture.Rotation
|
|
- TinyLife.Objects.Furniture.ParentFurniture
|
|
- TinyLife.Objects.Furniture.ParentObjectSpot
|
|
- TinyLife.Objects.Furniture.HasParent
|
|
- TinyLife.Objects.Furniture.Colors
|
|
- TinyLife.Objects.Furniture.Area
|
|
- TinyLife.Objects.Furniture.DevaluedThroughUse
|
|
- TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
|
- TinyLife.Objects.Furniture.IsStatic
|
|
- TinyLife.Objects.Furniture.CreatorId
|
|
- TinyLife.Objects.Furniture.Quality
|
|
- TinyLife.Objects.Furniture.CanBeDirty
|
|
- TinyLife.Objects.Furniture.Dirty
|
|
- TinyLife.Objects.Furniture.CustomPrice
|
|
- TinyLife.Objects.Furniture.Creator
|
|
- TinyLife.Objects.Furniture.AttachedWall
|
|
- TinyLife.Objects.Furniture.HideFromDraw
|
|
- TinyLife.Objects.Furniture.VisualRotation
|
|
- TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
- TinyLife.Objects.Furniture.Validate
|
|
- TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
|
|
- TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
|
|
- TinyLife.Objects.Furniture.OnAdded
|
|
- TinyLife.Objects.Furniture.OnRemoved
|
|
- TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
- TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
|
- TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
|
- TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
|
- TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
- TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
|
- TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
|
- TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
|
- TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
|
- TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
|
- TinyLife.Objects.Furniture.GetPrice
|
|
- TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
|
- TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
|
- TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
|
- TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
|
- TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)
|
|
- TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
|
- TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
|
- TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)
|
|
- TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
- TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
- TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
|
|
- TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
|
- TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
|
|
- TinyLife.Objects.Furniture.UnlinkParentsAndChildren
|
|
- TinyLife.Objects.Furniture.RemoveAndUnlink
|
|
- TinyLife.Objects.Furniture.GetChildren``1
|
|
- TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}})
|
|
- TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
|
- TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
|
|
- TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
|
- TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
|
|
- TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
|
|
- TinyLife.Objects.Furniture.NotifyNeighbors
|
|
- TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
|
- TinyLife.Objects.MapObject.PersonRotationOrder
|
|
- TinyLife.Objects.MapObject.OnCreated
|
|
- TinyLife.Objects.MapObject.OnValidated
|
|
- TinyLife.Objects.MapObject.OnEventsAttachable
|
|
- TinyLife.Objects.MapObject.OnDraw
|
|
- TinyLife.Objects.MapObject.OnUpdate
|
|
- TinyLife.Objects.MapObject.OnGetHoverInfo
|
|
- TinyLife.Objects.MapObject.Position
|
|
- TinyLife.Objects.MapObject.Id
|
|
- TinyLife.Objects.MapObject.Map
|
|
- TinyLife.Objects.MapObject.CurrentLot
|
|
- TinyLife.Objects.MapObject.CurrentRoom
|
|
- TinyLife.Objects.MapObject.IsInWorld
|
|
- TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
|
- TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
|
- TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
- TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
|
- TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
- TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
- TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
|
- TinyLife.Objects.MapObject.GetModCategory(System.String)
|
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
|
- MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
|
|
- 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.OverlayWallHanging.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
modifiers.csharp:
|
|
- public
|
|
- class
|
|
modifiers.vb:
|
|
- Public
|
|
- Class
|
|
- uid: TinyLife.Objects.OverlayWallHanging.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
|
|
commentId: M:TinyLife.Objects.OverlayWallHanging.#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)
|
|
id: '#ctor(System.Guid,TinyLife.Objects.FurnitureType,System.Int32[],TinyLife.World.Map,Microsoft.Xna.Framework.Vector2)'
|
|
parent: TinyLife.Objects.OverlayWallHanging
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: OverlayWallHanging(Guid, FurnitureType, Int32[], Map, Vector2)
|
|
nameWithType: OverlayWallHanging.OverlayWallHanging(Guid, FurnitureType, Int32[], Map, Vector2)
|
|
fullName: TinyLife.Objects.OverlayWallHanging.OverlayWallHanging(System.Guid, TinyLife.Objects.FurnitureType, System.Int32[], TinyLife.World.Map, Microsoft.Xna.Framework.Vector2)
|
|
type: Constructor
|
|
source:
|
|
remote:
|
|
path: TinyLife/Objects/OverlayWallHanging.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: .ctor
|
|
path: ../TinyLife/Objects/OverlayWallHanging.cs
|
|
startLine: 21
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: "\nCreates a new furniture instance.\nBy default, this is done using <xref href=\"TinyLife.Objects.FurnitureType.Construct%60%601(System.Int32%5b%5d%2cTinyLife.World.Map%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bSystem.Guid%7d)\" data-throw-if-not-resolved=\"false\"></xref>.\n"
|
|
example: []
|
|
syntax:
|
|
content: public OverlayWallHanging(Guid id, FurnitureType type, int[] colors, Map map, Vector2 pos)
|
|
parameters:
|
|
- id: id
|
|
type: System.Guid
|
|
description: The id to apply to the created furniture instance
|
|
- id: type
|
|
type: TinyLife.Objects.FurnitureType
|
|
description: The type to create an instance of
|
|
- id: colors
|
|
type: System.Int32[]
|
|
description: The colors to apply to the furniture
|
|
- id: map
|
|
type: TinyLife.World.Map
|
|
description: The map to create the furniture on
|
|
- id: pos
|
|
type: Microsoft.Xna.Framework.Vector2
|
|
description: The position that the furniture should have
|
|
content.vb: Public Sub New(id As Guid, type As FurnitureType, colors As Integer(), map As Map, pos As Vector2)
|
|
overload: TinyLife.Objects.OverlayWallHanging.#ctor*
|
|
nameWithType.vb: OverlayWallHanging.OverlayWallHanging(Guid, FurnitureType, Int32(), Map, Vector2)
|
|
modifiers.csharp:
|
|
- public
|
|
modifiers.vb:
|
|
- Public
|
|
fullName.vb: TinyLife.Objects.OverlayWallHanging.OverlayWallHanging(System.Guid, TinyLife.Objects.FurnitureType, System.Int32(), TinyLife.World.Map, Microsoft.Xna.Framework.Vector2)
|
|
name.vb: OverlayWallHanging(Guid, FurnitureType, Int32(), Map, Vector2)
|
|
- uid: TinyLife.Objects.OverlayWallHanging.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
commentId: M:TinyLife.Objects.OverlayWallHanging.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
id: Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
parent: TinyLife.Objects.OverlayWallHanging
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Draw(GameTime, Object, Vector2, Vector2, Nullable<Color>, Direction2, Int32[], Single, Boolean, ParentInfo, Single, Boolean, List<StaticSpriteBatch.Item>)
|
|
nameWithType: OverlayWallHanging.Draw(GameTime, Object, Vector2, Vector2, Nullable<Color>, Direction2, Int32[], Single, Boolean, ParentInfo, Single, Boolean, List<StaticSpriteBatch.Item>)
|
|
fullName: TinyLife.Objects.OverlayWallHanging.Draw(Microsoft.Xna.Framework.GameTime, System.Object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, System.Nullable<Microsoft.Xna.Framework.Color>, MLEM.Misc.Direction2, System.Int32[], System.Single, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, System.Boolean, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>)
|
|
type: Method
|
|
source:
|
|
remote:
|
|
path: TinyLife/Objects/OverlayWallHanging.cs
|
|
branch: main
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Draw
|
|
path: ../TinyLife/Objects/OverlayWallHanging.cs
|
|
startLine: 26
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Objects
|
|
summary: "\nDraws this furniture in the world with the given settings.\nThis is a more generalized version of <xref href=\"TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime%2cSystem.Object%2cMicrosoft.Xna.Framework.Vector2%2cSystem.Nullable%7bMicrosoft.Xna.Framework.Color%7d%2cSystem.Collections.Generic.List%7bMLEM.Graphics.StaticSpriteBatch.Item%7d)\" data-throw-if-not-resolved=\"false\"></xref>\n"
|
|
example: []
|
|
syntax:
|
|
content: public override void Draw(GameTime time, object batch, Vector2 pos, Vector2 drawPos, Color? overrideColor, Direction2 rotation, int[] colors, float drawScale, bool pivot, ParentInfo parent, float depthOffset, bool held, List<StaticSpriteBatch.Item> items)
|
|
parameters:
|
|
- id: time
|
|
type: Microsoft.Xna.Framework.GameTime
|
|
description: The game time
|
|
- id: batch
|
|
type: System.Object
|
|
description: The sprite batch to draw with, which is either a <xref href="Microsoft.Xna.Framework.Graphics.SpriteBatch" data-throw-if-not-resolved="false"></xref> or <xref href="MLEM.Graphics.StaticSpriteBatch" data-throw-if-not-resolved="false"></xref>.
|
|
- id: pos
|
|
type: Microsoft.Xna.Framework.Vector2
|
|
description: The position, in world space, that the furniture is at
|
|
- id: drawPos
|
|
type: Microsoft.Xna.Framework.Vector2
|
|
description: The position, in draw space, to draw the furniture at
|
|
- id: overrideColor
|
|
type: System.Nullable{Microsoft.Xna.Framework.Color}
|
|
description: An optional color to override the default colors of the furniture
|
|
- id: rotation
|
|
type: MLEM.Misc.Direction2
|
|
description: The rotation of the furniture
|
|
- id: colors
|
|
type: System.Int32[]
|
|
description: The colors to draw the furniture with
|
|
- id: drawScale
|
|
type: System.Single
|
|
description: The scale to draw the furniture with
|
|
- id: pivot
|
|
type: System.Boolean
|
|
description: Whether or not to move the furniture by its texture's pivot point
|
|
- id: parent
|
|
type: TinyLife.Objects.ParentInfo
|
|
description: The object that this furniture is latched on to, or null if there is none
|
|
- id: depthOffset
|
|
type: System.Single
|
|
description: A value that is added onto the calculated depth of the object
|
|
- id: held
|
|
type: System.Boolean
|
|
description: Whether or not this item is currently being held by a <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref>
|
|
- id: items
|
|
type: System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}
|
|
description: A list of sprite batch items that items should be added to if the <code data-dev-comment-type="paramref" class="paramref">batch</code> is a <xref href="MLEM.Graphics.StaticSpriteBatch" data-throw-if-not-resolved="false"></xref>.
|
|
content.vb: Public Overrides Sub Draw(time As GameTime, batch As Object, pos As Vector2, drawPos As Vector2, overrideColor As Color?, rotation As Direction2, colors As Integer(), drawScale As Single, pivot As Boolean, parent As ParentInfo, depthOffset As Single, held As Boolean, items As List(Of StaticSpriteBatch.Item))
|
|
overridden: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
overload: TinyLife.Objects.OverlayWallHanging.Draw*
|
|
nameWithType.vb: OverlayWallHanging.Draw(GameTime, Object, Vector2, Vector2, Nullable(Of Color), Direction2, Int32(), Single, Boolean, ParentInfo, Single, Boolean, List(Of StaticSpriteBatch.Item))
|
|
modifiers.csharp:
|
|
- public
|
|
- override
|
|
modifiers.vb:
|
|
- Public
|
|
- Overrides
|
|
fullName.vb: TinyLife.Objects.OverlayWallHanging.Draw(Microsoft.Xna.Framework.GameTime, System.Object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, System.Nullable(Of Microsoft.Xna.Framework.Color), MLEM.Misc.Direction2, System.Int32(), System.Single, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, System.Boolean, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
|
|
name.vb: Draw(GameTime, Object, Vector2, Vector2, Nullable(Of Color), Direction2, Int32(), Single, Boolean, ParentInfo, Single, Boolean, List(Of StaticSpriteBatch.Item))
|
|
references:
|
|
- uid: TinyLife.Objects.FurnitureType.LgbtFlags
|
|
commentId: F:TinyLife.Objects.FurnitureType.LgbtFlags
|
|
isExternal: true
|
|
- uid: TinyLife.Objects.FurnitureType.WorkoutPosters
|
|
commentId: F:TinyLife.Objects.FurnitureType.WorkoutPosters
|
|
isExternal: true
|
|
- uid: TinyLife.Objects.FurnitureType.TypeSettings.TextureName
|
|
commentId: F:TinyLife.Objects.FurnitureType.TypeSettings.TextureName
|
|
isExternal: true
|
|
- 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: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
commentId: T:MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
parent: MLEM.Data.Json
|
|
isExternal: true
|
|
name: JsonTypeSafeGenericDataHolder
|
|
nameWithType: JsonTypeSafeGenericDataHolder
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
- uid: TinyLife.Objects.MapObject
|
|
commentId: T:TinyLife.Objects.MapObject
|
|
parent: TinyLife.Objects
|
|
name: MapObject
|
|
nameWithType: MapObject
|
|
fullName: TinyLife.Objects.MapObject
|
|
- uid: TinyLife.Objects.Furniture
|
|
commentId: T:TinyLife.Objects.Furniture
|
|
parent: TinyLife.Objects
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- uid: MLEM.Misc.IGenericDataHolder
|
|
commentId: T:MLEM.Misc.IGenericDataHolder
|
|
parent: MLEM.Misc
|
|
isExternal: true
|
|
name: IGenericDataHolder
|
|
nameWithType: IGenericDataHolder
|
|
fullName: MLEM.Misc.IGenericDataHolder
|
|
- uid: TinyLife.World.IPricedObject
|
|
commentId: T:TinyLife.World.IPricedObject
|
|
parent: TinyLife.World
|
|
name: IPricedObject
|
|
nameWithType: IPricedObject
|
|
fullName: TinyLife.World.IPricedObject
|
|
- uid: TinyLife.Objects.Furniture.Random
|
|
commentId: F:TinyLife.Objects.Furniture.Random
|
|
parent: TinyLife.Objects.Furniture
|
|
name: Random
|
|
nameWithType: Furniture.Random
|
|
fullName: TinyLife.Objects.Furniture.Random
|
|
- uid: TinyLife.Objects.Furniture.OnGetDescription
|
|
commentId: E:TinyLife.Objects.Furniture.OnGetDescription
|
|
parent: TinyLife.Objects.Furniture
|
|
name: OnGetDescription
|
|
nameWithType: Furniture.OnGetDescription
|
|
fullName: TinyLife.Objects.Furniture.OnGetDescription
|
|
- uid: TinyLife.Objects.Furniture.OnSetCreator
|
|
commentId: E:TinyLife.Objects.Furniture.OnSetCreator
|
|
parent: TinyLife.Objects.Furniture
|
|
name: OnSetCreator
|
|
nameWithType: Furniture.OnSetCreator
|
|
fullName: TinyLife.Objects.Furniture.OnSetCreator
|
|
- uid: TinyLife.Objects.Furniture.OnGetDirty
|
|
commentId: E:TinyLife.Objects.Furniture.OnGetDirty
|
|
parent: TinyLife.Objects.Furniture
|
|
name: OnGetDirty
|
|
nameWithType: Furniture.OnGetDirty
|
|
fullName: TinyLife.Objects.Furniture.OnGetDirty
|
|
- uid: TinyLife.Objects.Furniture.OnDirty
|
|
commentId: E:TinyLife.Objects.Furniture.OnDirty
|
|
parent: TinyLife.Objects.Furniture
|
|
name: OnDirty
|
|
nameWithType: Furniture.OnDirty
|
|
fullName: TinyLife.Objects.Furniture.OnDirty
|
|
- uid: TinyLife.Objects.Furniture.DisplayName
|
|
commentId: P:TinyLife.Objects.Furniture.DisplayName
|
|
parent: TinyLife.Objects.Furniture
|
|
name: DisplayName
|
|
nameWithType: Furniture.DisplayName
|
|
fullName: TinyLife.Objects.Furniture.DisplayName
|
|
- uid: TinyLife.Objects.Furniture.ParentInfo
|
|
commentId: P:TinyLife.Objects.Furniture.ParentInfo
|
|
parent: TinyLife.Objects.Furniture
|
|
name: ParentInfo
|
|
nameWithType: Furniture.ParentInfo
|
|
fullName: TinyLife.Objects.Furniture.ParentInfo
|
|
- uid: TinyLife.Objects.Furniture.Visibility
|
|
commentId: P:TinyLife.Objects.Furniture.Visibility
|
|
parent: TinyLife.Objects.Furniture
|
|
name: Visibility
|
|
nameWithType: Furniture.Visibility
|
|
fullName: TinyLife.Objects.Furniture.Visibility
|
|
- uid: TinyLife.Objects.Furniture.Type
|
|
commentId: F:TinyLife.Objects.Furniture.Type
|
|
parent: TinyLife.Objects.Furniture
|
|
name: Type
|
|
nameWithType: Furniture.Type
|
|
fullName: TinyLife.Objects.Furniture.Type
|
|
- uid: TinyLife.Objects.Furniture.Rotation
|
|
commentId: F:TinyLife.Objects.Furniture.Rotation
|
|
parent: TinyLife.Objects.Furniture
|
|
name: Rotation
|
|
nameWithType: Furniture.Rotation
|
|
fullName: TinyLife.Objects.Furniture.Rotation
|
|
- uid: TinyLife.Objects.Furniture.ParentFurniture
|
|
commentId: P:TinyLife.Objects.Furniture.ParentFurniture
|
|
parent: TinyLife.Objects.Furniture
|
|
name: ParentFurniture
|
|
nameWithType: Furniture.ParentFurniture
|
|
fullName: TinyLife.Objects.Furniture.ParentFurniture
|
|
- uid: TinyLife.Objects.Furniture.ParentObjectSpot
|
|
commentId: P:TinyLife.Objects.Furniture.ParentObjectSpot
|
|
parent: TinyLife.Objects.Furniture
|
|
name: ParentObjectSpot
|
|
nameWithType: Furniture.ParentObjectSpot
|
|
fullName: TinyLife.Objects.Furniture.ParentObjectSpot
|
|
- uid: TinyLife.Objects.Furniture.HasParent
|
|
commentId: P:TinyLife.Objects.Furniture.HasParent
|
|
parent: TinyLife.Objects.Furniture
|
|
name: HasParent
|
|
nameWithType: Furniture.HasParent
|
|
fullName: TinyLife.Objects.Furniture.HasParent
|
|
- uid: TinyLife.Objects.Furniture.Colors
|
|
commentId: F:TinyLife.Objects.Furniture.Colors
|
|
parent: TinyLife.Objects.Furniture
|
|
name: Colors
|
|
nameWithType: Furniture.Colors
|
|
fullName: TinyLife.Objects.Furniture.Colors
|
|
- uid: TinyLife.Objects.Furniture.Area
|
|
commentId: P:TinyLife.Objects.Furniture.Area
|
|
parent: TinyLife.Objects.Furniture
|
|
name: Area
|
|
nameWithType: Furniture.Area
|
|
fullName: TinyLife.Objects.Furniture.Area
|
|
- uid: TinyLife.Objects.Furniture.DevaluedThroughUse
|
|
commentId: F:TinyLife.Objects.Furniture.DevaluedThroughUse
|
|
parent: TinyLife.Objects.Furniture
|
|
name: DevaluedThroughUse
|
|
nameWithType: Furniture.DevaluedThroughUse
|
|
fullName: TinyLife.Objects.Furniture.DevaluedThroughUse
|
|
- uid: TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
|
commentId: P:TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
|
parent: TinyLife.Objects.Furniture
|
|
name: AreUtilitiesDisabled
|
|
nameWithType: Furniture.AreUtilitiesDisabled
|
|
fullName: TinyLife.Objects.Furniture.AreUtilitiesDisabled
|
|
- uid: TinyLife.Objects.Furniture.IsStatic
|
|
commentId: F:TinyLife.Objects.Furniture.IsStatic
|
|
parent: TinyLife.Objects.Furniture
|
|
name: IsStatic
|
|
nameWithType: Furniture.IsStatic
|
|
fullName: TinyLife.Objects.Furniture.IsStatic
|
|
- uid: TinyLife.Objects.Furniture.CreatorId
|
|
commentId: P:TinyLife.Objects.Furniture.CreatorId
|
|
parent: TinyLife.Objects.Furniture
|
|
name: CreatorId
|
|
nameWithType: Furniture.CreatorId
|
|
fullName: TinyLife.Objects.Furniture.CreatorId
|
|
- uid: TinyLife.Objects.Furniture.Quality
|
|
commentId: F:TinyLife.Objects.Furniture.Quality
|
|
parent: TinyLife.Objects.Furniture
|
|
name: Quality
|
|
nameWithType: Furniture.Quality
|
|
fullName: TinyLife.Objects.Furniture.Quality
|
|
- uid: TinyLife.Objects.Furniture.CanBeDirty
|
|
commentId: P:TinyLife.Objects.Furniture.CanBeDirty
|
|
parent: TinyLife.Objects.Furniture
|
|
name: CanBeDirty
|
|
nameWithType: Furniture.CanBeDirty
|
|
fullName: TinyLife.Objects.Furniture.CanBeDirty
|
|
- uid: TinyLife.Objects.Furniture.Dirty
|
|
commentId: F:TinyLife.Objects.Furniture.Dirty
|
|
parent: TinyLife.Objects.Furniture
|
|
name: Dirty
|
|
nameWithType: Furniture.Dirty
|
|
fullName: TinyLife.Objects.Furniture.Dirty
|
|
- uid: TinyLife.Objects.Furniture.CustomPrice
|
|
commentId: F:TinyLife.Objects.Furniture.CustomPrice
|
|
parent: TinyLife.Objects.Furniture
|
|
name: CustomPrice
|
|
nameWithType: Furniture.CustomPrice
|
|
fullName: TinyLife.Objects.Furniture.CustomPrice
|
|
- uid: TinyLife.Objects.Furniture.Creator
|
|
commentId: P:TinyLife.Objects.Furniture.Creator
|
|
parent: TinyLife.Objects.Furniture
|
|
name: Creator
|
|
nameWithType: Furniture.Creator
|
|
fullName: TinyLife.Objects.Furniture.Creator
|
|
- uid: TinyLife.Objects.Furniture.AttachedWall
|
|
commentId: P:TinyLife.Objects.Furniture.AttachedWall
|
|
parent: TinyLife.Objects.Furniture
|
|
name: AttachedWall
|
|
nameWithType: Furniture.AttachedWall
|
|
fullName: TinyLife.Objects.Furniture.AttachedWall
|
|
- uid: TinyLife.Objects.Furniture.HideFromDraw
|
|
commentId: P:TinyLife.Objects.Furniture.HideFromDraw
|
|
parent: TinyLife.Objects.Furniture
|
|
name: HideFromDraw
|
|
nameWithType: Furniture.HideFromDraw
|
|
fullName: TinyLife.Objects.Furniture.HideFromDraw
|
|
- uid: TinyLife.Objects.Furniture.VisualRotation
|
|
commentId: P:TinyLife.Objects.Furniture.VisualRotation
|
|
parent: TinyLife.Objects.Furniture
|
|
name: VisualRotation
|
|
nameWithType: Furniture.VisualRotation
|
|
fullName: TinyLife.Objects.Furniture.VisualRotation
|
|
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: Draw(GameTime, Object, Vector2, Nullable<Color>, List<StaticSpriteBatch.Item>)
|
|
nameWithType: Furniture.Draw(GameTime, Object, Vector2, Nullable<Color>, List<StaticSpriteBatch.Item>)
|
|
fullName: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, System.Object, Microsoft.Xna.Framework.Vector2, System.Nullable<Microsoft.Xna.Framework.Color>, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>)
|
|
nameWithType.vb: Furniture.Draw(GameTime, Object, Vector2, Nullable(Of Color), List(Of StaticSpriteBatch.Item))
|
|
fullName.vb: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, System.Object, Microsoft.Xna.Framework.Vector2, System.Nullable(Of Microsoft.Xna.Framework.Color), System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
|
|
name.vb: Draw(GameTime, Object, Vector2, Nullable(Of Color), List(Of StaticSpriteBatch.Item))
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
name: Draw
|
|
nameWithType: Furniture.Draw
|
|
fullName: TinyLife.Objects.Furniture.Draw
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
name: Color
|
|
nameWithType: Color
|
|
fullName: Microsoft.Xna.Framework.Color
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
nameWithType: List
|
|
fullName: System.Collections.Generic.List
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: StaticSpriteBatch.Item
|
|
nameWithType: StaticSpriteBatch.Item
|
|
fullName: MLEM.Graphics.StaticSpriteBatch.Item
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
name: Draw
|
|
nameWithType: Furniture.Draw
|
|
fullName: TinyLife.Objects.Furniture.Draw
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
name: Color
|
|
nameWithType: Color
|
|
fullName: Microsoft.Xna.Framework.Color
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
nameWithType: List
|
|
fullName: System.Collections.Generic.List
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: StaticSpriteBatch.Item
|
|
nameWithType: StaticSpriteBatch.Item
|
|
fullName: MLEM.Graphics.StaticSpriteBatch.Item
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.Validate
|
|
commentId: M:TinyLife.Objects.Furniture.Validate
|
|
parent: TinyLife.Objects.Furniture
|
|
name: Validate()
|
|
nameWithType: Furniture.Validate()
|
|
fullName: TinyLife.Objects.Furniture.Validate()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.Validate
|
|
name: Validate
|
|
nameWithType: Furniture.Validate
|
|
fullName: TinyLife.Objects.Furniture.Validate
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.Validate
|
|
name: Validate
|
|
nameWithType: Furniture.Validate
|
|
fullName: TinyLife.Objects.Furniture.Validate
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
|
|
commentId: M:TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: Intersects(RectangleF)
|
|
nameWithType: Furniture.Intersects(RectangleF)
|
|
fullName: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
|
|
name: Intersects
|
|
nameWithType: Furniture.Intersects
|
|
fullName: TinyLife.Objects.Furniture.Intersects
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: MLEM.Misc.RectangleF
|
|
name: RectangleF
|
|
nameWithType: RectangleF
|
|
fullName: MLEM.Misc.RectangleF
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.Intersects(MLEM.Misc.RectangleF)
|
|
name: Intersects
|
|
nameWithType: Furniture.Intersects
|
|
fullName: TinyLife.Objects.Furniture.Intersects
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: MLEM.Misc.RectangleF
|
|
name: RectangleF
|
|
nameWithType: RectangleF
|
|
fullName: MLEM.Misc.RectangleF
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
|
|
commentId: M:TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
|
|
parent: TinyLife.Objects.Furniture
|
|
name: GetCategories(Person)
|
|
nameWithType: Furniture.GetCategories(Person)
|
|
fullName: TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
|
|
name: GetCategories
|
|
nameWithType: Furniture.GetCategories
|
|
fullName: TinyLife.Objects.Furniture.GetCategories
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.GetCategories(TinyLife.Objects.Person)
|
|
name: GetCategories
|
|
nameWithType: Furniture.GetCategories
|
|
fullName: TinyLife.Objects.Furniture.GetCategories
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.OnAdded
|
|
commentId: M:TinyLife.Objects.Furniture.OnAdded
|
|
parent: TinyLife.Objects.Furniture
|
|
name: OnAdded()
|
|
nameWithType: Furniture.OnAdded()
|
|
fullName: TinyLife.Objects.Furniture.OnAdded()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.OnAdded
|
|
name: OnAdded
|
|
nameWithType: Furniture.OnAdded
|
|
fullName: TinyLife.Objects.Furniture.OnAdded
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.OnAdded
|
|
name: OnAdded
|
|
nameWithType: Furniture.OnAdded
|
|
fullName: TinyLife.Objects.Furniture.OnAdded
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.OnRemoved
|
|
commentId: M:TinyLife.Objects.Furniture.OnRemoved
|
|
parent: TinyLife.Objects.Furniture
|
|
name: OnRemoved()
|
|
nameWithType: Furniture.OnRemoved()
|
|
fullName: TinyLife.Objects.Furniture.OnRemoved()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.OnRemoved
|
|
name: OnRemoved
|
|
nameWithType: Furniture.OnRemoved
|
|
fullName: TinyLife.Objects.Furniture.OnRemoved
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.OnRemoved
|
|
name: OnRemoved
|
|
nameWithType: Furniture.OnRemoved
|
|
fullName: TinyLife.Objects.Furniture.OnRemoved
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
commentId: M:TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
parent: TinyLife.Objects.Furniture
|
|
name: GetAiPriority(Person, ObjectCategory)
|
|
nameWithType: Furniture.GetAiPriority(Person, ObjectCategory)
|
|
fullName: TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
name: GetAiPriority
|
|
nameWithType: Furniture.GetAiPriority
|
|
fullName: TinyLife.Objects.Furniture.GetAiPriority
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
nameWithType: ObjectCategory
|
|
fullName: TinyLife.Objects.ObjectCategory
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.GetAiPriority(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
name: GetAiPriority
|
|
nameWithType: Furniture.GetAiPriority
|
|
fullName: TinyLife.Objects.Furniture.GetAiPriority
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
nameWithType: ObjectCategory
|
|
fullName: TinyLife.Objects.ObjectCategory
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
|
commentId: M:TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: CanExecuteAction(ActionType, ActionInfo, Boolean, Boolean)
|
|
nameWithType: Furniture.CanExecuteAction(ActionType, ActionInfo, Boolean, Boolean)
|
|
fullName: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType, TinyLife.Actions.ActionInfo, System.Boolean, System.Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
|
name: CanExecuteAction
|
|
nameWithType: Furniture.CanExecuteAction
|
|
fullName: TinyLife.Objects.Furniture.CanExecuteAction
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
nameWithType: ActionType
|
|
fullName: TinyLife.Actions.ActionType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
nameWithType: ActionInfo
|
|
fullName: TinyLife.Actions.ActionInfo
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.CanExecuteAction(TinyLife.Actions.ActionType,TinyLife.Actions.ActionInfo,System.Boolean,System.Boolean)
|
|
name: CanExecuteAction
|
|
nameWithType: Furniture.CanExecuteAction
|
|
fullName: TinyLife.Objects.Furniture.CanExecuteAction
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.ActionType
|
|
name: ActionType
|
|
nameWithType: ActionType
|
|
fullName: TinyLife.Actions.ActionType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
nameWithType: ActionInfo
|
|
fullName: TinyLife.Actions.ActionInfo
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
|
commentId: M:TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: OnActionCompleted(Action, CompletionType, Boolean)
|
|
nameWithType: Furniture.OnActionCompleted(Action, CompletionType, Boolean)
|
|
fullName: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action, TinyLife.Actions.CompletionType, System.Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
|
name: OnActionCompleted
|
|
nameWithType: Furniture.OnActionCompleted
|
|
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: TinyLife.Actions.Action
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
nameWithType: CompletionType
|
|
fullName: TinyLife.Actions.CompletionType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.OnActionCompleted(TinyLife.Actions.Action,TinyLife.Actions.CompletionType,System.Boolean)
|
|
name: OnActionCompleted
|
|
nameWithType: Furniture.OnActionCompleted
|
|
fullName: TinyLife.Objects.Furniture.OnActionCompleted
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: TinyLife.Actions.Action
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Actions.CompletionType
|
|
name: CompletionType
|
|
nameWithType: CompletionType
|
|
fullName: TinyLife.Actions.CompletionType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
|
commentId: M:TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
|
|
nameWithType: Furniture.ActionUpdate(Action, GameTime, TimeSpan, Single, Boolean)
|
|
fullName: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action, Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single, System.Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
|
name: ActionUpdate
|
|
nameWithType: Furniture.ActionUpdate
|
|
fullName: TinyLife.Objects.Furniture.ActionUpdate
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: TinyLife.Actions.Action
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
nameWithType: TimeSpan
|
|
fullName: System.TimeSpan
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.ActionUpdate(TinyLife.Actions.Action,Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single,System.Boolean)
|
|
name: ActionUpdate
|
|
nameWithType: Furniture.ActionUpdate
|
|
fullName: TinyLife.Objects.Furniture.ActionUpdate
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Actions.Action
|
|
name: Action
|
|
nameWithType: Action
|
|
fullName: TinyLife.Actions.Action
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
nameWithType: TimeSpan
|
|
fullName: System.TimeSpan
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
parent: TinyLife.Objects.Furniture
|
|
name: GetFreeActionSpotInfo(Person, ObjectCategory)
|
|
nameWithType: Furniture.GetFreeActionSpotInfo(Person, ObjectCategory)
|
|
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
name: GetFreeActionSpotInfo
|
|
nameWithType: Furniture.GetFreeActionSpotInfo
|
|
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
nameWithType: ObjectCategory
|
|
fullName: TinyLife.Objects.ObjectCategory
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.GetFreeActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
name: GetFreeActionSpotInfo
|
|
nameWithType: Furniture.GetFreeActionSpotInfo
|
|
fullName: TinyLife.Objects.Furniture.GetFreeActionSpotInfo
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
nameWithType: ObjectCategory
|
|
fullName: TinyLife.Objects.ObjectCategory
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
|
commentId: M:TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: GetHoverInfo(Tooltip)
|
|
nameWithType: Furniture.GetHoverInfo(Tooltip)
|
|
fullName: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
|
name: GetHoverInfo
|
|
nameWithType: Furniture.GetHoverInfo
|
|
fullName: TinyLife.Objects.Furniture.GetHoverInfo
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: MLEM.Ui.Elements.Tooltip
|
|
name: Tooltip
|
|
nameWithType: Tooltip
|
|
fullName: MLEM.Ui.Elements.Tooltip
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.GetHoverInfo(MLEM.Ui.Elements.Tooltip)
|
|
name: GetHoverInfo
|
|
nameWithType: Furniture.GetHoverInfo
|
|
fullName: TinyLife.Objects.Furniture.GetHoverInfo
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: MLEM.Ui.Elements.Tooltip
|
|
name: Tooltip
|
|
nameWithType: Tooltip
|
|
fullName: MLEM.Ui.Elements.Tooltip
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
|
commentId: M:TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
|
nameWithType: Furniture.GetEfficiencyModifier(Person, ActionInfo, Boolean, SkillType, Single)
|
|
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.Skills.SkillType, System.Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
|
name: GetEfficiencyModifier
|
|
nameWithType: Furniture.GetEfficiencyModifier
|
|
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
nameWithType: ActionInfo
|
|
fullName: TinyLife.Actions.ActionInfo
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
nameWithType: SkillType
|
|
fullName: TinyLife.Skills.SkillType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.GetEfficiencyModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.Skills.SkillType,System.Single)
|
|
name: GetEfficiencyModifier
|
|
nameWithType: Furniture.GetEfficiencyModifier
|
|
fullName: TinyLife.Objects.Furniture.GetEfficiencyModifier
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
nameWithType: ActionInfo
|
|
fullName: TinyLife.Actions.ActionInfo
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Skills.SkillType
|
|
name: SkillType
|
|
nameWithType: SkillType
|
|
fullName: TinyLife.Skills.SkillType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
|
commentId: M:TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
|
nameWithType: Furniture.GetRestoreNeedModifier(Person, ActionInfo, Boolean, NeedType)
|
|
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person, TinyLife.Actions.ActionInfo, System.Boolean, TinyLife.NeedType)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
|
name: GetRestoreNeedModifier
|
|
nameWithType: Furniture.GetRestoreNeedModifier
|
|
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
nameWithType: ActionInfo
|
|
fullName: TinyLife.Actions.ActionInfo
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.NeedType
|
|
name: NeedType
|
|
nameWithType: NeedType
|
|
fullName: TinyLife.NeedType
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.GetRestoreNeedModifier(TinyLife.Objects.Person,TinyLife.Actions.ActionInfo,System.Boolean,TinyLife.NeedType)
|
|
name: GetRestoreNeedModifier
|
|
nameWithType: Furniture.GetRestoreNeedModifier
|
|
fullName: TinyLife.Objects.Furniture.GetRestoreNeedModifier
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Actions.ActionInfo
|
|
name: ActionInfo
|
|
nameWithType: ActionInfo
|
|
fullName: TinyLife.Actions.ActionInfo
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.NeedType
|
|
name: NeedType
|
|
nameWithType: NeedType
|
|
fullName: TinyLife.NeedType
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
|
commentId: M:TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: IsFreeSpot(Point)
|
|
nameWithType: Furniture.IsFreeSpot(Point)
|
|
fullName: TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
|
name: IsFreeSpot
|
|
nameWithType: Furniture.IsFreeSpot
|
|
fullName: TinyLife.Objects.Furniture.IsFreeSpot
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
nameWithType: Point
|
|
fullName: Microsoft.Xna.Framework.Point
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.IsFreeSpot(Microsoft.Xna.Framework.Point)
|
|
name: IsFreeSpot
|
|
nameWithType: Furniture.IsFreeSpot
|
|
fullName: TinyLife.Objects.Furniture.IsFreeSpot
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
nameWithType: Point
|
|
fullName: Microsoft.Xna.Framework.Point
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
|
commentId: M:TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: ResetToStatic(Boolean)
|
|
nameWithType: Furniture.ResetToStatic(Boolean)
|
|
fullName: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
|
name: ResetToStatic
|
|
nameWithType: Furniture.ResetToStatic
|
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.ResetToStatic(System.Boolean)
|
|
name: ResetToStatic
|
|
nameWithType: Furniture.ResetToStatic
|
|
fullName: TinyLife.Objects.Furniture.ResetToStatic
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.GetPrice
|
|
commentId: M:TinyLife.Objects.Furniture.GetPrice
|
|
parent: TinyLife.Objects.Furniture
|
|
name: GetPrice()
|
|
nameWithType: Furniture.GetPrice()
|
|
fullName: TinyLife.Objects.Furniture.GetPrice()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.GetPrice
|
|
name: GetPrice
|
|
nameWithType: Furniture.GetPrice
|
|
fullName: TinyLife.Objects.Furniture.GetPrice
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.GetPrice
|
|
name: GetPrice
|
|
nameWithType: Furniture.GetPrice
|
|
fullName: TinyLife.Objects.Furniture.GetPrice
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
|
commentId: M:TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: GetDescription(List<String>, Boolean)
|
|
nameWithType: Furniture.GetDescription(List<String>, Boolean)
|
|
fullName: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List<System.String>, System.Boolean)
|
|
nameWithType.vb: Furniture.GetDescription(List(Of String), Boolean)
|
|
fullName.vb: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List(Of System.String), System.Boolean)
|
|
name.vb: GetDescription(List(Of String), Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
|
name: GetDescription
|
|
nameWithType: Furniture.GetDescription
|
|
fullName: TinyLife.Objects.Furniture.GetDescription
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
nameWithType: List
|
|
fullName: System.Collections.Generic.List
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.GetDescription(System.Collections.Generic.List{System.String},System.Boolean)
|
|
name: GetDescription
|
|
nameWithType: Furniture.GetDescription
|
|
fullName: TinyLife.Objects.Furniture.GetDescription
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
nameWithType: List
|
|
fullName: System.Collections.Generic.List
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
|
commentId: M:TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
|
parent: TinyLife.Objects.Furniture
|
|
name: GetDecorativeRating(Room)
|
|
nameWithType: Furniture.GetDecorativeRating(Room)
|
|
fullName: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
|
name: GetDecorativeRating
|
|
nameWithType: Furniture.GetDecorativeRating
|
|
fullName: TinyLife.Objects.Furniture.GetDecorativeRating
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.World.Room
|
|
name: Room
|
|
nameWithType: Room
|
|
fullName: TinyLife.World.Room
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.GetDecorativeRating(TinyLife.World.Room)
|
|
name: GetDecorativeRating
|
|
nameWithType: Furniture.GetDecorativeRating
|
|
fullName: TinyLife.Objects.Furniture.GetDecorativeRating
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.World.Room
|
|
name: Room
|
|
nameWithType: Room
|
|
fullName: TinyLife.World.Room
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
|
commentId: M:TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: GetDirty(Person, TimeSpan)
|
|
nameWithType: Furniture.GetDirty(Person, TimeSpan)
|
|
fullName: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person, System.TimeSpan)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
|
name: GetDirty
|
|
nameWithType: Furniture.GetDirty
|
|
fullName: TinyLife.Objects.Furniture.GetDirty
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
nameWithType: TimeSpan
|
|
fullName: System.TimeSpan
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.GetDirty(TinyLife.Objects.Person,System.TimeSpan)
|
|
name: GetDirty
|
|
nameWithType: Furniture.GetDirty
|
|
fullName: TinyLife.Objects.Furniture.GetDirty
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
nameWithType: TimeSpan
|
|
fullName: System.TimeSpan
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
|
commentId: M:TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: SetCreator(Person, Boolean)
|
|
nameWithType: Furniture.SetCreator(Person, Boolean)
|
|
fullName: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person, System.Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
|
name: SetCreator
|
|
nameWithType: Furniture.SetCreator
|
|
fullName: TinyLife.Objects.Furniture.SetCreator
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.SetCreator(TinyLife.Objects.Person,System.Boolean)
|
|
name: SetCreator
|
|
nameWithType: Furniture.SetCreator
|
|
fullName: TinyLife.Objects.Furniture.SetCreator
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)
|
|
commentId: M:TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: OnPlacedInBuildMode(FurniturePlacer, Boolean)
|
|
nameWithType: Furniture.OnPlacedInBuildMode(FurniturePlacer, Boolean)
|
|
fullName: TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer, System.Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)
|
|
name: OnPlacedInBuildMode
|
|
nameWithType: Furniture.OnPlacedInBuildMode
|
|
fullName: TinyLife.Objects.Furniture.OnPlacedInBuildMode
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Tools.FurniturePlacer
|
|
name: FurniturePlacer
|
|
nameWithType: FurniturePlacer
|
|
fullName: TinyLife.Tools.FurniturePlacer
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.OnPlacedInBuildMode(TinyLife.Tools.FurniturePlacer,System.Boolean)
|
|
name: OnPlacedInBuildMode
|
|
nameWithType: Furniture.OnPlacedInBuildMode
|
|
fullName: TinyLife.Objects.Furniture.OnPlacedInBuildMode
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Tools.FurniturePlacer
|
|
name: FurniturePlacer
|
|
nameWithType: FurniturePlacer
|
|
fullName: TinyLife.Tools.FurniturePlacer
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
|
commentId: M:TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
|
parent: TinyLife.Objects.Furniture
|
|
name: OnNeighborChanged(Furniture)
|
|
nameWithType: Furniture.OnNeighborChanged(Furniture)
|
|
fullName: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
|
name: OnNeighborChanged
|
|
nameWithType: Furniture.OnNeighborChanged
|
|
fullName: TinyLife.Objects.Furniture.OnNeighborChanged
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.OnNeighborChanged(TinyLife.Objects.Furniture)
|
|
name: OnNeighborChanged
|
|
nameWithType: Furniture.OnNeighborChanged
|
|
fullName: TinyLife.Objects.Furniture.OnNeighborChanged
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
|
commentId: M:TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: DrawUi(GameTime, SpriteBatch, Element, Single, Int32[])
|
|
nameWithType: Furniture.DrawUi(GameTime, SpriteBatch, Element, Single, Int32[])
|
|
fullName: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Ui.Elements.Element, System.Single, System.Int32[])
|
|
nameWithType.vb: Furniture.DrawUi(GameTime, SpriteBatch, Element, Single, Int32())
|
|
fullName.vb: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime, Microsoft.Xna.Framework.Graphics.SpriteBatch, MLEM.Ui.Elements.Element, System.Single, System.Int32())
|
|
name.vb: DrawUi(GameTime, SpriteBatch, Element, Single, Int32())
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
|
name: DrawUi
|
|
nameWithType: Furniture.DrawUi
|
|
fullName: TinyLife.Objects.Furniture.DrawUi
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
name: SpriteBatch
|
|
nameWithType: SpriteBatch
|
|
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Ui.Elements.Element
|
|
name: Element
|
|
nameWithType: Element
|
|
fullName: MLEM.Ui.Elements.Element
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: '[]'
|
|
nameWithType: '[]'
|
|
fullName: '[]'
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.DrawUi(Microsoft.Xna.Framework.GameTime,Microsoft.Xna.Framework.Graphics.SpriteBatch,MLEM.Ui.Elements.Element,System.Single,System.Int32[])
|
|
name: DrawUi
|
|
nameWithType: Furniture.DrawUi
|
|
fullName: TinyLife.Objects.Furniture.DrawUi
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
name: SpriteBatch
|
|
nameWithType: SpriteBatch
|
|
fullName: Microsoft.Xna.Framework.Graphics.SpriteBatch
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Ui.Elements.Element
|
|
name: Element
|
|
nameWithType: Element
|
|
fullName: MLEM.Ui.Elements.Element
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: ()
|
|
nameWithType: ()
|
|
fullName: ()
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)
|
|
commentId: M:TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: GetOccupants(ObjectCategory, Boolean)
|
|
nameWithType: Furniture.GetOccupants(ObjectCategory, Boolean)
|
|
fullName: TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory, System.Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)
|
|
name: GetOccupants
|
|
nameWithType: Furniture.GetOccupants
|
|
fullName: TinyLife.Objects.Furniture.GetOccupants
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
nameWithType: ObjectCategory
|
|
fullName: TinyLife.Objects.ObjectCategory
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.GetOccupants(TinyLife.Objects.ObjectCategory,System.Boolean)
|
|
name: GetOccupants
|
|
nameWithType: Furniture.GetOccupants
|
|
fullName: TinyLife.Objects.Furniture.GetOccupants
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
nameWithType: ObjectCategory
|
|
fullName: TinyLife.Objects.ObjectCategory
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
parent: TinyLife.Objects.Furniture
|
|
name: GetFreeActionSpots(Person, ObjectCategory)
|
|
nameWithType: Furniture.GetFreeActionSpots(Person, ObjectCategory)
|
|
fullName: TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
name: GetFreeActionSpots
|
|
nameWithType: Furniture.GetFreeActionSpots
|
|
fullName: TinyLife.Objects.Furniture.GetFreeActionSpots
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
nameWithType: ObjectCategory
|
|
fullName: TinyLife.Objects.ObjectCategory
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.GetFreeActionSpots(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
name: GetFreeActionSpots
|
|
nameWithType: Furniture.GetFreeActionSpots
|
|
fullName: TinyLife.Objects.Furniture.GetFreeActionSpots
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
nameWithType: ObjectCategory
|
|
fullName: TinyLife.Objects.ObjectCategory
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
commentId: M:TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
parent: TinyLife.Objects.Furniture
|
|
name: GetFreeActionSpot(Person, ObjectCategory)
|
|
nameWithType: Furniture.GetFreeActionSpot(Person, ObjectCategory)
|
|
fullName: TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
name: GetFreeActionSpot
|
|
nameWithType: Furniture.GetFreeActionSpot
|
|
fullName: TinyLife.Objects.Furniture.GetFreeActionSpot
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
nameWithType: ObjectCategory
|
|
fullName: TinyLife.Objects.ObjectCategory
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.GetFreeActionSpot(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
name: GetFreeActionSpot
|
|
nameWithType: Furniture.GetFreeActionSpot
|
|
fullName: TinyLife.Objects.Furniture.GetFreeActionSpot
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
nameWithType: ObjectCategory
|
|
fullName: TinyLife.Objects.ObjectCategory
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
|
|
commentId: M:TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: GetActionSpotInfo(Person, ActionSpot, Direction2)
|
|
nameWithType: Furniture.GetActionSpotInfo(Person, ActionSpot, Direction2)
|
|
fullName: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person, TinyLife.Objects.ActionSpot, MLEM.Misc.Direction2)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
|
|
name: GetActionSpotInfo
|
|
nameWithType: Furniture.GetActionSpotInfo
|
|
fullName: TinyLife.Objects.Furniture.GetActionSpotInfo
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ActionSpot
|
|
name: ActionSpot
|
|
nameWithType: ActionSpot
|
|
fullName: TinyLife.Objects.ActionSpot
|
|
- 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.Furniture.GetActionSpotInfo(TinyLife.Objects.Person,TinyLife.Objects.ActionSpot,MLEM.Misc.Direction2)
|
|
name: GetActionSpotInfo
|
|
nameWithType: Furniture.GetActionSpotInfo
|
|
fullName: TinyLife.Objects.Furniture.GetActionSpotInfo
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ActionSpot
|
|
name: ActionSpot
|
|
nameWithType: ActionSpot
|
|
fullName: TinyLife.Objects.ActionSpot
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Misc.Direction2
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Misc.Direction2
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
|
commentId: M:TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: GetFreeObjectSpot(FurnitureType, Nullable<Vector2>)
|
|
nameWithType: Furniture.GetFreeObjectSpot(FurnitureType, Nullable<Vector2>)
|
|
fullName: TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType, System.Nullable<Microsoft.Xna.Framework.Vector2>)
|
|
nameWithType.vb: Furniture.GetFreeObjectSpot(FurnitureType, Nullable(Of Vector2))
|
|
fullName.vb: TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType, System.Nullable(Of Microsoft.Xna.Framework.Vector2))
|
|
name.vb: GetFreeObjectSpot(FurnitureType, Nullable(Of Vector2))
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
|
name: GetFreeObjectSpot
|
|
nameWithType: Furniture.GetFreeObjectSpot
|
|
fullName: TinyLife.Objects.Furniture.GetFreeObjectSpot
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
nameWithType: FurnitureType
|
|
fullName: TinyLife.Objects.FurnitureType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.GetFreeObjectSpot(TinyLife.Objects.FurnitureType,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
|
name: GetFreeObjectSpot
|
|
nameWithType: Furniture.GetFreeObjectSpot
|
|
fullName: TinyLife.Objects.Furniture.GetFreeObjectSpot
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
nameWithType: FurnitureType
|
|
fullName: TinyLife.Objects.FurnitureType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
|
|
commentId: M:TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
|
|
parent: TinyLife.Objects.Furniture
|
|
name: SetParent(Furniture, ObjectSpot)
|
|
nameWithType: Furniture.SetParent(Furniture, ObjectSpot)
|
|
fullName: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture, TinyLife.Objects.ObjectSpot)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
|
|
name: SetParent
|
|
nameWithType: Furniture.SetParent
|
|
fullName: TinyLife.Objects.Furniture.SetParent
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ObjectSpot
|
|
name: ObjectSpot
|
|
nameWithType: ObjectSpot
|
|
fullName: TinyLife.Objects.ObjectSpot
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.SetParent(TinyLife.Objects.Furniture,TinyLife.Objects.ObjectSpot)
|
|
name: SetParent
|
|
nameWithType: Furniture.SetParent
|
|
fullName: TinyLife.Objects.Furniture.SetParent
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ObjectSpot
|
|
name: ObjectSpot
|
|
nameWithType: ObjectSpot
|
|
fullName: TinyLife.Objects.ObjectSpot
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
|
|
commentId: M:TinyLife.Objects.Furniture.UnlinkParentsAndChildren
|
|
parent: TinyLife.Objects.Furniture
|
|
name: UnlinkParentsAndChildren()
|
|
nameWithType: Furniture.UnlinkParentsAndChildren()
|
|
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
|
|
name: UnlinkParentsAndChildren
|
|
nameWithType: Furniture.UnlinkParentsAndChildren
|
|
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
|
|
name: UnlinkParentsAndChildren
|
|
nameWithType: Furniture.UnlinkParentsAndChildren
|
|
fullName: TinyLife.Objects.Furniture.UnlinkParentsAndChildren
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
|
|
commentId: M:TinyLife.Objects.Furniture.RemoveAndUnlink
|
|
parent: TinyLife.Objects.Furniture
|
|
name: RemoveAndUnlink()
|
|
nameWithType: Furniture.RemoveAndUnlink()
|
|
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
|
|
name: RemoveAndUnlink
|
|
nameWithType: Furniture.RemoveAndUnlink
|
|
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.RemoveAndUnlink
|
|
name: RemoveAndUnlink
|
|
nameWithType: Furniture.RemoveAndUnlink
|
|
fullName: TinyLife.Objects.Furniture.RemoveAndUnlink
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.GetChildren``1
|
|
commentId: M:TinyLife.Objects.Furniture.GetChildren``1
|
|
parent: TinyLife.Objects.Furniture
|
|
name: GetChildren<T>()
|
|
nameWithType: Furniture.GetChildren<T>()
|
|
fullName: TinyLife.Objects.Furniture.GetChildren<T>()
|
|
nameWithType.vb: Furniture.GetChildren(Of T)()
|
|
fullName.vb: TinyLife.Objects.Furniture.GetChildren(Of T)()
|
|
name.vb: GetChildren(Of T)()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.GetChildren``1
|
|
name: GetChildren<T>
|
|
nameWithType: Furniture.GetChildren<T>
|
|
fullName: TinyLife.Objects.Furniture.GetChildren<T>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.GetChildren``1
|
|
name: GetChildren(Of T)
|
|
nameWithType: Furniture.GetChildren(Of T)
|
|
fullName: TinyLife.Objects.Furniture.GetChildren(Of T)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{{T}})
|
|
commentId: M:TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0})
|
|
parent: TinyLife.Objects.Furniture
|
|
definition: TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0})
|
|
name: RemoveChildren<T>(Predicate<T>)
|
|
nameWithType: Furniture.RemoveChildren<T>(Predicate<T>)
|
|
fullName: TinyLife.Objects.Furniture.RemoveChildren<T>(System.Predicate<T>)
|
|
nameWithType.vb: Furniture.RemoveChildren(Of T)(Predicate(Of T))
|
|
fullName.vb: TinyLife.Objects.Furniture.RemoveChildren(Of T)(System.Predicate(Of T))
|
|
name.vb: RemoveChildren(Of T)(Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0})
|
|
name: RemoveChildren<T>
|
|
nameWithType: Furniture.RemoveChildren<T>
|
|
fullName: TinyLife.Objects.Furniture.RemoveChildren<T>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- 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: '>'
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0})
|
|
name: RemoveChildren(Of T)
|
|
nameWithType: Furniture.RemoveChildren(Of T)
|
|
fullName: TinyLife.Objects.Furniture.RemoveChildren(Of T)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- 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: )
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
|
commentId: M:TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
|
parent: TinyLife.Objects.Furniture
|
|
name: RemoveChild(Furniture)
|
|
nameWithType: Furniture.RemoveChild(Furniture)
|
|
fullName: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
|
name: RemoveChild
|
|
nameWithType: Furniture.RemoveChild
|
|
fullName: TinyLife.Objects.Furniture.RemoveChild
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.RemoveChild(TinyLife.Objects.Furniture)
|
|
name: RemoveChild
|
|
nameWithType: Furniture.RemoveChild
|
|
fullName: TinyLife.Objects.Furniture.RemoveChild
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
|
|
commentId: M:TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: AddChild<T>(FurnitureType, Direction2, Int32[], Nullable<Guid>, Nullable<Vector2>)
|
|
nameWithType: Furniture.AddChild<T>(FurnitureType, Direction2, Int32[], Nullable<Guid>, Nullable<Vector2>)
|
|
fullName: TinyLife.Objects.Furniture.AddChild<T>(TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>, System.Nullable<Microsoft.Xna.Framework.Vector2>)
|
|
nameWithType.vb: Furniture.AddChild(Of T)(FurnitureType, Direction2, Int32(), Nullable(Of Guid), Nullable(Of Vector2))
|
|
fullName.vb: TinyLife.Objects.Furniture.AddChild(Of T)(TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid), System.Nullable(Of Microsoft.Xna.Framework.Vector2))
|
|
name.vb: AddChild(Of T)(FurnitureType, Direction2, Int32(), Nullable(Of Guid), Nullable(Of Vector2))
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
|
|
name: AddChild<T>
|
|
nameWithType: Furniture.AddChild<T>
|
|
fullName: TinyLife.Objects.Furniture.AddChild<T>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
nameWithType: FurnitureType
|
|
fullName: TinyLife.Objects.FurnitureType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Misc.Direction2
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Misc.Direction2
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: '[]'
|
|
nameWithType: '[]'
|
|
fullName: '[]'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: System.Guid
|
|
name: Guid
|
|
nameWithType: Guid
|
|
fullName: System.Guid
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.AddChild``1(TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid},System.Nullable{Microsoft.Xna.Framework.Vector2})
|
|
name: AddChild(Of T)
|
|
nameWithType: Furniture.AddChild(Of T)
|
|
fullName: TinyLife.Objects.Furniture.AddChild(Of T)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
nameWithType: FurnitureType
|
|
fullName: TinyLife.Objects.FurnitureType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Misc.Direction2
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Misc.Direction2
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: ()
|
|
nameWithType: ()
|
|
fullName: ()
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: System.Guid
|
|
name: Guid
|
|
nameWithType: Guid
|
|
fullName: System.Guid
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
|
commentId: M:TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: AddChild(Furniture, Direction2, Nullable<Vector2>)
|
|
nameWithType: Furniture.AddChild(Furniture, Direction2, Nullable<Vector2>)
|
|
fullName: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture, MLEM.Misc.Direction2, System.Nullable<Microsoft.Xna.Framework.Vector2>)
|
|
nameWithType.vb: Furniture.AddChild(Furniture, Direction2, Nullable(Of Vector2))
|
|
fullName.vb: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture, MLEM.Misc.Direction2, System.Nullable(Of Microsoft.Xna.Framework.Vector2))
|
|
name.vb: AddChild(Furniture, Direction2, Nullable(Of Vector2))
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
|
name: AddChild
|
|
nameWithType: Furniture.AddChild
|
|
fullName: TinyLife.Objects.Furniture.AddChild
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Misc.Direction2
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Misc.Direction2
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.AddChild(TinyLife.Objects.Furniture,MLEM.Misc.Direction2,System.Nullable{Microsoft.Xna.Framework.Vector2})
|
|
name: AddChild
|
|
nameWithType: Furniture.AddChild
|
|
fullName: TinyLife.Objects.Furniture.AddChild
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Misc.Direction2
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Misc.Direction2
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
|
|
commentId: M:TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
|
|
nameWithType: Furniture.SetChild<T>(ObjectSpot, FurnitureType, Direction2, Int32[], Nullable<Guid>)
|
|
fullName: TinyLife.Objects.Furniture.SetChild<T>(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32[], System.Nullable<System.Guid>)
|
|
nameWithType.vb: Furniture.SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
|
|
fullName.vb: TinyLife.Objects.Furniture.SetChild(Of T)(TinyLife.Objects.ObjectSpot, TinyLife.Objects.FurnitureType, MLEM.Misc.Direction2, System.Int32(), System.Nullable(Of System.Guid))
|
|
name.vb: SetChild(Of T)(ObjectSpot, FurnitureType, Direction2, Int32(), Nullable(Of Guid))
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
|
|
name: SetChild<T>
|
|
nameWithType: Furniture.SetChild<T>
|
|
fullName: TinyLife.Objects.Furniture.SetChild<T>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.ObjectSpot
|
|
name: ObjectSpot
|
|
nameWithType: ObjectSpot
|
|
fullName: TinyLife.Objects.ObjectSpot
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
nameWithType: FurnitureType
|
|
fullName: TinyLife.Objects.FurnitureType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Misc.Direction2
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Misc.Direction2
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: '[]'
|
|
nameWithType: '[]'
|
|
fullName: '[]'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: System.Guid
|
|
name: Guid
|
|
nameWithType: Guid
|
|
fullName: System.Guid
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.SetChild``1(TinyLife.Objects.ObjectSpot,TinyLife.Objects.FurnitureType,MLEM.Misc.Direction2,System.Int32[],System.Nullable{System.Guid})
|
|
name: SetChild(Of T)
|
|
nameWithType: Furniture.SetChild(Of T)
|
|
fullName: TinyLife.Objects.Furniture.SetChild(Of T)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.ObjectSpot
|
|
name: ObjectSpot
|
|
nameWithType: ObjectSpot
|
|
fullName: TinyLife.Objects.ObjectSpot
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
name: FurnitureType
|
|
nameWithType: FurnitureType
|
|
fullName: TinyLife.Objects.FurnitureType
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Misc.Direction2
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Misc.Direction2
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: ()
|
|
nameWithType: ()
|
|
fullName: ()
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: System.Guid
|
|
name: Guid
|
|
nameWithType: Guid
|
|
fullName: System.Guid
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
|
|
commentId: M:TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: SetChild(ObjectSpot, Furniture, Direction2)
|
|
nameWithType: Furniture.SetChild(ObjectSpot, Furniture, Direction2)
|
|
fullName: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot, TinyLife.Objects.Furniture, MLEM.Misc.Direction2)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
|
|
name: SetChild
|
|
nameWithType: Furniture.SetChild
|
|
fullName: TinyLife.Objects.Furniture.SetChild
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.ObjectSpot
|
|
name: ObjectSpot
|
|
nameWithType: ObjectSpot
|
|
fullName: TinyLife.Objects.ObjectSpot
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- 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.Furniture.SetChild(TinyLife.Objects.ObjectSpot,TinyLife.Objects.Furniture,MLEM.Misc.Direction2)
|
|
name: SetChild
|
|
nameWithType: Furniture.SetChild
|
|
fullName: TinyLife.Objects.Furniture.SetChild
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.ObjectSpot
|
|
name: ObjectSpot
|
|
nameWithType: ObjectSpot
|
|
fullName: TinyLife.Objects.ObjectSpot
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Misc.Direction2
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Misc.Direction2
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.NotifyNeighbors
|
|
commentId: M:TinyLife.Objects.Furniture.NotifyNeighbors
|
|
parent: TinyLife.Objects.Furniture
|
|
name: NotifyNeighbors()
|
|
nameWithType: Furniture.NotifyNeighbors()
|
|
fullName: TinyLife.Objects.Furniture.NotifyNeighbors()
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.NotifyNeighbors
|
|
name: NotifyNeighbors
|
|
nameWithType: Furniture.NotifyNeighbors
|
|
fullName: TinyLife.Objects.Furniture.NotifyNeighbors
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.NotifyNeighbors
|
|
name: NotifyNeighbors
|
|
nameWithType: Furniture.NotifyNeighbors
|
|
fullName: TinyLife.Objects.Furniture.NotifyNeighbors
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
|
commentId: M:TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: SetNewId(IEnumerable<Furniture>)
|
|
nameWithType: Furniture.SetNewId(IEnumerable<Furniture>)
|
|
fullName: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable<TinyLife.Objects.Furniture>)
|
|
nameWithType.vb: Furniture.SetNewId(IEnumerable(Of Furniture))
|
|
fullName.vb: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable(Of TinyLife.Objects.Furniture))
|
|
name.vb: SetNewId(IEnumerable(Of Furniture))
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
|
name: SetNewId
|
|
nameWithType: Furniture.SetNewId
|
|
fullName: TinyLife.Objects.Furniture.SetNewId
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
nameWithType: IEnumerable
|
|
fullName: System.Collections.Generic.IEnumerable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.SetNewId(System.Collections.Generic.IEnumerable{TinyLife.Objects.Furniture})
|
|
name: SetNewId
|
|
nameWithType: Furniture.SetNewId
|
|
fullName: TinyLife.Objects.Furniture.SetNewId
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.Collections.Generic.IEnumerable`1
|
|
name: IEnumerable
|
|
nameWithType: IEnumerable
|
|
fullName: System.Collections.Generic.IEnumerable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: TinyLife.Objects.Furniture
|
|
name: Furniture
|
|
nameWithType: Furniture
|
|
fullName: TinyLife.Objects.Furniture
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.MapObject.PersonRotationOrder
|
|
commentId: F:TinyLife.Objects.MapObject.PersonRotationOrder
|
|
parent: TinyLife.Objects.MapObject
|
|
name: PersonRotationOrder
|
|
nameWithType: MapObject.PersonRotationOrder
|
|
fullName: TinyLife.Objects.MapObject.PersonRotationOrder
|
|
- uid: TinyLife.Objects.MapObject.OnCreated
|
|
commentId: E:TinyLife.Objects.MapObject.OnCreated
|
|
parent: TinyLife.Objects.MapObject
|
|
name: OnCreated
|
|
nameWithType: MapObject.OnCreated
|
|
fullName: TinyLife.Objects.MapObject.OnCreated
|
|
- uid: TinyLife.Objects.MapObject.OnValidated
|
|
commentId: E:TinyLife.Objects.MapObject.OnValidated
|
|
parent: TinyLife.Objects.MapObject
|
|
name: OnValidated
|
|
nameWithType: MapObject.OnValidated
|
|
fullName: TinyLife.Objects.MapObject.OnValidated
|
|
- uid: TinyLife.Objects.MapObject.OnEventsAttachable
|
|
commentId: E:TinyLife.Objects.MapObject.OnEventsAttachable
|
|
parent: TinyLife.Objects.MapObject
|
|
name: OnEventsAttachable
|
|
nameWithType: MapObject.OnEventsAttachable
|
|
fullName: TinyLife.Objects.MapObject.OnEventsAttachable
|
|
- uid: TinyLife.Objects.MapObject.OnDraw
|
|
commentId: E:TinyLife.Objects.MapObject.OnDraw
|
|
parent: TinyLife.Objects.MapObject
|
|
name: OnDraw
|
|
nameWithType: MapObject.OnDraw
|
|
fullName: TinyLife.Objects.MapObject.OnDraw
|
|
- uid: TinyLife.Objects.MapObject.OnUpdate
|
|
commentId: E:TinyLife.Objects.MapObject.OnUpdate
|
|
parent: TinyLife.Objects.MapObject
|
|
name: OnUpdate
|
|
nameWithType: MapObject.OnUpdate
|
|
fullName: TinyLife.Objects.MapObject.OnUpdate
|
|
- uid: TinyLife.Objects.MapObject.OnGetHoverInfo
|
|
commentId: E:TinyLife.Objects.MapObject.OnGetHoverInfo
|
|
parent: TinyLife.Objects.MapObject
|
|
name: OnGetHoverInfo
|
|
nameWithType: MapObject.OnGetHoverInfo
|
|
fullName: TinyLife.Objects.MapObject.OnGetHoverInfo
|
|
- uid: TinyLife.Objects.MapObject.Position
|
|
commentId: P:TinyLife.Objects.MapObject.Position
|
|
parent: TinyLife.Objects.MapObject
|
|
name: Position
|
|
nameWithType: MapObject.Position
|
|
fullName: TinyLife.Objects.MapObject.Position
|
|
- uid: TinyLife.Objects.MapObject.Id
|
|
commentId: P:TinyLife.Objects.MapObject.Id
|
|
parent: TinyLife.Objects.MapObject
|
|
name: Id
|
|
nameWithType: MapObject.Id
|
|
fullName: TinyLife.Objects.MapObject.Id
|
|
- uid: TinyLife.Objects.MapObject.Map
|
|
commentId: P:TinyLife.Objects.MapObject.Map
|
|
parent: TinyLife.Objects.MapObject
|
|
name: Map
|
|
nameWithType: MapObject.Map
|
|
fullName: TinyLife.Objects.MapObject.Map
|
|
- uid: TinyLife.Objects.MapObject.CurrentLot
|
|
commentId: P:TinyLife.Objects.MapObject.CurrentLot
|
|
parent: TinyLife.Objects.MapObject
|
|
name: CurrentLot
|
|
nameWithType: MapObject.CurrentLot
|
|
fullName: TinyLife.Objects.MapObject.CurrentLot
|
|
- uid: TinyLife.Objects.MapObject.CurrentRoom
|
|
commentId: P:TinyLife.Objects.MapObject.CurrentRoom
|
|
parent: TinyLife.Objects.MapObject
|
|
name: CurrentRoom
|
|
nameWithType: MapObject.CurrentRoom
|
|
fullName: TinyLife.Objects.MapObject.CurrentRoom
|
|
- uid: TinyLife.Objects.MapObject.IsInWorld
|
|
commentId: P:TinyLife.Objects.MapObject.IsInWorld
|
|
parent: TinyLife.Objects.MapObject
|
|
name: IsInWorld
|
|
nameWithType: MapObject.IsInWorld
|
|
fullName: TinyLife.Objects.MapObject.IsInWorld
|
|
- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
|
commentId: M:TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
|
parent: TinyLife.Objects.MapObject
|
|
isExternal: true
|
|
name: OnCameraRotationChanged(Direction2, Direction2)
|
|
nameWithType: MapObject.OnCameraRotationChanged(Direction2, Direction2)
|
|
fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2, MLEM.Misc.Direction2)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
|
name: OnCameraRotationChanged
|
|
nameWithType: MapObject.OnCameraRotationChanged
|
|
fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: MLEM.Misc.Direction2
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Misc.Direction2
|
|
isExternal: true
|
|
- 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.MapObject.OnCameraRotationChanged(MLEM.Misc.Direction2,MLEM.Misc.Direction2)
|
|
name: OnCameraRotationChanged
|
|
nameWithType: MapObject.OnCameraRotationChanged
|
|
fullName: TinyLife.Objects.MapObject.OnCameraRotationChanged
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: MLEM.Misc.Direction2
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Misc.Direction2
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Misc.Direction2
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Misc.Direction2
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
|
commentId: M:TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
|
parent: TinyLife.Objects.MapObject
|
|
name: SetMapAndValidate(Map)
|
|
nameWithType: MapObject.SetMapAndValidate(Map)
|
|
fullName: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
|
name: SetMapAndValidate
|
|
nameWithType: MapObject.SetMapAndValidate
|
|
fullName: TinyLife.Objects.MapObject.SetMapAndValidate
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
nameWithType: Map
|
|
fullName: TinyLife.World.Map
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.SetMapAndValidate(TinyLife.World.Map)
|
|
name: SetMapAndValidate
|
|
nameWithType: MapObject.SetMapAndValidate
|
|
fullName: TinyLife.Objects.MapObject.SetMapAndValidate
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
nameWithType: Map
|
|
fullName: TinyLife.World.Map
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
commentId: M:TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
parent: TinyLife.Objects.MapObject
|
|
name: HasCategory(Person, ObjectCategory)
|
|
nameWithType: MapObject.HasCategory(Person, ObjectCategory)
|
|
fullName: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person, TinyLife.Objects.ObjectCategory)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
name: HasCategory
|
|
nameWithType: MapObject.HasCategory
|
|
fullName: TinyLife.Objects.MapObject.HasCategory
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
nameWithType: ObjectCategory
|
|
fullName: TinyLife.Objects.ObjectCategory
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.HasCategory(TinyLife.Objects.Person,TinyLife.Objects.ObjectCategory)
|
|
name: HasCategory
|
|
nameWithType: MapObject.HasCategory
|
|
fullName: TinyLife.Objects.MapObject.HasCategory
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.Objects.Person
|
|
name: Person
|
|
nameWithType: Person
|
|
fullName: TinyLife.Objects.Person
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ObjectCategory
|
|
name: ObjectCategory
|
|
nameWithType: ObjectCategory
|
|
fullName: TinyLife.Objects.ObjectCategory
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
|
commentId: M:TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
|
parent: TinyLife.Objects.MapObject
|
|
isExternal: true
|
|
name: GetPathCostModifier(Point)
|
|
nameWithType: MapObject.GetPathCostModifier(Point)
|
|
fullName: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
|
name: GetPathCostModifier
|
|
nameWithType: MapObject.GetPathCostModifier
|
|
fullName: TinyLife.Objects.MapObject.GetPathCostModifier
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
nameWithType: Point
|
|
fullName: Microsoft.Xna.Framework.Point
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.GetPathCostModifier(Microsoft.Xna.Framework.Point)
|
|
name: GetPathCostModifier
|
|
nameWithType: MapObject.GetPathCostModifier
|
|
fullName: TinyLife.Objects.MapObject.GetPathCostModifier
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
nameWithType: Point
|
|
fullName: Microsoft.Xna.Framework.Point
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
commentId: M:TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
parent: TinyLife.Objects.MapObject
|
|
isExternal: true
|
|
name: DoDraw(GameTime, Object, Nullable<Color>, Boolean, List<StaticSpriteBatch.Item>)
|
|
nameWithType: MapObject.DoDraw(GameTime, Object, Nullable<Color>, Boolean, List<StaticSpriteBatch.Item>)
|
|
fullName: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime, System.Object, System.Nullable<Microsoft.Xna.Framework.Color>, System.Boolean, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>)
|
|
nameWithType.vb: MapObject.DoDraw(GameTime, Object, Nullable(Of Color), Boolean, List(Of StaticSpriteBatch.Item))
|
|
fullName.vb: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime, System.Object, System.Nullable(Of Microsoft.Xna.Framework.Color), System.Boolean, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
|
|
name.vb: DoDraw(GameTime, Object, Nullable(Of Color), Boolean, List(Of StaticSpriteBatch.Item))
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
name: DoDraw
|
|
nameWithType: MapObject.DoDraw
|
|
fullName: TinyLife.Objects.MapObject.DoDraw
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
name: Color
|
|
nameWithType: Color
|
|
fullName: Microsoft.Xna.Framework.Color
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
nameWithType: List
|
|
fullName: System.Collections.Generic.List
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: StaticSpriteBatch.Item
|
|
nameWithType: StaticSpriteBatch.Item
|
|
fullName: MLEM.Graphics.StaticSpriteBatch.Item
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.DoDraw(Microsoft.Xna.Framework.GameTime,System.Object,System.Nullable{Microsoft.Xna.Framework.Color},System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
name: DoDraw
|
|
nameWithType: MapObject.DoDraw
|
|
fullName: TinyLife.Objects.MapObject.DoDraw
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
name: Color
|
|
nameWithType: Color
|
|
fullName: Microsoft.Xna.Framework.Color
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
nameWithType: List
|
|
fullName: System.Collections.Generic.List
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: StaticSpriteBatch.Item
|
|
nameWithType: StaticSpriteBatch.Item
|
|
fullName: MLEM.Graphics.StaticSpriteBatch.Item
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
commentId: M:TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
parent: TinyLife.Objects.MapObject
|
|
isExternal: true
|
|
name: DoUpdate(GameTime, TimeSpan, Single)
|
|
nameWithType: MapObject.DoUpdate(GameTime, TimeSpan, Single)
|
|
fullName: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime, System.TimeSpan, System.Single)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: DoUpdate
|
|
nameWithType: MapObject.DoUpdate
|
|
fullName: TinyLife.Objects.MapObject.DoUpdate
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
nameWithType: TimeSpan
|
|
fullName: System.TimeSpan
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.DoUpdate(Microsoft.Xna.Framework.GameTime,System.TimeSpan,System.Single)
|
|
name: DoUpdate
|
|
nameWithType: MapObject.DoUpdate
|
|
fullName: TinyLife.Objects.MapObject.DoUpdate
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.TimeSpan
|
|
name: TimeSpan
|
|
nameWithType: TimeSpan
|
|
fullName: System.TimeSpan
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
|
commentId: M:TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
|
parent: TinyLife.Objects.MapObject
|
|
isExternal: true
|
|
name: DrawColumns(Map, Vector2, Object, Vector2, TextureRegion, Color, Single, Point, List<StaticSpriteBatch.Item>, Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
|
|
nameWithType: MapObject.DrawColumns(Map, Vector2, Object, Vector2, TextureRegion, Color, Single, Point, List<StaticSpriteBatch.Item>, Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
|
|
fullName: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, System.Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Boolean, System.Boolean, System.Boolean)
|
|
nameWithType.vb: MapObject.DrawColumns(Map, Vector2, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
|
|
fullName.vb: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map, Microsoft.Xna.Framework.Vector2, System.Object, Microsoft.Xna.Framework.Vector2, MLEM.Textures.TextureRegion, Microsoft.Xna.Framework.Color, System.Single, Microsoft.Xna.Framework.Point, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item), System.Boolean, TinyLife.Objects.ParentInfo, System.Single, Microsoft.Xna.Framework.Graphics.SpriteEffects, System.Boolean, System.Boolean, System.Boolean)
|
|
name.vb: DrawColumns(Map, Vector2, Object, Vector2, TextureRegion, Color, Single, Point, List(Of StaticSpriteBatch.Item), Boolean, ParentInfo, Single, SpriteEffects, Boolean, Boolean, Boolean)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
|
name: DrawColumns
|
|
nameWithType: MapObject.DrawColumns
|
|
fullName: TinyLife.Objects.MapObject.DrawColumns
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
nameWithType: Map
|
|
fullName: TinyLife.World.Map
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
nameWithType: TextureRegion
|
|
fullName: MLEM.Textures.TextureRegion
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
name: Color
|
|
nameWithType: Color
|
|
fullName: Microsoft.Xna.Framework.Color
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
nameWithType: Point
|
|
fullName: Microsoft.Xna.Framework.Point
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
nameWithType: List
|
|
fullName: System.Collections.Generic.List
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: StaticSpriteBatch.Item
|
|
nameWithType: StaticSpriteBatch.Item
|
|
fullName: MLEM.Graphics.StaticSpriteBatch.Item
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ParentInfo
|
|
name: ParentInfo
|
|
nameWithType: ParentInfo
|
|
fullName: TinyLife.Objects.ParentInfo
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
|
name: SpriteEffects
|
|
nameWithType: SpriteEffects
|
|
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.DrawColumns(TinyLife.World.Map,Microsoft.Xna.Framework.Vector2,System.Object,Microsoft.Xna.Framework.Vector2,MLEM.Textures.TextureRegion,Microsoft.Xna.Framework.Color,System.Single,Microsoft.Xna.Framework.Point,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item},System.Boolean,TinyLife.Objects.ParentInfo,System.Single,Microsoft.Xna.Framework.Graphics.SpriteEffects,System.Boolean,System.Boolean,System.Boolean)
|
|
name: DrawColumns
|
|
nameWithType: MapObject.DrawColumns
|
|
fullName: TinyLife.Objects.MapObject.DrawColumns
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: TinyLife.World.Map
|
|
name: Map
|
|
nameWithType: Map
|
|
fullName: TinyLife.World.Map
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Textures.TextureRegion
|
|
name: TextureRegion
|
|
nameWithType: TextureRegion
|
|
fullName: MLEM.Textures.TextureRegion
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
name: Color
|
|
nameWithType: Color
|
|
fullName: Microsoft.Xna.Framework.Color
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.Point
|
|
name: Point
|
|
nameWithType: Point
|
|
fullName: Microsoft.Xna.Framework.Point
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
nameWithType: List
|
|
fullName: System.Collections.Generic.List
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: StaticSpriteBatch.Item
|
|
nameWithType: StaticSpriteBatch.Item
|
|
fullName: MLEM.Graphics.StaticSpriteBatch.Item
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ParentInfo
|
|
name: ParentInfo
|
|
nameWithType: ParentInfo
|
|
fullName: TinyLife.Objects.ParentInfo
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
|
name: SpriteEffects
|
|
nameWithType: SpriteEffects
|
|
fullName: Microsoft.Xna.Framework.Graphics.SpriteEffects
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.MapObject.GetModCategory(System.String)
|
|
commentId: M:TinyLife.Objects.MapObject.GetModCategory(System.String)
|
|
parent: TinyLife.Objects.MapObject
|
|
isExternal: true
|
|
name: GetModCategory(String)
|
|
nameWithType: MapObject.GetModCategory(String)
|
|
fullName: TinyLife.Objects.MapObject.GetModCategory(System.String)
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.MapObject.GetModCategory(System.String)
|
|
name: GetModCategory
|
|
nameWithType: MapObject.GetModCategory
|
|
fullName: TinyLife.Objects.MapObject.GetModCategory
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.MapObject.GetModCategory(System.String)
|
|
name: GetModCategory
|
|
nameWithType: MapObject.GetModCategory
|
|
fullName: TinyLife.Objects.MapObject.GetModCategory
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
|
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
isExternal: true
|
|
name: SetData(String, Object)
|
|
nameWithType: JsonTypeSafeGenericDataHolder.SetData(String, Object)
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String, System.Object)
|
|
spec.csharp:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
|
name: SetData
|
|
nameWithType: JsonTypeSafeGenericDataHolder.SetData
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(System.String,System.Object)
|
|
name: SetData
|
|
nameWithType: JsonTypeSafeGenericDataHolder.SetData
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,{T})
|
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
|
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
definition: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
|
name: SetData<T>(String, T)
|
|
nameWithType: JsonTypeSafeGenericDataHolder.SetData<T>(String, T)
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(System.String, T)
|
|
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
|
|
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(System.String, T)
|
|
name.vb: SetData(Of T)(String, T)
|
|
spec.csharp:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
|
name: SetData<T>
|
|
nameWithType: JsonTypeSafeGenericDataHolder.SetData<T>
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
|
name: SetData(Of T)
|
|
nameWithType: JsonTypeSafeGenericDataHolder.SetData(Of T)
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
|
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
isExternal: true
|
|
name: GetData<T>(String)
|
|
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>(String)
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>(System.String)
|
|
nameWithType.vb: JsonTypeSafeGenericDataHolder.GetData(Of T)(String)
|
|
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)(System.String)
|
|
name.vb: GetData(Of T)(String)
|
|
spec.csharp:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
|
name: GetData<T>
|
|
nameWithType: JsonTypeSafeGenericDataHolder.GetData<T>
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData<T>
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData``1(System.String)
|
|
name: GetData(Of T)
|
|
nameWithType: JsonTypeSafeGenericDataHolder.GetData(Of T)
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetData(Of T)
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
|
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
|
|
parent: MLEM.Data.Json.JsonTypeSafeGenericDataHolder
|
|
isExternal: true
|
|
name: GetDataKeys()
|
|
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys()
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys()
|
|
spec.csharp:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
|
|
name: GetDataKeys
|
|
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
|
|
name: GetDataKeys
|
|
nameWithType: JsonTypeSafeGenericDataHolder.GetDataKeys
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.GetDataKeys
|
|
isExternal: true
|
|
- 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.OverlayWallHanging.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<OverlayWallHanging>()
|
|
nameWithType: Extensions.JsonCopy<OverlayWallHanging>()
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.OverlayWallHanging>()
|
|
nameWithType.vb: Extensions.JsonCopy(Of OverlayWallHanging)()
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.OverlayWallHanging)()
|
|
name.vb: JsonCopy(Of OverlayWallHanging)()
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy<OverlayWallHanging>
|
|
nameWithType: Extensions.JsonCopy<OverlayWallHanging>
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.OverlayWallHanging>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy(Of OverlayWallHanging)
|
|
nameWithType: Extensions.JsonCopy(Of OverlayWallHanging)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.OverlayWallHanging)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System
|
|
commentId: N:System
|
|
isExternal: true
|
|
name: System
|
|
nameWithType: System
|
|
fullName: System
|
|
- uid: MLEM.Data.Json
|
|
commentId: N:MLEM.Data.Json
|
|
isExternal: true
|
|
name: MLEM.Data.Json
|
|
nameWithType: MLEM.Data.Json
|
|
fullName: MLEM.Data.Json
|
|
- uid: MLEM.Misc
|
|
commentId: N:MLEM.Misc
|
|
isExternal: true
|
|
name: MLEM.Misc
|
|
nameWithType: MLEM.Misc
|
|
fullName: MLEM.Misc
|
|
- uid: TinyLife.World
|
|
commentId: N:TinyLife.World
|
|
name: TinyLife.World
|
|
nameWithType: TinyLife.World
|
|
fullName: TinyLife.World
|
|
- uid: TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0})
|
|
commentId: M:TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0})
|
|
isExternal: true
|
|
name: RemoveChildren<T>(Predicate<T>)
|
|
nameWithType: Furniture.RemoveChildren<T>(Predicate<T>)
|
|
fullName: TinyLife.Objects.Furniture.RemoveChildren<T>(System.Predicate<T>)
|
|
nameWithType.vb: Furniture.RemoveChildren(Of T)(Predicate(Of T))
|
|
fullName.vb: TinyLife.Objects.Furniture.RemoveChildren(Of T)(System.Predicate(Of T))
|
|
name.vb: RemoveChildren(Of T)(Predicate(Of T))
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0})
|
|
name: RemoveChildren<T>
|
|
nameWithType: Furniture.RemoveChildren<T>
|
|
fullName: TinyLife.Objects.Furniture.RemoveChildren<T>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- 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: '>'
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.RemoveChildren``1(System.Predicate{``0})
|
|
name: RemoveChildren(Of T)
|
|
nameWithType: Furniture.RemoveChildren(Of T)
|
|
fullName: TinyLife.Objects.Furniture.RemoveChildren(Of T)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- 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: )
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
|
commentId: M:MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
|
isExternal: true
|
|
name: SetData<T>(String, T)
|
|
nameWithType: JsonTypeSafeGenericDataHolder.SetData<T>(String, T)
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>(System.String, T)
|
|
nameWithType.vb: JsonTypeSafeGenericDataHolder.SetData(Of T)(String, T)
|
|
fullName.vb: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)(System.String, T)
|
|
name.vb: SetData(Of T)(String, T)
|
|
spec.csharp:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
|
name: SetData<T>
|
|
nameWithType: JsonTypeSafeGenericDataHolder.SetData<T>
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData<T>
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData``1(System.String,``0)
|
|
name: SetData(Of T)
|
|
nameWithType: JsonTypeSafeGenericDataHolder.SetData(Of T)
|
|
fullName: MLEM.Data.Json.JsonTypeSafeGenericDataHolder.SetData(Of T)
|
|
isExternal: true
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: System.String
|
|
name: String
|
|
nameWithType: String
|
|
fullName: System.String
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- 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.OverlayWallHanging.#ctor*
|
|
commentId: Overload:TinyLife.Objects.OverlayWallHanging.#ctor
|
|
name: OverlayWallHanging
|
|
nameWithType: OverlayWallHanging.OverlayWallHanging
|
|
fullName: TinyLife.Objects.OverlayWallHanging.OverlayWallHanging
|
|
- uid: System.Guid
|
|
commentId: T:System.Guid
|
|
parent: System
|
|
isExternal: true
|
|
name: Guid
|
|
nameWithType: Guid
|
|
fullName: System.Guid
|
|
- uid: TinyLife.Objects.FurnitureType
|
|
commentId: T:TinyLife.Objects.FurnitureType
|
|
parent: TinyLife.Objects
|
|
name: FurnitureType
|
|
nameWithType: FurnitureType
|
|
fullName: TinyLife.Objects.FurnitureType
|
|
- uid: System.Int32[]
|
|
isExternal: true
|
|
name: Int32[]
|
|
nameWithType: Int32[]
|
|
fullName: System.Int32[]
|
|
nameWithType.vb: Int32()
|
|
fullName.vb: System.Int32()
|
|
name.vb: Int32()
|
|
spec.csharp:
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: '[]'
|
|
nameWithType: '[]'
|
|
fullName: '[]'
|
|
spec.vb:
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: ()
|
|
nameWithType: ()
|
|
fullName: ()
|
|
- uid: TinyLife.World.Map
|
|
commentId: T:TinyLife.World.Map
|
|
parent: TinyLife.World
|
|
name: Map
|
|
nameWithType: Map
|
|
fullName: TinyLife.World.Map
|
|
- 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: 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.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
commentId: M:TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
parent: TinyLife.Objects.Furniture
|
|
isExternal: true
|
|
name: Draw(GameTime, Object, Vector2, Vector2, Nullable<Color>, Direction2, Int32[], Single, Boolean, ParentInfo, Single, Boolean, List<StaticSpriteBatch.Item>)
|
|
nameWithType: Furniture.Draw(GameTime, Object, Vector2, Vector2, Nullable<Color>, Direction2, Int32[], Single, Boolean, ParentInfo, Single, Boolean, List<StaticSpriteBatch.Item>)
|
|
fullName: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, System.Object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, System.Nullable<Microsoft.Xna.Framework.Color>, MLEM.Misc.Direction2, System.Int32[], System.Single, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, System.Boolean, System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>)
|
|
nameWithType.vb: Furniture.Draw(GameTime, Object, Vector2, Vector2, Nullable(Of Color), Direction2, Int32(), Single, Boolean, ParentInfo, Single, Boolean, List(Of StaticSpriteBatch.Item))
|
|
fullName.vb: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime, System.Object, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, System.Nullable(Of Microsoft.Xna.Framework.Color), MLEM.Misc.Direction2, System.Int32(), System.Single, System.Boolean, TinyLife.Objects.ParentInfo, System.Single, System.Boolean, System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item))
|
|
name.vb: Draw(GameTime, Object, Vector2, Vector2, Nullable(Of Color), Direction2, Int32(), Single, Boolean, ParentInfo, Single, Boolean, List(Of StaticSpriteBatch.Item))
|
|
spec.csharp:
|
|
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
name: Draw
|
|
nameWithType: Furniture.Draw
|
|
fullName: TinyLife.Objects.Furniture.Draw
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
name: Color
|
|
nameWithType: Color
|
|
fullName: Microsoft.Xna.Framework.Color
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Misc.Direction2
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Misc.Direction2
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: '[]'
|
|
nameWithType: '[]'
|
|
fullName: '[]'
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ParentInfo
|
|
name: ParentInfo
|
|
nameWithType: ParentInfo
|
|
fullName: TinyLife.Objects.ParentInfo
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
nameWithType: List
|
|
fullName: System.Collections.Generic.List
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: StaticSpriteBatch.Item
|
|
nameWithType: StaticSpriteBatch.Item
|
|
fullName: MLEM.Graphics.StaticSpriteBatch.Item
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Objects.Furniture.Draw(Microsoft.Xna.Framework.GameTime,System.Object,Microsoft.Xna.Framework.Vector2,Microsoft.Xna.Framework.Vector2,System.Nullable{Microsoft.Xna.Framework.Color},MLEM.Misc.Direction2,System.Int32[],System.Single,System.Boolean,TinyLife.Objects.ParentInfo,System.Single,System.Boolean,System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item})
|
|
name: Draw
|
|
nameWithType: Furniture.Draw
|
|
fullName: TinyLife.Objects.Furniture.Draw
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Object
|
|
name: Object
|
|
nameWithType: Object
|
|
fullName: System.Object
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: Microsoft.Xna.Framework.Vector2
|
|
name: Vector2
|
|
nameWithType: Vector2
|
|
fullName: Microsoft.Xna.Framework.Vector2
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
name: Color
|
|
nameWithType: Color
|
|
fullName: Microsoft.Xna.Framework.Color
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: MLEM.Misc.Direction2
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Misc.Direction2
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Int32
|
|
name: Int32
|
|
nameWithType: Int32
|
|
fullName: System.Int32
|
|
isExternal: true
|
|
- name: ()
|
|
nameWithType: ()
|
|
fullName: ()
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: TinyLife.Objects.ParentInfo
|
|
name: ParentInfo
|
|
nameWithType: ParentInfo
|
|
fullName: TinyLife.Objects.ParentInfo
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Single
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Boolean
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
isExternal: true
|
|
- name: ', '
|
|
nameWithType: ', '
|
|
fullName: ', '
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
nameWithType: List
|
|
fullName: System.Collections.Generic.List
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: StaticSpriteBatch.Item
|
|
nameWithType: StaticSpriteBatch.Item
|
|
fullName: MLEM.Graphics.StaticSpriteBatch.Item
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Objects.OverlayWallHanging.Draw*
|
|
commentId: Overload:TinyLife.Objects.OverlayWallHanging.Draw
|
|
name: Draw
|
|
nameWithType: OverlayWallHanging.Draw
|
|
fullName: TinyLife.Objects.OverlayWallHanging.Draw
|
|
- uid: Microsoft.Xna.Framework.GameTime
|
|
commentId: T:Microsoft.Xna.Framework.GameTime
|
|
parent: Microsoft.Xna.Framework
|
|
isExternal: true
|
|
name: GameTime
|
|
nameWithType: GameTime
|
|
fullName: Microsoft.Xna.Framework.GameTime
|
|
- uid: System.Nullable{Microsoft.Xna.Framework.Color}
|
|
commentId: T:System.Nullable{Microsoft.Xna.Framework.Color}
|
|
parent: System
|
|
definition: System.Nullable`1
|
|
name: Nullable<Color>
|
|
nameWithType: Nullable<Color>
|
|
fullName: System.Nullable<Microsoft.Xna.Framework.Color>
|
|
nameWithType.vb: Nullable(Of Color)
|
|
fullName.vb: System.Nullable(Of Microsoft.Xna.Framework.Color)
|
|
name.vb: Nullable(Of Color)
|
|
spec.csharp:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
name: Color
|
|
nameWithType: Color
|
|
fullName: Microsoft.Xna.Framework.Color
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
spec.vb:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: Microsoft.Xna.Framework.Color
|
|
name: Color
|
|
nameWithType: Color
|
|
fullName: Microsoft.Xna.Framework.Color
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: MLEM.Misc.Direction2
|
|
commentId: T:MLEM.Misc.Direction2
|
|
parent: MLEM.Misc
|
|
isExternal: true
|
|
name: Direction2
|
|
nameWithType: Direction2
|
|
fullName: MLEM.Misc.Direction2
|
|
- uid: System.Single
|
|
commentId: T:System.Single
|
|
parent: System
|
|
isExternal: true
|
|
name: Single
|
|
nameWithType: Single
|
|
fullName: System.Single
|
|
- uid: System.Boolean
|
|
commentId: T:System.Boolean
|
|
parent: System
|
|
isExternal: true
|
|
name: Boolean
|
|
nameWithType: Boolean
|
|
fullName: System.Boolean
|
|
- uid: TinyLife.Objects.ParentInfo
|
|
commentId: T:TinyLife.Objects.ParentInfo
|
|
parent: TinyLife.Objects
|
|
name: ParentInfo
|
|
nameWithType: ParentInfo
|
|
fullName: TinyLife.Objects.ParentInfo
|
|
- uid: System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}
|
|
commentId: T:System.Collections.Generic.List{MLEM.Graphics.StaticSpriteBatch.Item}
|
|
parent: System.Collections.Generic
|
|
definition: System.Collections.Generic.List`1
|
|
name: List<StaticSpriteBatch.Item>
|
|
nameWithType: List<StaticSpriteBatch.Item>
|
|
fullName: System.Collections.Generic.List<MLEM.Graphics.StaticSpriteBatch.Item>
|
|
nameWithType.vb: List(Of StaticSpriteBatch.Item)
|
|
fullName.vb: System.Collections.Generic.List(Of MLEM.Graphics.StaticSpriteBatch.Item)
|
|
name.vb: List(Of StaticSpriteBatch.Item)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
nameWithType: List
|
|
fullName: System.Collections.Generic.List
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: StaticSpriteBatch.Item
|
|
nameWithType: StaticSpriteBatch.Item
|
|
fullName: MLEM.Graphics.StaticSpriteBatch.Item
|
|
isExternal: true
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
nameWithType: List
|
|
fullName: System.Collections.Generic.List
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- uid: MLEM.Graphics.StaticSpriteBatch.Item
|
|
name: StaticSpriteBatch.Item
|
|
nameWithType: StaticSpriteBatch.Item
|
|
fullName: MLEM.Graphics.StaticSpriteBatch.Item
|
|
isExternal: true
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Nullable`1
|
|
commentId: T:System.Nullable`1
|
|
isExternal: true
|
|
name: Nullable<T>
|
|
nameWithType: Nullable<T>
|
|
fullName: System.Nullable<T>
|
|
nameWithType.vb: Nullable(Of T)
|
|
fullName.vb: System.Nullable(Of T)
|
|
name.vb: Nullable(Of T)
|
|
spec.csharp:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
spec.vb:
|
|
- uid: System.Nullable`1
|
|
name: Nullable
|
|
nameWithType: Nullable
|
|
fullName: System.Nullable
|
|
isExternal: true
|
|
- name: '(Of '
|
|
nameWithType: '(Of '
|
|
fullName: '(Of '
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: System.Collections.Generic.List`1
|
|
commentId: T:System.Collections.Generic.List`1
|
|
isExternal: true
|
|
name: List<T>
|
|
nameWithType: List<T>
|
|
fullName: System.Collections.Generic.List<T>
|
|
nameWithType.vb: List(Of T)
|
|
fullName.vb: System.Collections.Generic.List(Of T)
|
|
name.vb: List(Of T)
|
|
spec.csharp:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
nameWithType: List
|
|
fullName: System.Collections.Generic.List
|
|
isExternal: true
|
|
- name: <
|
|
nameWithType: <
|
|
fullName: <
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: '>'
|
|
nameWithType: '>'
|
|
fullName: '>'
|
|
spec.vb:
|
|
- uid: System.Collections.Generic.List`1
|
|
name: List
|
|
nameWithType: List
|
|
fullName: System.Collections.Generic.List
|
|
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
|