C# Class Terraria.k_TileBlock

Mostrar archivo 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_oe property

public byte animFrame
return byte

colourID public_oe property

public byte colourID
return byte

flags public_oe property

public byte flags
return byte

parentOffset public_oe property

public byte parentOffset
return byte

protoID public_oe property

public ushort protoID
return ushort

slope public_oe property

public byte slope
return byte

variant public_oe property

public byte variant
return byte