C# 클래스 RTSEngine.Graphics.VertexRTSAnimInst

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

공개 프로퍼티들

프로퍼티 타입 설명
AnimationFrame float
Declaration Microsoft.Xna.Framework.Graphics.VertexDeclaration
World Matrix

공개 메소드들

메소드 설명
VertexRTSAnimInst ( Matrix w, float f ) : System

메소드 상세

VertexRTSAnimInst() 공개 메소드

public VertexRTSAnimInst ( Matrix w, float f ) : System
w Matrix
f float
리턴 System

프로퍼티 상세

AnimationFrame 공개적으로 프로퍼티

public float AnimationFrame
리턴 float

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

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

World 공개적으로 프로퍼티

public Matrix World
리턴 Matrix