C# Class PGMEBackend.Behavior

Mostrar archivo Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Public Properties

Property Type Description
actionByte int
actionByte2 int
backgroundByte int
backgroundByte2 int
rawBehavior byte[]

Public Methods

Method Description
Behavior ( byte raw ) : System
GetBackground ( ) : int

Method Details

Behavior() public method

public Behavior ( byte raw ) : System
raw byte
return System

GetBackground() public method

public GetBackground ( ) : int
return int

Property Details

actionByte public_oe property

public int actionByte
return int

actionByte2 public_oe property

public int actionByte2
return int

backgroundByte public_oe property

public int backgroundByte
return int

backgroundByte2 public_oe property

public int backgroundByte2
return int

rawBehavior public_oe property

public byte[] rawBehavior
return byte[]