2023-11-05 20:57:09 +01:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Objects.ParentInfo.AttachmentType
commentId : T:TinyLife.Objects.ParentInfo.AttachmentType
id : ParentInfo.AttachmentType
parent : TinyLife.Objects
children :
- TinyLife.Objects.ParentInfo.AttachmentType.Ceiling
- TinyLife.Objects.ParentInfo.AttachmentType.Furniture
- TinyLife.Objects.ParentInfo.AttachmentType.Ground
- TinyLife.Objects.ParentInfo.AttachmentType.None
- TinyLife.Objects.ParentInfo.AttachmentType.Person
- TinyLife.Objects.ParentInfo.AttachmentType.Roof
- TinyLife.Objects.ParentInfo.AttachmentType.Stairs
- TinyLife.Objects.ParentInfo.AttachmentType.Ui
- TinyLife.Objects.ParentInfo.AttachmentType.Wall
langs :
- csharp
- vb
name : ParentInfo.AttachmentType
nameWithType : ParentInfo.AttachmentType
fullName : TinyLife.Objects.ParentInfo.AttachmentType
type : Enum
source :
remote :
path : TinyLife/Objects/MapObject.cs
2023-11-18 12:57:05 +01:00
branch : 0.37 .5 -dev
2023-11-05 20:57:09 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : AttachmentType
path : ../TinyLife/Objects/MapObject.cs
startLine : 1052
assemblies :
- Tiny Life
namespace : TinyLife.Objects
summary : "\nAn enumeration that represents the object types a <xref href=\"TinyLife.Objects.ParentInfo\" data-throw-if-not-resolved=\"false\"></xref> can be attached to.\n"
example : [ ]
syntax :
content : public enum ParentInfo.AttachmentType
content.vb : Public Enum ParentInfo.AttachmentType
extensionMethods :
- TinyLife.Objects.ParentInfo.AttachmentType.TinyLife.Utilities.Extensions.JsonCopy``1
- uid : TinyLife.Objects.ParentInfo.AttachmentType.None
commentId : F:TinyLife.Objects.ParentInfo.AttachmentType.None
id : None
parent : TinyLife.Objects.ParentInfo.AttachmentType
langs :
- csharp
- vb
name : None
nameWithType : ParentInfo.AttachmentType.None
fullName : TinyLife.Objects.ParentInfo.AttachmentType.None
type : Field
source :
remote :
path : TinyLife/Objects/MapObject.cs
2023-11-18 12:57:05 +01:00
branch : 0.37 .5 -dev
2023-11-05 20:57:09 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : None
path : ../TinyLife/Objects/MapObject.cs
startLine : 1055
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : None = 0
return :
type : TinyLife.Objects.ParentInfo.AttachmentType
- uid : TinyLife.Objects.ParentInfo.AttachmentType.Furniture
commentId : F:TinyLife.Objects.ParentInfo.AttachmentType.Furniture
id : Furniture
parent : TinyLife.Objects.ParentInfo.AttachmentType
langs :
- csharp
- vb
name : Furniture
nameWithType : ParentInfo.AttachmentType.Furniture
fullName : TinyLife.Objects.ParentInfo.AttachmentType.Furniture
type : Field
source :
remote :
path : TinyLife/Objects/MapObject.cs
2023-11-18 12:57:05 +01:00
branch : 0.37 .5 -dev
2023-11-05 20:57:09 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Furniture
path : ../TinyLife/Objects/MapObject.cs
startLine : 1056
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Furniture = 1
return :
type : TinyLife.Objects.ParentInfo.AttachmentType
- uid : TinyLife.Objects.ParentInfo.AttachmentType.Person
commentId : F:TinyLife.Objects.ParentInfo.AttachmentType.Person
id : Person
parent : TinyLife.Objects.ParentInfo.AttachmentType
langs :
- csharp
- vb
name : Person
nameWithType : ParentInfo.AttachmentType.Person
fullName : TinyLife.Objects.ParentInfo.AttachmentType.Person
type : Field
source :
remote :
path : TinyLife/Objects/MapObject.cs
2023-11-18 12:57:05 +01:00
branch : 0.37 .5 -dev
2023-11-05 20:57:09 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Person
path : ../TinyLife/Objects/MapObject.cs
startLine : 1057
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Person = 2
return :
type : TinyLife.Objects.ParentInfo.AttachmentType
- uid : TinyLife.Objects.ParentInfo.AttachmentType.Wall
commentId : F:TinyLife.Objects.ParentInfo.AttachmentType.Wall
id : Wall
parent : TinyLife.Objects.ParentInfo.AttachmentType
langs :
- csharp
- vb
name : Wall
nameWithType : ParentInfo.AttachmentType.Wall
fullName : TinyLife.Objects.ParentInfo.AttachmentType.Wall
type : Field
source :
remote :
path : TinyLife/Objects/MapObject.cs
2023-11-18 12:57:05 +01:00
branch : 0.37 .5 -dev
2023-11-05 20:57:09 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Wall
path : ../TinyLife/Objects/MapObject.cs
startLine : 1058
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Wall = 3
return :
type : TinyLife.Objects.ParentInfo.AttachmentType
- uid : TinyLife.Objects.ParentInfo.AttachmentType.Roof
commentId : F:TinyLife.Objects.ParentInfo.AttachmentType.Roof
id : Roof
parent : TinyLife.Objects.ParentInfo.AttachmentType
langs :
- csharp
- vb
name : Roof
nameWithType : ParentInfo.AttachmentType.Roof
fullName : TinyLife.Objects.ParentInfo.AttachmentType.Roof
type : Field
source :
remote :
path : TinyLife/Objects/MapObject.cs
2023-11-18 12:57:05 +01:00
branch : 0.37 .5 -dev
2023-11-05 20:57:09 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Roof
path : ../TinyLife/Objects/MapObject.cs
startLine : 1059
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Roof = 4
return :
type : TinyLife.Objects.ParentInfo.AttachmentType
- uid : TinyLife.Objects.ParentInfo.AttachmentType.Stairs
commentId : F:TinyLife.Objects.ParentInfo.AttachmentType.Stairs
id : Stairs
parent : TinyLife.Objects.ParentInfo.AttachmentType
langs :
- csharp
- vb
name : Stairs
nameWithType : ParentInfo.AttachmentType.Stairs
fullName : TinyLife.Objects.ParentInfo.AttachmentType.Stairs
type : Field
source :
remote :
path : TinyLife/Objects/MapObject.cs
2023-11-18 12:57:05 +01:00
branch : 0.37 .5 -dev
2023-11-05 20:57:09 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Stairs
path : ../TinyLife/Objects/MapObject.cs
startLine : 1060
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Stairs = 5
return :
type : TinyLife.Objects.ParentInfo.AttachmentType
- uid : TinyLife.Objects.ParentInfo.AttachmentType.Ceiling
commentId : F:TinyLife.Objects.ParentInfo.AttachmentType.Ceiling
id : Ceiling
parent : TinyLife.Objects.ParentInfo.AttachmentType
langs :
- csharp
- vb
name : Ceiling
nameWithType : ParentInfo.AttachmentType.Ceiling
fullName : TinyLife.Objects.ParentInfo.AttachmentType.Ceiling
type : Field
source :
remote :
path : TinyLife/Objects/MapObject.cs
2023-11-18 12:57:05 +01:00
branch : 0.37 .5 -dev
2023-11-05 20:57:09 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Ceiling
path : ../TinyLife/Objects/MapObject.cs
startLine : 1061
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Ceiling = 6
return :
type : TinyLife.Objects.ParentInfo.AttachmentType
- uid : TinyLife.Objects.ParentInfo.AttachmentType.Ground
commentId : F:TinyLife.Objects.ParentInfo.AttachmentType.Ground
id : Ground
parent : TinyLife.Objects.ParentInfo.AttachmentType
langs :
- csharp
- vb
name : Ground
nameWithType : ParentInfo.AttachmentType.Ground
fullName : TinyLife.Objects.ParentInfo.AttachmentType.Ground
type : Field
source :
remote :
path : TinyLife/Objects/MapObject.cs
2023-11-18 12:57:05 +01:00
branch : 0.37 .5 -dev
2023-11-05 20:57:09 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Ground
path : ../TinyLife/Objects/MapObject.cs
startLine : 1062
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Ground = 7
return :
type : TinyLife.Objects.ParentInfo.AttachmentType
- uid : TinyLife.Objects.ParentInfo.AttachmentType.Ui
commentId : F:TinyLife.Objects.ParentInfo.AttachmentType.Ui
id : Ui
parent : TinyLife.Objects.ParentInfo.AttachmentType
langs :
- csharp
- vb
name : Ui
nameWithType : ParentInfo.AttachmentType.Ui
fullName : TinyLife.Objects.ParentInfo.AttachmentType.Ui
type : Field
source :
remote :
path : TinyLife/Objects/MapObject.cs
2023-11-18 12:57:05 +01:00
branch : 0.37 .5 -dev
2023-11-05 20:57:09 +01:00
repo : https://git.ellpeck.de/Ellpeck/TinyLife
id : Ui
path : ../TinyLife/Objects/MapObject.cs
startLine : 1063
assemblies :
- Tiny Life
namespace : TinyLife.Objects
syntax :
content : Ui = 8
return :
type : TinyLife.Objects.ParentInfo.AttachmentType
references :
- uid : TinyLife.Objects.ParentInfo
commentId : T:TinyLife.Objects.ParentInfo
parent : TinyLife.Objects
name : ParentInfo
nameWithType : ParentInfo
fullName : TinyLife.Objects.ParentInfo
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Objects
name : Objects
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Objects
name : Objects
- uid : TinyLife.Objects.ParentInfo.AttachmentType.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<AttachmentType>(AttachmentType)
nameWithType : Extensions.JsonCopy<ParentInfo.AttachmentType>(ParentInfo.AttachmentType)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.ParentInfo.AttachmentType>(TinyLife.Objects.ParentInfo.AttachmentType)
nameWithType.vb : Extensions.JsonCopy(Of ParentInfo.AttachmentType)(ParentInfo.AttachmentType)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.ParentInfo.AttachmentType)(TinyLife.Objects.ParentInfo.AttachmentType)
name.vb : JsonCopy(Of AttachmentType)(AttachmentType)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.ParentInfo.AttachmentType)
name : JsonCopy
- name : <
- uid : TinyLife.Objects.ParentInfo.AttachmentType
name : AttachmentType
- name : '>'
- name : (
- uid : TinyLife.Objects.ParentInfo.AttachmentType
name : AttachmentType
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.ParentInfo.AttachmentType)
name : JsonCopy
- name : (
- name : Of
- name : " "
- uid : TinyLife.Objects.ParentInfo.AttachmentType
name : AttachmentType
- name : )
- name : (
- uid : TinyLife.Objects.ParentInfo.AttachmentType
name : AttachmentType
- name : )
- 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
- name : <
- name : T
- name : '>'
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
name : JsonCopy
- name : (
- name : Of
- name : " "
- name : T
- name : )
- name : (
- name : T
- name : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
spec.csharp :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Utilities
name : Utilities
spec.vb :
- uid : TinyLife
name : TinyLife
- name : .
- uid : TinyLife.Utilities
name : Utilities
- uid : TinyLife.Objects.ParentInfo.AttachmentType
commentId : T:TinyLife.Objects.ParentInfo.AttachmentType
parent : TinyLife.Objects
name : ParentInfo.AttachmentType
nameWithType : ParentInfo.AttachmentType
fullName : TinyLife.Objects.ParentInfo.AttachmentType
spec.csharp :
- uid : TinyLife.Objects.ParentInfo
name : ParentInfo
- name : .
- uid : TinyLife.Objects.ParentInfo.AttachmentType
name : AttachmentType
spec.vb :
- uid : TinyLife.Objects.ParentInfo
name : ParentInfo
- name : .
- uid : TinyLife.Objects.ParentInfo.AttachmentType
name : AttachmentType