C# Class PGMEBackend.Behavior

Show file 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 property

public int actionByte
return int

actionByte2 public property

public int actionByte2
return int

backgroundByte public property

public int backgroundByte
return int

backgroundByte2 public property

public int backgroundByte2
return int

rawBehavior public property

public byte[] rawBehavior
return byte[]