C# 클래스 Graffiti.Core.Rendering.Texcoords

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

공개 메소드들

메소드 설명
Texcoords ( ) : System.Runtime.InteropServices
Texcoords ( int numTexCoords = 1 ) : System.Runtime.InteropServices
this ( int index ) : Vector2

메소드 상세

Texcoords() 공개 메소드

public Texcoords ( ) : System.Runtime.InteropServices
리턴 System.Runtime.InteropServices

Texcoords() 공개 메소드

public Texcoords ( int numTexCoords = 1 ) : System.Runtime.InteropServices
numTexCoords int
리턴 System.Runtime.InteropServices

this() 공개 메소드

public this ( int index ) : Vector2
index int
리턴 Microsoft.Xna.Framework.Vector2