C# 클래스 LightDetector, Pharos

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

공개 프로퍼티들

프로퍼티 타입 설명
isActivated bool
lightnumber int
speed float
targetlocation Transform

공개 메소드들

메소드 설명
OnTriggerEnter ( Collider other ) : void
Start ( ) : void
Update ( ) : void
moveLight ( ) : void
setMove ( bool yes ) : void

메소드 상세

OnTriggerEnter() 공개 메소드

public OnTriggerEnter ( Collider other ) : void
other Collider
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

moveLight() 공개 메소드

public moveLight ( ) : void
리턴 void

setMove() 공개 메소드

public setMove ( bool yes ) : void
yes bool
리턴 void

프로퍼티 상세

isActivated 공개적으로 프로퍼티

public bool isActivated
리턴 bool

lightnumber 공개적으로 프로퍼티

public int lightnumber
리턴 int

speed 공개적으로 프로퍼티

public float speed
리턴 float

targetlocation 공개적으로 프로퍼티

public Transform targetlocation
리턴 Transform