C# Class 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).
Show file Open project: RHY3756547/FreeSO Class Usage Examples

Public Properties

Property Type Description
DarkSkin HandSet
LightSkin HandSet
MediumSkin HandSet

Public Methods

Method Description
Read ( Stream Str ) : void

Reads a Handgroup from a supplied Stream.

Method Details

Read() public method

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

Property Details

DarkSkin public property

public HandSet,FSO.Vitaboy DarkSkin
return HandSet

LightSkin public property

public HandSet,FSO.Vitaboy LightSkin
return HandSet

MediumSkin public property

public HandSet,FSO.Vitaboy MediumSkin
return HandSet