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).
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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