C# 클래스 Ctrl_Space.Graphics.ParticleParameters

파일 보기 프로젝트 열기: vkd/Ctrl-Space 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Alphas float[]
Colors Color[]
Duration float
Sizes float[]
TextureGetter Func

프로퍼티 상세

Alphas 공개적으로 프로퍼티

public float[] Alphas
리턴 float[]

Colors 공개적으로 프로퍼티

public Color[] Colors
리턴 Color[]

Duration 공개적으로 프로퍼티

public float Duration
리턴 float

Sizes 공개적으로 프로퍼티

public float[] Sizes
리턴 float[]

TextureGetter 공개적으로 프로퍼티

public Func TextureGetter
리턴 Func