C# 클래스 Minigame_Jetpack_Otter, otterspace

상속: MonoBehaviour
파일 보기 프로젝트 열기: dimo2/otterspace

공개 프로퍼티들

프로퍼티 타입 설명
bubblePrefab GameObject
lives float
oneLive Sprite
threeLives Sprite
twoLives Sprite

공개 메소드들

메소드 설명
OnCollisionEnter2D ( Collision2D col ) : void
Start ( ) : void
Update ( ) : void
moveBubbles ( ) : void

메소드 상세

OnCollisionEnter2D() 공개 메소드

public OnCollisionEnter2D ( Collision2D col ) : void
col Collision2D
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

moveBubbles() 공개 메소드

public moveBubbles ( ) : void
리턴 void

프로퍼티 상세

bubblePrefab 공개적으로 프로퍼티

public GameObject bubblePrefab
리턴 GameObject

lives 공개적으로 프로퍼티

public float lives
리턴 float

oneLive 공개적으로 프로퍼티

public Sprite oneLive
리턴 Sprite

threeLives 공개적으로 프로퍼티

public Sprite threeLives
리턴 Sprite

twoLives 공개적으로 프로퍼티

public Sprite twoLives
리턴 Sprite