2022-07-28 14:58:38 +02:00
### YamlMime:ManagedReference
items :
- uid : TinyLife.Objects.LightFurniture.Settings
commentId : T:TinyLife.Objects.LightFurniture.Settings
id : LightFurniture.Settings
parent : TinyLife.Objects
children :
- TinyLife.Objects.LightFurniture.Settings.CreateLights
- TinyLife.Objects.LightFurniture.Settings.FireParticleOffsets
- TinyLife.Objects.LightFurniture.Settings.Flickers
2022-09-05 14:19:42 +02:00
- TinyLife.Objects.LightFurniture.Settings.IsAutomatic
2022-07-28 14:58:38 +02:00
- TinyLife.Objects.LightFurniture.Settings.IsElectrical
langs :
- csharp
- vb
name : LightFurniture.Settings
nameWithType : LightFurniture.Settings
fullName : TinyLife.Objects.LightFurniture.Settings
type : Struct
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : A set of settings for a <xref href="TinyLife.Objects.LightFurniture" data-throw-if-not-resolved="false"></xref>, which can be added to a furniture type using <xref href="TinyLife.Objects.FurnitureType.TypeSettings.LightSettings" data-throw-if-not-resolved="false"></xref>.
2022-07-28 14:58:38 +02:00
example : [ ]
syntax :
2023-03-30 18:07:55 +02:00
content : public struct LightFurniture.Settings
content.vb : Public Structure LightFurniture.Settings
2022-07-28 14:58:38 +02:00
inheritedMembers :
- System.ValueType.Equals(System.Object)
- System.ValueType.GetHashCode
- System.ValueType.ToString
- System.Object.Equals(System.Object,System.Object)
- System.Object.GetType
- System.Object.ReferenceEquals(System.Object,System.Object)
extensionMethods :
- TinyLife.Objects.LightFurniture.Settings.TinyLife.Utilities.Extensions.JsonCopy``1
- uid : TinyLife.Objects.LightFurniture.Settings.CreateLights
commentId : F:TinyLife.Objects.LightFurniture.Settings.CreateLights
id : CreateLights
parent : TinyLife.Objects.LightFurniture.Settings
langs :
- csharp
- vb
name : CreateLights
nameWithType : LightFurniture.Settings.CreateLights
fullName : TinyLife.Objects.LightFurniture.Settings.CreateLights
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : A function that is used to create the lights for the <xref href="TinyLife.Objects.LightFurniture" data-throw-if-not-resolved="false"></xref>.
2022-07-28 14:58:38 +02:00
example : [ ]
syntax :
content : public Func<LightFurniture, Light[]> CreateLights
return :
type : System.Func{TinyLife.Objects.LightFurniture,TinyLife.Objects.Light[]}
content.vb : Public CreateLights As Func(Of LightFurniture, Light())
- uid : TinyLife.Objects.LightFurniture.Settings.IsElectrical
commentId : F:TinyLife.Objects.LightFurniture.Settings.IsElectrical
id : IsElectrical
parent : TinyLife.Objects.LightFurniture.Settings
langs :
- csharp
- vb
name : IsElectrical
nameWithType : LightFurniture.Settings.IsElectrical
fullName : TinyLife.Objects.LightFurniture.Settings.IsElectrical
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : Whether the light furniture is electrical. If it is, it will automatically be <xref href="TinyLife.Objects.LightFurniture.IsDisabled" data-throw-if-not-resolved="false"></xref> if the owning household's bills have not been paid.
2022-07-28 14:58:38 +02:00
example : [ ]
syntax :
content : public bool IsElectrical
return :
type : System.Boolean
content.vb : Public IsElectrical As Boolean
- uid : TinyLife.Objects.LightFurniture.Settings.Flickers
commentId : F:TinyLife.Objects.LightFurniture.Settings.Flickers
id : Flickers
parent : TinyLife.Objects.LightFurniture.Settings
langs :
- csharp
- vb
name : Flickers
nameWithType : LightFurniture.Settings.Flickers
fullName : TinyLife.Objects.LightFurniture.Settings.Flickers
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : Whether the light furniture flickers, which causes the lights created in <xref href="TinyLife.Objects.LightFurniture.Settings.CreateLights" data-throw-if-not-resolved="false"></xref> to change size slightly over time.
2022-07-28 14:58:38 +02:00
example : [ ]
syntax :
content : public bool Flickers
return :
type : System.Boolean
content.vb : Public Flickers As Boolean
- uid : TinyLife.Objects.LightFurniture.Settings.FireParticleOffsets
commentId : F:TinyLife.Objects.LightFurniture.Settings.FireParticleOffsets
id : FireParticleOffsets
parent : TinyLife.Objects.LightFurniture.Settings
langs :
- csharp
- vb
name : FireParticleOffsets
nameWithType : LightFurniture.Settings.FireParticleOffsets
fullName : TinyLife.Objects.LightFurniture.Settings.FireParticleOffsets
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
A set of positions that fire particles should be displayed with, based on the given <xref href="TinyLife.Objects.LightFurniture" data-throw-if-not-resolved="false"></xref> instance's position.
2024-02-02 18:13:42 +01:00
These offsets are applied to <xref href="TinyLife.Objects.Particle.ScreenPosOffset" data-throw-if-not-resolved="false"></xref>.
2024-01-07 16:53:47 +01:00
If this is null, no fire particles will be displayed.
2022-07-28 14:58:38 +02:00
example : [ ]
syntax :
content : public Func<LightFurniture, Vector2>[] FireParticleOffsets
return :
2022-09-05 14:19:42 +02:00
type : System.Func{TinyLife.Objects.LightFurniture,Microsoft.Xna.Framework.Vector2}[]
2022-07-28 14:58:38 +02:00
content.vb : Public FireParticleOffsets As Func(Of LightFurniture, Vector2)()
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.LightFurniture.Settings.IsAutomatic
commentId : F:TinyLife.Objects.LightFurniture.Settings.IsAutomatic
id : IsAutomatic
parent : TinyLife.Objects.LightFurniture.Settings
langs :
- csharp
- vb
name : IsAutomatic
nameWithType : LightFurniture.Settings.IsAutomatic
fullName : TinyLife.Objects.LightFurniture.Settings.IsAutomatic
type : Field
assemblies :
- Tiny Life
namespace : TinyLife.Objects
2024-01-07 16:53:47 +01:00
summary : >-
Whether this light furniture is lit and unlit automatically based on the time of day.
Light furniture with this setting should not use the <xref href="TinyLife.Objects.ObjectCategory.Lamp" data-throw-if-not-resolved="false"></xref> category, as that is what allows it to be toggled on and off by people.
2022-09-05 14:19:42 +02:00
example : [ ]
syntax :
content : public bool IsAutomatic
return :
type : System.Boolean
content.vb : Public IsAutomatic As Boolean
2022-07-28 14:58:38 +02:00
references :
- uid : TinyLife.Objects.LightFurniture
commentId : T:TinyLife.Objects.LightFurniture
parent : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.LightFurniture.html
2022-07-28 14:58:38 +02:00
name : LightFurniture
nameWithType : LightFurniture
fullName : TinyLife.Objects.LightFurniture
- uid : TinyLife.Objects.FurnitureType.TypeSettings.LightSettings
commentId : F:TinyLife.Objects.FurnitureType.TypeSettings.LightSettings
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.FurnitureType.TypeSettings.html#TinyLife_Objects_FurnitureType_TypeSettings_LightSettings
2023-03-30 18:07:55 +02:00
name : LightSettings
nameWithType : FurnitureType.TypeSettings.LightSettings
fullName : TinyLife.Objects.FurnitureType.TypeSettings.LightSettings
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Objects
commentId : N : TinyLife.Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2022-07-28 14:58:38 +02:00
name : TinyLife.Objects
nameWithType : TinyLife.Objects
fullName : TinyLife.Objects
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Objects
name : Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Objects
name : Objects
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.html
2022-07-28 14:58:38 +02:00
- uid : System.ValueType.Equals(System.Object)
commentId : M:System.ValueType.Equals(System.Object)
parent : System.ValueType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetype.equals
name : Equals(object)
nameWithType : ValueType.Equals(object)
fullName : System.ValueType.Equals(object)
nameWithType.vb : ValueType.Equals(Object)
fullName.vb : System.ValueType.Equals(Object)
name.vb : Equals(Object)
2022-07-28 14:58:38 +02:00
spec.csharp :
- uid : System.ValueType.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetype.equals
2022-07-28 14:58:38 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-07-28 14:58:38 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-07-28 14:58:38 +02:00
- name : )
spec.vb :
- uid : System.ValueType.Equals(System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetype.equals
2022-07-28 14:58:38 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-07-28 14:58:38 +02:00
- name : )
- uid : System.ValueType.GetHashCode
commentId : M:System.ValueType.GetHashCode
parent : System.ValueType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
2022-07-28 14:58:38 +02:00
name : GetHashCode()
nameWithType : ValueType.GetHashCode()
fullName : System.ValueType.GetHashCode()
spec.csharp :
- uid : System.ValueType.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
2022-07-28 14:58:38 +02:00
- name : (
- name : )
spec.vb :
- uid : System.ValueType.GetHashCode
name : GetHashCode
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetype.gethashcode
2022-07-28 14:58:38 +02:00
- name : (
- name : )
- uid : System.ValueType.ToString
commentId : M:System.ValueType.ToString
parent : System.ValueType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
2022-07-28 14:58:38 +02:00
name : ToString()
nameWithType : ValueType.ToString()
fullName : System.ValueType.ToString()
spec.csharp :
- uid : System.ValueType.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
2022-07-28 14:58:38 +02:00
- name : (
- name : )
spec.vb :
- uid : System.ValueType.ToString
name : ToString
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetype.tostring
2022-07-28 14:58:38 +02:00
- name : (
- name : )
- uid : System.Object.Equals(System.Object,System.Object)
commentId : M:System.Object.Equals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
name : Equals(object, object)
nameWithType : object.Equals(object, object)
fullName : object.Equals(object, object)
nameWithType.vb : Object.Equals(Object, Object)
fullName.vb : Object.Equals(Object, Object)
name.vb : Equals(Object, Object)
2022-07-28 14:58:38 +02:00
spec.csharp :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2022-07-28 14:58:38 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-07-28 14:58:38 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-07-28 14:58:38 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-07-28 14:58:38 +02:00
- name : )
spec.vb :
- uid : System.Object.Equals(System.Object,System.Object)
name : Equals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)
2022-07-28 14:58:38 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-07-28 14:58:38 +02:00
- name : )
- uid : System.Object.GetType
commentId : M:System.Object.GetType
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-07-28 14:58:38 +02:00
name : GetType()
2023-03-30 18:07:55 +02:00
nameWithType : object.GetType()
fullName : object.GetType()
nameWithType.vb : Object.GetType()
fullName.vb : Object.GetType()
2022-07-28 14:58:38 +02:00
spec.csharp :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-07-28 14:58:38 +02:00
- name : (
- name : )
spec.vb :
- uid : System.Object.GetType
name : GetType
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.gettype
2022-07-28 14:58:38 +02:00
- name : (
- name : )
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
commentId : M:System.Object.ReferenceEquals(System.Object,System.Object)
parent : System.Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
name : ReferenceEquals(object, object)
nameWithType : object.ReferenceEquals(object, object)
fullName : object.ReferenceEquals(object, object)
nameWithType.vb : Object.ReferenceEquals(Object, Object)
fullName.vb : Object.ReferenceEquals(Object, Object)
name.vb : ReferenceEquals(Object, Object)
2022-07-28 14:58:38 +02:00
spec.csharp :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2022-07-28 14:58:38 +02:00
- name : (
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-07-28 14:58:38 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : System.Object
2023-03-30 18:07:55 +02:00
name : object
2022-07-28 14:58:38 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-07-28 14:58:38 +02:00
- name : )
spec.vb :
- uid : System.Object.ReferenceEquals(System.Object,System.Object)
name : ReferenceEquals
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object.referenceequals
2022-07-28 14:58:38 +02:00
- name : (
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : System.Object
name : Object
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
2022-07-28 14:58:38 +02:00
- name : )
- uid : TinyLife.Objects.LightFurniture.Settings.TinyLife.Utilities.Extensions.JsonCopy``1
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
parent : TinyLife.Utilities.Extensions
definition : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
name : JsonCopy<Settings>(Settings)
nameWithType : Extensions.JsonCopy<LightFurniture.Settings>(LightFurniture.Settings)
fullName : TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Objects.LightFurniture.Settings>(TinyLife.Objects.LightFurniture.Settings)
nameWithType.vb : Extensions.JsonCopy(Of LightFurniture.Settings)(LightFurniture.Settings)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Objects.LightFurniture.Settings)(TinyLife.Objects.LightFurniture.Settings)
name.vb : JsonCopy(Of Settings)(Settings)
2022-07-28 14:58:38 +02:00
spec.csharp :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.LightFurniture.Settings)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- uid : TinyLife.Objects.LightFurniture.Settings
name : Settings
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.LightFurniture.Settings.html
2023-03-30 18:07:55 +02:00
- name : '>'
2022-07-28 14:58:38 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Objects.LightFurniture.Settings
name : Settings
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.LightFurniture.Settings.html
2022-07-28 14:58:38 +02:00
- name : )
spec.vb :
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(TinyLife.Objects.LightFurniture.Settings)
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- uid : TinyLife.Objects.LightFurniture.Settings
name : Settings
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.LightFurniture.Settings.html
2023-03-30 18:07:55 +02:00
- name : )
2022-07-28 14:58:38 +02:00
- name : (
2023-03-30 18:07:55 +02:00
- uid : TinyLife.Objects.LightFurniture.Settings
name : Settings
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.LightFurniture.Settings.html
2022-07-28 14:58:38 +02:00
- name : )
- uid : System.ValueType
commentId : T:System.ValueType
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.valuetype
2022-07-28 14:58:38 +02:00
name : ValueType
nameWithType : ValueType
fullName : System.ValueType
- uid : System.Object
commentId : T:System.Object
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.object
name : object
nameWithType : object
fullName : object
nameWithType.vb : Object
fullName.vb : Object
name.vb : Object
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
commentId : M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2022-07-28 14:58:38 +02:00
name : JsonCopy<T>(T)
nameWithType : Extensions.JsonCopy<T>(T)
fullName : TinyLife.Utilities.Extensions.JsonCopy<T>(T)
nameWithType.vb : Extensions.JsonCopy(Of T)(T)
fullName.vb : TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
name.vb : JsonCopy(Of T)(T)
spec.csharp :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : <
- name : T
- name : '>'
2022-07-28 14:58:38 +02:00
- name : (
- name : T
- name : )
spec.vb :
- uid : TinyLife.Utilities.Extensions.JsonCopy``1(``0)
2023-03-30 18:07:55 +02:00
name : JsonCopy
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html#TinyLife_Utilities_Extensions_JsonCopy__1___0_
2023-03-30 18:07:55 +02:00
- name : (
- name : Of
- name : " "
- name : T
- name : )
2022-07-28 14:58:38 +02:00
- name : (
- name : T
- name : )
- uid : TinyLife.Utilities.Extensions
commentId : T:TinyLife.Utilities.Extensions
parent : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.Extensions.html
2022-07-28 14:58:38 +02:00
name : Extensions
nameWithType : Extensions
fullName : TinyLife.Utilities.Extensions
- uid : System
commentId : N : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system
2022-07-28 14:58:38 +02:00
name : System
nameWithType : System
fullName : System
- uid : TinyLife.Utilities
commentId : N : TinyLife.Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2022-07-28 14:58:38 +02:00
name : TinyLife.Utilities
nameWithType : TinyLife.Utilities
fullName : TinyLife.Utilities
2023-03-30 18:07:55 +02:00
spec.csharp :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2023-03-30 18:07:55 +02:00
spec.vb :
- uid : TinyLife
name : TinyLife
2024-01-07 16:53:47 +01:00
href : TinyLife.html
2023-03-30 18:07:55 +02:00
- name : .
- uid : TinyLife.Utilities
name : Utilities
2024-01-07 16:53:47 +01:00
href : TinyLife.Utilities.html
2022-07-28 14:58:38 +02:00
- uid : System.Func{TinyLife.Objects.LightFurniture,TinyLife.Objects.Light[]}
commentId : T:System.Func{TinyLife.Objects.LightFurniture,TinyLife.Objects.Light[]}
parent : System
definition : System.Func`2
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-07-28 14:58:38 +02:00
name : Func<LightFurniture, Light[]>
nameWithType : Func<LightFurniture, Light[]>
fullName : System.Func<TinyLife.Objects.LightFurniture, TinyLife.Objects.Light[]>
nameWithType.vb : Func(Of LightFurniture, Light())
fullName.vb : System.Func(Of TinyLife.Objects.LightFurniture, TinyLife.Objects.Light())
name.vb : Func(Of LightFurniture, Light())
spec.csharp :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-07-28 14:58:38 +02:00
- name : <
- uid : TinyLife.Objects.LightFurniture
name : LightFurniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.LightFurniture.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Objects.Light
name : Light
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Light.html
2023-03-30 18:07:55 +02:00
- name : '['
- name : ']'
2022-07-28 14:58:38 +02:00
- name : '>'
spec.vb :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Objects.LightFurniture
name : LightFurniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.LightFurniture.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Objects.Light
name : Light
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.Light.html
2023-03-30 18:07:55 +02:00
- name : (
- name : )
2022-07-28 14:58:38 +02:00
- name : )
- uid : System.Func`2
commentId : T:System.Func`2
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-07-28 14:58:38 +02:00
name : Func<T, TResult>
nameWithType : Func<T, TResult>
fullName : System.Func<T, TResult>
nameWithType.vb : Func(Of T, TResult)
fullName.vb : System.Func(Of T, TResult)
name.vb : Func(Of T, TResult)
spec.csharp :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-07-28 14:58:38 +02:00
- name : <
- name : T
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- name : TResult
- name : '>'
spec.vb :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2022-07-28 14:58:38 +02:00
- name : T
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-07-28 14:58:38 +02:00
- name : TResult
- name : )
- uid : TinyLife.Objects.LightFurniture.IsDisabled
commentId : F:TinyLife.Objects.LightFurniture.IsDisabled
parent : TinyLife.Objects.LightFurniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.LightFurniture.html#TinyLife_Objects_LightFurniture_IsDisabled
2022-07-28 14:58:38 +02:00
name : IsDisabled
nameWithType : LightFurniture.IsDisabled
fullName : TinyLife.Objects.LightFurniture.IsDisabled
- uid : System.Boolean
commentId : T:System.Boolean
parent : System
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.boolean
name : bool
nameWithType : bool
fullName : bool
nameWithType.vb : Boolean
fullName.vb : Boolean
name.vb : Boolean
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Objects.LightFurniture.Settings.CreateLights
commentId : F:TinyLife.Objects.LightFurniture.Settings.CreateLights
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.LightFurniture.Settings.html#TinyLife_Objects_LightFurniture_Settings_CreateLights
2023-03-30 18:07:55 +02:00
name : CreateLights
nameWithType : LightFurniture.Settings.CreateLights
fullName : TinyLife.Objects.LightFurniture.Settings.CreateLights
2024-02-02 18:13:42 +01:00
- uid : TinyLife.Objects.Particle.ScreenPosOffset
commentId : F:TinyLife.Objects.Particle.ScreenPosOffset
href : TinyLife.Objects.Particle.html#TinyLife_Objects_Particle_ScreenPosOffset
name : ScreenPosOffset
nameWithType : Particle.ScreenPosOffset
fullName : TinyLife.Objects.Particle.ScreenPosOffset
2022-09-05 14:19:42 +02:00
- uid : System.Func{TinyLife.Objects.LightFurniture,Microsoft.Xna.Framework.Vector2}[]
2022-07-28 14:58:38 +02:00
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-07-28 14:58:38 +02:00
name : Func<LightFurniture, Vector2>[]
nameWithType : Func<LightFurniture, Vector2>[]
2022-09-05 14:19:42 +02:00
fullName : System.Func<TinyLife.Objects.LightFurniture, Microsoft.Xna.Framework.Vector2>[]
2022-07-28 14:58:38 +02:00
nameWithType.vb : Func(Of LightFurniture, Vector2)()
2022-09-05 14:19:42 +02:00
fullName.vb : System.Func(Of TinyLife.Objects.LightFurniture, Microsoft.Xna.Framework.Vector2)()
2022-07-28 14:58:38 +02:00
name.vb : Func(Of LightFurniture, Vector2)()
spec.csharp :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
2022-07-28 14:58:38 +02:00
- name : <
- uid : TinyLife.Objects.LightFurniture
name : LightFurniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.LightFurniture.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2022-07-28 14:58:38 +02:00
name : Vector2
isExternal : true
- name : '>'
2023-03-30 18:07:55 +02:00
- name : '['
- name : ']'
2022-07-28 14:58:38 +02:00
spec.vb :
- uid : System.Func`2
name : Func
isExternal : true
2023-03-30 18:07:55 +02:00
href : https://learn.microsoft.com/dotnet/api/system.func-2
- name : (
- name : Of
- name : " "
2022-07-28 14:58:38 +02:00
- uid : TinyLife.Objects.LightFurniture
name : LightFurniture
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.LightFurniture.html
2023-03-30 18:07:55 +02:00
- name : ','
- name : " "
2022-09-05 14:19:42 +02:00
- uid : Microsoft.Xna.Framework.Vector2
2022-07-28 14:58:38 +02:00
name : Vector2
isExternal : true
- name : )
2023-03-30 18:07:55 +02:00
- name : (
- name : )
2022-09-05 14:19:42 +02:00
- uid : TinyLife.Objects.ObjectCategory.Lamp
commentId : F:TinyLife.Objects.ObjectCategory.Lamp
2024-01-07 16:53:47 +01:00
href : TinyLife.Objects.ObjectCategory.html#TinyLife_Objects_ObjectCategory_Lamp
2023-03-30 18:07:55 +02:00
name : Lamp
nameWithType : ObjectCategory.Lamp
fullName : TinyLife.Objects.ObjectCategory.Lamp