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
Exibir arquivo Open project: Afr0Games/Project-Dollhouse Class Usage Examples

Public Properties

Property Type Description
LightAppearance UniqueFileID
Region OutfitRegion

Public Methods

Method Description
Dispose ( ) : void
Outfit ( Stream Data ) : System

Protected Methods

Method Description
Dispose ( bool CleanUpManagedResources ) : void

Private Methods

Method 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 method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool CleanUpManagedResources ) : void
CleanUpManagedResources bool
return void

Outfit() public method

public Outfit ( Stream Data ) : System
Data Stream
return System

Property Details

LightAppearance public_oe property

public UniqueFileID LightAppearance
return UniqueFileID

Region public_oe property

public OutfitRegion Region
return OutfitRegion