C# Class CreatureModule.CreatureUVSwapPacket

ファイルを表示 Open project: kestrelm/CreatureDemos Class Usage Examples

Public Properties

Property Type Description
global_offset XnaGeometry.Vector2
local_offset XnaGeometry.Vector2
scale XnaGeometry.Vector2
tag int

Public Methods

Method Description
CreatureUVSwapPacket ( XnaGeometry local_offset_in, XnaGeometry global_offset_in, XnaGeometry scale_in, int tag_in ) : System

Method Details

CreatureUVSwapPacket() public method

public CreatureUVSwapPacket ( XnaGeometry local_offset_in, XnaGeometry global_offset_in, XnaGeometry scale_in, int tag_in ) : System
local_offset_in XnaGeometry
global_offset_in XnaGeometry
scale_in XnaGeometry
tag_in int
return System

Property Details

global_offset public_oe property

public Vector2,XnaGeometry global_offset
return XnaGeometry.Vector2

local_offset public_oe property

public Vector2,XnaGeometry local_offset
return XnaGeometry.Vector2

scale public_oe property

public Vector2,XnaGeometry scale
return XnaGeometry.Vector2

tag public_oe property

public int tag
return int