C# 클래스 FlatRedBall.Graphics.Texture.AtlasedTexture

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

공개 메소드들

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

메소드 상세

AtlasedTexture() 공개 메소드

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