C# 클래스 Grey.Graphics.VertexVoxel

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

공개 프로퍼티들

프로퍼티 타입 설명
Declaration Microsoft.Xna.Framework.Graphics.VertexDeclaration
Position Vector3
Tint Color
UV Vector2
UVRect Vector4

공개 메소드들

메소드 설명
VertexVoxel ( Vector3 pos, Vector2 uv, Vector4 uvr, Color c ) : System

메소드 상세

VertexVoxel() 공개 메소드

public VertexVoxel ( Vector3 pos, Vector2 uv, Vector4 uvr, Color c ) : System
pos Vector3
uv Vector2
uvr Vector4
c Color
리턴 System

프로퍼티 상세

Declaration 공개적으로 정적으로 프로퍼티

public static VertexDeclaration,Microsoft.Xna.Framework.Graphics Declaration
리턴 Microsoft.Xna.Framework.Graphics.VertexDeclaration

Position 공개적으로 프로퍼티

public Vector3 Position
리턴 Vector3

Tint 공개적으로 프로퍼티

public Color Tint
리턴 Color

UV 공개적으로 프로퍼티

public Vector2 UV
리턴 Vector2

UVRect 공개적으로 프로퍼티

public Vector4 UVRect
리턴 Vector4