C# 클래스 FSO.Vitaboy.HandGroup

Hand groups collect together the various hand gesture appearances of the game. There are always exactly 18 appearances referenced in a hand group (3 skin colors × 2 hands × 3 gestures).
파일 보기 프로젝트 열기: RHY3756547/FreeSO 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DarkSkin HandSet
LightSkin HandSet
MediumSkin HandSet

공개 메소드들

메소드 설명
Read ( Stream Str ) : void

Reads a Handgroup from a supplied Stream.

메소드 상세

Read() 공개 메소드

Reads a Handgroup from a supplied Stream.
public Read ( Stream Str ) : void
Str Stream The Stream to read from.
리턴 void

프로퍼티 상세

DarkSkin 공개적으로 프로퍼티

public HandSet,FSO.Vitaboy DarkSkin
리턴 HandSet

LightSkin 공개적으로 프로퍼티

public HandSet,FSO.Vitaboy LightSkin
리턴 HandSet

MediumSkin 공개적으로 프로퍼티

public HandSet,FSO.Vitaboy MediumSkin
리턴 HandSet