C# 클래스 ActivateTrigger, Pharos

상속: MonoBehaviour
파일 보기 프로젝트 열기: rstaewen/Pharos

공개 프로퍼티들

프로퍼티 타입 설명
WaitSecondsForEnterAction float
WaitSecondsForExitAction float
onEnter Mode,
onExit Mode,
repeatTriggerEnter bool
repeatTriggerExit bool
source GameObject
target Object
triggerEnterCount int
triggerExitCount int
triggeringCollider Collider

공개 메소드들

메소드 설명
OnTriggerEnter ( Collider other ) : void
OnTriggerExit ( Collider other ) : void
onEnterTrigger ( ) : void
onExitTrigger ( ) : void

메소드 상세

OnTriggerEnter() 공개 메소드

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

OnTriggerExit() 공개 메소드

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

onEnterTrigger() 공개 메소드

public onEnterTrigger ( ) : void
리턴 void

onExitTrigger() 공개 메소드

public onExitTrigger ( ) : void
리턴 void

프로퍼티 상세

WaitSecondsForEnterAction 공개적으로 프로퍼티

public float WaitSecondsForEnterAction
리턴 float

WaitSecondsForExitAction 공개적으로 프로퍼티

public float WaitSecondsForExitAction
리턴 float

onEnter 공개적으로 프로퍼티

public Mode, onEnter
리턴 Mode,

onExit 공개적으로 프로퍼티

public Mode, onExit
리턴 Mode,

repeatTriggerEnter 공개적으로 프로퍼티

public bool repeatTriggerEnter
리턴 bool

repeatTriggerExit 공개적으로 프로퍼티

public bool repeatTriggerExit
리턴 bool

source 공개적으로 프로퍼티

public GameObject source
리턴 GameObject

target 공개적으로 프로퍼티

public Object target
리턴 Object

triggerEnterCount 공개적으로 프로퍼티

public int triggerEnterCount
리턴 int

triggerExitCount 공개적으로 프로퍼티

public int triggerExitCount
리턴 int

triggeringCollider 공개적으로 프로퍼티

public Collider triggeringCollider
리턴 Collider