C# 클래스 RenderingLibrary.Graphics.AtlasedTexture

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

공개 메소드들

메소드 설명
AtlasedTexture ( string name, Microsoft.Xna.Framework.Graphics.Texture2D texture, Rectangle sourceRect, Vector2 size, Vector2 pivotPoint, bool isRotated ) : Microsoft.Xna.Framework

메소드 상세

AtlasedTexture() 공개 메소드

public AtlasedTexture ( string name, Microsoft.Xna.Framework.Graphics.Texture2D texture, Rectangle sourceRect, Vector2 size, Vector2 pivotPoint, bool isRotated ) : Microsoft.Xna.Framework
name string
texture Microsoft.Xna.Framework.Graphics.Texture2D
sourceRect Microsoft.Xna.Framework.Rectangle
size Vector2
pivotPoint Vector2
isRotated bool
리턴 Microsoft.Xna.Framework