C# 클래스 Reactor.BillboardParticleElement

파일 보기 프로젝트 열기: reisergames/reactor-v1 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SizeInBytes int
VertexElements Microsoft.Xna.Framework.Graphics.VertexElement[]

공개 메소드들

메소드 설명
BillboardParticleElement ( Vector3 Position, Vector2 TextureCoordinate, Vector2 XYScale, Color Color ) : System

메소드 상세

BillboardParticleElement() 공개 메소드

public BillboardParticleElement ( Vector3 Position, Vector2 TextureCoordinate, Vector2 XYScale, Color Color ) : System
Position Vector3
TextureCoordinate Vector2
XYScale Vector2
Color Color
리턴 System

프로퍼티 상세

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

public static int SizeInBytes
리턴 int

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

public static VertexElement[],Microsoft.Xna.Framework.Graphics VertexElements
리턴 Microsoft.Xna.Framework.Graphics.VertexElement[]