Enum ClothesIntention
A clothes intention is a way that a clothing item can be used. Since this enumeration uses the FlagsAttribute, a clothing item can have multiple intentions.
[Flags]
public enum ClothesIntention
- Extension Methods
Fields
None = 0Everyday = 1Party = 2Formal = 4Workout = 8Swimwear = 16Sleep = 32Summer = 64Winter = 128Work = 256Safety = 512