C# 클래스 SmokeScreen.SmokeScreenConfig

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: sarbian/SmokeScreen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Instance SmokeScreenConfig
activeParticles int
decimateFloor int
particleCounter uint
particleDecimate int

공개 메소드들

메소드 설명
UpdateParticlesCount ( ) : void

비공개 메소드들

메소드 설명
Hash ( ) : int
Save ( ) : void
SmokeScreenConfig ( ) : System.IO
Start ( ) : void
Update ( ) : void

메소드 상세

UpdateParticlesCount() 공개 정적인 메소드

public static UpdateParticlesCount ( ) : void
리턴 void

프로퍼티 상세

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

public static SmokeScreenConfig,SmokeScreen Instance
리턴 SmokeScreenConfig

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

public static int activeParticles
리턴 int

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

public static int decimateFloor
리턴 int

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

public static uint particleCounter
리턴 uint

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

public static int particleDecimate
리턴 int