C# 클래스 lvl4LightTriggerScript, PGP2

상속: MonoBehaviour
파일 보기 프로젝트 열기: theiis/PGP2

공개 프로퍼티들

프로퍼티 타입 설명
endPos Transform
isLite bool
litMaterial Material
movingObj GameObject
simulateIsLit bool
unLitMaterial Material

공개 메소드들

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

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

endPos 공개적으로 프로퍼티

public Transform endPos
리턴 Transform

isLite 공개적으로 프로퍼티

public bool isLite
리턴 bool

litMaterial 공개적으로 프로퍼티

public Material litMaterial
리턴 Material

movingObj 공개적으로 프로퍼티

public GameObject movingObj
리턴 GameObject

simulateIsLit 공개적으로 프로퍼티

public bool simulateIsLit
리턴 bool

unLitMaterial 공개적으로 프로퍼티

public Material unLitMaterial
리턴 Material