C# 클래스 Drought.Graphics.Particle

파일 보기 프로젝트 열기: kiniry-teaching/UCD 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SizeInBytes int
VertexElements Microsoft.Xna.Framework.Graphics.VertexElement[]
colour Vector4
gravity Vector3
id float
lifeTime float
position Vector3
size float
startTime float
velocity Vector3

프로퍼티 상세

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

public static int SizeInBytes
리턴 int

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

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

colour 공개적으로 프로퍼티

public Vector4 colour
리턴 Vector4

gravity 공개적으로 프로퍼티

public Vector3 gravity
리턴 Vector3

id 공개적으로 프로퍼티

public float id
리턴 float

lifeTime 공개적으로 프로퍼티

public float lifeTime
리턴 float

position 공개적으로 프로퍼티

public Vector3 position
리턴 Vector3

size 공개적으로 프로퍼티

public float size
리턴 float

startTime 공개적으로 프로퍼티

public float startTime
리턴 float

velocity 공개적으로 프로퍼티

public Vector3 velocity
리턴 Vector3