C# Класс FSO.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).
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
DarkAppearanceFileID uint
DarkAppearanceTypeID uint
HandGroup uint
LightAppearanceFileID uint
LightAppearanceTypeID uint
MediumAppearanceFileID uint
MediumAppearanceTypeID uint
Region uint

Открытые методы

Метод Описание
GetAppearance ( AppearanceType type ) : ContentID

Gets the ContentID for the appearances referenced by this Outfit.

GetHandgroup ( ) : ContentID

Gets the ContentID for the Handgroup referenced by this Outfit.

Read ( Stream stream ) : void

Reads an Outfit from the supplied Stream.

Описание методов

GetAppearance() публичный Метод

Gets the ContentID for the appearances referenced by this Outfit.
public GetAppearance ( AppearanceType type ) : ContentID
type AppearanceType The type of appearance to get.
Результат FSO.Common.Content.ContentID

GetHandgroup() публичный Метод

Gets the ContentID for the Handgroup referenced by this Outfit.
public GetHandgroup ( ) : ContentID
Результат FSO.Common.Content.ContentID

Read() публичный Метод

Reads an Outfit from the supplied Stream.
public Read ( Stream stream ) : void
stream Stream A Stream instance.
Результат void

Описание свойств

DarkAppearanceFileID публичное свойство

public uint DarkAppearanceFileID
Результат uint

DarkAppearanceTypeID публичное свойство

public uint DarkAppearanceTypeID
Результат uint

HandGroup публичное свойство

public uint HandGroup
Результат uint

LightAppearanceFileID публичное свойство

public uint LightAppearanceFileID
Результат uint

LightAppearanceTypeID публичное свойство

public uint LightAppearanceTypeID
Результат uint

MediumAppearanceFileID публичное свойство

public uint MediumAppearanceFileID
Результат uint

MediumAppearanceTypeID публичное свойство

public uint MediumAppearanceTypeID
Результат uint

Region публичное свойство

public uint Region
Результат uint