Table of Contents

Enum StylePreference

Namespace
TinyLife.Objects
Assembly
Tiny Life.dll

A set of values that represent a style preference that a Clothes item is meant to fit most, or is intended for. Tiny Life uses the style preference system as a rough guide when randomly generating outfits and other properties for Tinies, always taking it into account with a chance of 50% and lower. Clothing items like t-shirts, pants and hats should generally use the Neutral style preference, which will make every Tiny consider the item equally.

public enum StylePreference
Extension Methods

Fields

Feminine = 2
Masculine = 1
Neutral = 0