C# 클래스 LineTrigger, goalBall

Line Trigger Throws a foul when a ball hits the out of bounds area.
상속: MonoBehaviour
파일 보기 프로젝트 열기: DrexelGoalBall/goalBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ballTag string
fouls Fouls,

공개 메소드들

메소드 설명
OnCollisionEnter ( Collision col ) : void

Detects when an object collides with the colider and contains the ballTag.

OnTriggerEnter ( Collider col ) : void

Detects when an object collides with the trigger and contains the ballTag.

메소드 상세

OnCollisionEnter() 공개 메소드

Detects when an object collides with the colider and contains the ballTag.
public OnCollisionEnter ( Collision col ) : void
col Collision
리턴 void

OnTriggerEnter() 공개 메소드

Detects when an object collides with the trigger and contains the ballTag.
public OnTriggerEnter ( Collider col ) : void
col Collider
리턴 void

프로퍼티 상세

ballTag 공개적으로 프로퍼티

public string ballTag
리턴 string

fouls 공개적으로 프로퍼티

public Fouls, fouls
리턴 Fouls,