Struct Household.Relation
A relation is a set of information for a Household.RandomRelation and ultimately Household.RandomConstellation that stores the GenealogyType, RelationshipType, RomanceType and Dating status that should be applied between two randomly generated household members.
public readonly struct Household.Relation
- Inherited Members
- Extension Methods
Constructors
Relation(GenealogyType, RelationshipType, RomanceType, bool)
Creates a new relation with the given settings.
public Relation(GenealogyType genealogyType, RelationshipType relationshipType, RomanceType romanceType, bool dating)
Parameters
genealogyTypeGenealogyTypeThe genealogy to apply.
relationshipTypeRelationshipTypeThe relationship type to apply.
romanceTypeRomanceTypeThe romance type to apply.
datingboolThe dating status to apply.
Fields
Dating
The dating status to apply.
public readonly bool Dating
Field Value
GenealogyType
The genealogy to apply.
public readonly GenealogyType GenealogyType
Field Value
RelationshipType
The relationship type to apply.
public readonly RelationshipType RelationshipType
Field Value
RomanceType
The romance type to apply.
public readonly RomanceType RomanceType