C# 클래스 hyades.graphics.particle.ParticleInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
color Color
region TextureRegion
transform Matrix

공개 메소드들

메소드 설명
ParticleInfo ( TextureRegion region, Color color, Matrix &transform ) : System

메소드 상세

ParticleInfo() 공개 메소드

public ParticleInfo ( TextureRegion region, Color color, Matrix &transform ) : System
region TextureRegion
color Color
transform Matrix
리턴 System

프로퍼티 상세

color 공개적으로 프로퍼티

public Color color
리턴 Color

region 공개적으로 프로퍼티

public TextureRegion region
리턴 TextureRegion

transform 공개적으로 프로퍼티

public Matrix transform
리턴 Matrix