C# Class WWActorEdit.PlyrChunk

The Plyr (Player) chunk defines spawn points for Link.
Inheritance: IChunkType
Afficher le fichier Open project: pho/WindViewer Class Usage Examples

Méthodes publiques

Свойство Type Description
EventIndex byte
Name string
Position Vector3
RoomNumber byte
Rotation HalfRotation
SpawnType byte
Unknown1 byte

Méthodes publiques

Méthode Description
LoadData ( byte data, int &srcOffset ) : void
WriteData ( BinaryWriter stream ) : void

Method Details

LoadData() public méthode

public LoadData ( byte data, int &srcOffset ) : void
data byte
srcOffset int
Résultat void

WriteData() public méthode

public WriteData ( BinaryWriter stream ) : void
stream System.IO.BinaryWriter
Résultat void

Property Details

EventIndex public_oe property

public byte EventIndex
Résultat byte

Name public_oe property

public string Name
Résultat string

Position public_oe property

public Vector3 Position
Résultat Vector3

RoomNumber public_oe property

public byte RoomNumber
Résultat byte

Rotation public_oe property

public HalfRotation,WWActorEdit Rotation
Résultat HalfRotation

SpawnType public_oe property

public byte SpawnType
Résultat byte

Unknown1 public_oe property

public byte Unknown1
Résultat byte