C# 클래스 PooledParticles, PlaycraftingArcadeShooter

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

공개 프로퍼티들

프로퍼티 타입 설명
death ParticleSystem
main PooledParticles,
splat ParticleSystem

공개 메소드들

메소드 설명
Death ( ) : void
Splat ( Vector3 position, int count ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void

메소드 상세

Death() 공개 메소드

public Death ( ) : void
리턴 void

Splat() 공개 메소드

public Splat ( Vector3 position, int count ) : void
position Vector3
count int
리턴 void

프로퍼티 상세

death 공개적으로 프로퍼티

public ParticleSystem death
리턴 ParticleSystem

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

public static PooledParticles, main
리턴 PooledParticles,

splat 공개적으로 프로퍼티

public ParticleSystem splat
리턴 ParticleSystem