C# Class Terraria.k_TileBlock

Show file Open project: EmuDevs/EDTerraria Class Usage Examples

Public Properties

Property Type Description
animFrame byte
colourID byte
flags byte
parentOffset byte
protoID ushort
slope byte
variant byte

Public Methods

Method Description
Copy ( ) : k_TileBlock
GetParentOffset ( ) : Point
SetParentOffset ( byte x, byte y ) : void
k_TileBlock ( ) : Microsoft.Xna.Framework

Method Details

Copy() public method

public Copy ( ) : k_TileBlock
return k_TileBlock

GetParentOffset() public method

public GetParentOffset ( ) : Point
return Microsoft.Xna.Framework.Point

SetParentOffset() public method

public SetParentOffset ( byte x, byte y ) : void
x byte
y byte
return void

k_TileBlock() public method

public k_TileBlock ( ) : Microsoft.Xna.Framework
return Microsoft.Xna.Framework

Property Details

animFrame public property

public byte animFrame
return byte

colourID public property

public byte colourID
return byte

flags public property

public byte flags
return byte

parentOffset public property

public byte parentOffset
return byte

protoID public property

public ushort protoID
return ushort

slope public property

public byte slope
return byte

variant public property

public byte variant
return byte