C# Class WWActorEdit.PlyrChunk

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

Public Properties

Property Type Description
EventIndex byte
Name string
Position Vector3
RoomNumber byte
Rotation HalfRotation
SpawnType byte
Unknown1 byte

Public Methods

Method Description
LoadData ( byte data, int &srcOffset ) : void
WriteData ( BinaryWriter stream ) : void

Method Details

LoadData() public method

public LoadData ( byte data, int &srcOffset ) : void
data byte
srcOffset int
return void

WriteData() public method

public WriteData ( BinaryWriter stream ) : void
stream System.IO.BinaryWriter
return void

Property Details

EventIndex public property

public byte EventIndex
return byte

Name public property

public string Name
return string

Position public property

public Vector3 Position
return Vector3

RoomNumber public property

public byte RoomNumber
return byte

Rotation public property

public HalfRotation,WWActorEdit Rotation
return HalfRotation

SpawnType public property

public byte SpawnType
return byte

Unknown1 public property

public byte Unknown1
return byte