C# 클래스 PortalGun, GrapplingHookFighters

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

공개 프로퍼티들

프로퍼티 타입 설명
bluePortal GameObject
blueProjectile GameObject
playerID int
portalColor int
projectileSpeed float

공개 메소드들

메소드 설명
Death ( ) : void
NotDeath ( ) : void
SetPlayerID ( int playerID ) : void
Update ( ) : void
click ( ) : void
unclick ( ) : void

메소드 상세

Death() 공개 메소드

public Death ( ) : void
리턴 void

NotDeath() 공개 메소드

public NotDeath ( ) : void
리턴 void

SetPlayerID() 공개 메소드

public SetPlayerID ( int playerID ) : void
playerID int
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

click() 공개 메소드

public click ( ) : void
리턴 void

unclick() 공개 메소드

public unclick ( ) : void
리턴 void

프로퍼티 상세

bluePortal 공개적으로 프로퍼티

public GameObject bluePortal
리턴 GameObject

blueProjectile 공개적으로 프로퍼티

public GameObject blueProjectile
리턴 GameObject

playerID 공개적으로 프로퍼티

public int playerID
리턴 int

portalColor 공개적으로 프로퍼티

public int portalColor
리턴 int

projectileSpeed 공개적으로 프로퍼티

public float projectileSpeed
리턴 float