C# Class _3D_Madness.Element

ファイルを表示 Open project: Arasho/GR Class Usage Examples

Public Properties

Property Type Description
stoneBottomEdge int
stoneCenter int
stoneLeftEdge int
stoneRightEdge int
stoneUpEdge int

Public Methods

Method Description
Element ( VertexPositionTexture x, Microsoft.Xna.Framework.Graphics.Texture2D texture ) : Microsoft.Xna.Framework.Graphics
Element ( string _fileName, string _leftEdge, string _rightEdge, string _bottomEdge, string _upEdge, string _additional ) : Microsoft.Xna.Framework.Graphics

Method Details

Element() public method

public Element ( VertexPositionTexture x, Microsoft.Xna.Framework.Graphics.Texture2D texture ) : Microsoft.Xna.Framework.Graphics
x Microsoft.Xna.Framework.Graphics.VertexPositionTexture
texture Microsoft.Xna.Framework.Graphics.Texture2D
return Microsoft.Xna.Framework.Graphics

Element() public method

public Element ( string _fileName, string _leftEdge, string _rightEdge, string _bottomEdge, string _upEdge, string _additional ) : Microsoft.Xna.Framework.Graphics
_fileName string
_leftEdge string
_rightEdge string
_bottomEdge string
_upEdge string
_additional string
return Microsoft.Xna.Framework.Graphics

Property Details

stoneBottomEdge public_oe property

public int stoneBottomEdge
return int

stoneCenter public_oe property

public int stoneCenter
return int

stoneLeftEdge public_oe property

public int stoneLeftEdge
return int

stoneRightEdge public_oe property

public int stoneRightEdge
return int

stoneUpEdge public_oe property

public int stoneUpEdge
return int