C# 클래스 _3D_Madness.Element

파일 보기 프로젝트 열기: Arasho/GR 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
stoneBottomEdge int
stoneCenter int
stoneLeftEdge int
stoneRightEdge int
stoneUpEdge int

공개 메소드들

메소드 설명
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

메소드 상세

Element() 공개 메소드

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
리턴 Microsoft.Xna.Framework.Graphics

Element() 공개 메소드

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
리턴 Microsoft.Xna.Framework.Graphics

프로퍼티 상세

stoneBottomEdge 공개적으로 프로퍼티

public int stoneBottomEdge
리턴 int

stoneCenter 공개적으로 프로퍼티

public int stoneCenter
리턴 int

stoneLeftEdge 공개적으로 프로퍼티

public int stoneLeftEdge
리턴 int

stoneRightEdge 공개적으로 프로퍼티

public int stoneRightEdge
리턴 int

stoneUpEdge 공개적으로 프로퍼티

public int stoneUpEdge
리턴 int