C# 클래스 ParticleSim, CaseyParticlesForUnity

상속: MonoBehaviour
파일 보기 프로젝트 열기: unitycoder/CaseyParticlesForUnity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
debugMode bool
enableDispersion bool
initialColor Color
sprite Transform

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
Clamp ( float Min, float Value, float Max ) : float
Clamp01 ( float Value ) : float
Clamp01MapToRange ( float Min, float t, float Max ) : float

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

debugMode 공개적으로 프로퍼티

public bool debugMode
리턴 bool

enableDispersion 공개적으로 프로퍼티

public bool enableDispersion
리턴 bool

initialColor 공개적으로 프로퍼티

public Color initialColor
리턴 Color

sprite 공개적으로 프로퍼티

public Transform sprite
리턴 Transform