C# 클래스 FireZone, Improved

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

공개 프로퍼티들

프로퍼티 타입 설명
halfSize Vector3
layer LayerMask
timeCounter float
timeToVanish float

공개 메소드들

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

메소드 상세

Burning() 공개 메소드

public Burning ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

halfSize 공개적으로 프로퍼티

public Vector3 halfSize
리턴 Vector3

layer 공개적으로 프로퍼티

public LayerMask layer
리턴 LayerMask

timeCounter 공개적으로 프로퍼티

public float timeCounter
리턴 float

timeToVanish 공개적으로 프로퍼티

public float timeToVanish
리턴 float