C# 클래스 Sparrow.Utils.Vertex

파일 보기 프로젝트 열기: fmotagarcia/sparrow-sharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Position Vector2
TexCoords Vector2

공개 메소드들

메소드 설명
Copy ( Vertex source, int sourceOffset, Vertex target, int targetOffset, int count ) : void

Copies the source to the target array. Note that this is an unsafe operation, if you supply wrong offset/count values it can lead to memory corruption!

메소드 상세

Copy() 공개 정적인 메소드

Copies the source to the target array. Note that this is an unsafe operation, if you supply wrong offset/count values it can lead to memory corruption!
public static Copy ( Vertex source, int sourceOffset, Vertex target, int targetOffset, int count ) : void
source Vertex
sourceOffset int
target Vertex
targetOffset int
count int
리턴 void

프로퍼티 상세

Position 공개적으로 프로퍼티

public Vector2 Position
리턴 Vector2

TexCoords 공개적으로 프로퍼티

public Vector2 TexCoords
리턴 Vector2