C# 클래스 Minigame_SI_OtterShip, otterspace

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

공개 프로퍼티들

프로퍼티 타입 설명
SIlive float
bullet GameObject
firingPoint GameObject
leben int
maxX float
minX float
otterdead bool
schwierigkeit float
tF float

공개 메소드들

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

메소드 상세

OnCollisionEnter2D() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

SIlive 공개적으로 프로퍼티

public float SIlive
리턴 float

bullet 공개적으로 프로퍼티

public GameObject bullet
리턴 GameObject

firingPoint 공개적으로 프로퍼티

public GameObject firingPoint
리턴 GameObject

leben 공개적으로 프로퍼티

public int leben
리턴 int

maxX 공개적으로 프로퍼티

public float maxX
리턴 float

minX 공개적으로 프로퍼티

public float minX
리턴 float

otterdead 공개적으로 프로퍼티

public bool otterdead
리턴 bool

schwierigkeit 공개적으로 프로퍼티

public float schwierigkeit
리턴 float

tF 공개적으로 프로퍼티

public float tF
리턴 float