C# Class Files.Vitaboy.Outfit

Outfits collect together the light-, medium-, and dark-skinned versions of an appearance and associate them collectively with a hand group and a body region (head or body).
Inheritance: IDisposable
Afficher le fichier Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Méthodes publiques

Свойство Type Description
LightAppearance UniqueFileID
Region OutfitRegion

Méthodes publiques

Méthode Description
Dispose ( ) : void
Outfit ( Stream Data ) : System

Méthodes protégées

Méthode Description
Dispose ( bool CleanUpManagedResources ) : void

Private Methods

Méthode Description
ReadBackwardsID ( ) : UniqueFileID

Some genious at Maxis decided to store these backwards from how they're stored in archives o_O

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool CleanUpManagedResources ) : void
CleanUpManagedResources bool
Résultat void

Outfit() public méthode

public Outfit ( Stream Data ) : System
Data Stream
Résultat System

Property Details

LightAppearance public_oe property

public UniqueFileID LightAppearance
Résultat UniqueFileID

Region public_oe property

public OutfitRegion Region
Résultat OutfitRegion