C# 클래스 Portal, GrapplingHookFighters

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

공개 프로퍼티들

프로퍼티 타입 설명
bluePortal GameObject
maximumVelocity float
normal Vector2

공개 메소드들

메소드 설명
ExitPortal ( GameObject g ) : void
OnTriggerEnter2D ( Collider2D coll ) : void

메소드 상세

ExitPortal() 공개 메소드

public ExitPortal ( GameObject g ) : void
g GameObject
리턴 void

OnTriggerEnter2D() 공개 메소드

public OnTriggerEnter2D ( Collider2D coll ) : void
coll UnityEngine.Collider2D
리턴 void

프로퍼티 상세

bluePortal 공개적으로 프로퍼티

public GameObject bluePortal
리턴 GameObject

maximumVelocity 공개적으로 프로퍼티

public float maximumVelocity
리턴 float

normal 공개적으로 프로퍼티

public Vector2 normal
리턴 Vector2