C# 클래스 Inputs, Shipmates-LD29

파일 보기 프로젝트 열기: shaunlebron/Shipmates-LD29 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bobberPrefab GameObject
cannonfire CannonFire,
caughtFish bool
disabled bool
sunkaShip bool

공개 메소드들

메소드 설명
SetDisabled ( bool dis ) : void
Start ( ) : void
Update ( ) : void
UpdateArrow ( Vector3 anchor, Vector3 arrowDirection, float power ) : void
coSplash ( Transform t ) : IEnumerator

비공개 메소드들

메소드 설명
coFadeInBaddieShip ( ) : IEnumerator
coTossBobber ( Vector3 dir, float power ) : IEnumerator

메소드 상세

SetDisabled() 공개 메소드

public SetDisabled ( bool dis ) : void
dis bool
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

UpdateArrow() 공개 메소드

public UpdateArrow ( Vector3 anchor, Vector3 arrowDirection, float power ) : void
anchor Vector3
arrowDirection Vector3
power float
리턴 void

coSplash() 공개 메소드

public coSplash ( Transform t ) : IEnumerator
t Transform
리턴 IEnumerator

프로퍼티 상세

bobberPrefab 공개적으로 프로퍼티

public GameObject bobberPrefab
리턴 GameObject

cannonfire 공개적으로 프로퍼티

public CannonFire, cannonfire
리턴 CannonFire,

caughtFish 공개적으로 프로퍼티

public bool caughtFish
리턴 bool

disabled 공개적으로 프로퍼티

public bool disabled
리턴 bool

sunkaShip 공개적으로 프로퍼티

public bool sunkaShip
리턴 bool