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
Everyday = 1
Formal = 4
None = 0
Party = 2
Safety = 512
Sleep = 32
Summer = 64
Swimwear = 16
Winter = 128
Work = 256
Workout = 8