C# 클래스 MushBoom, Left4Bread

상속: Character
파일 보기 프로젝트 열기: andresg6/Left4Bread

공개 프로퍼티들

프로퍼티 타입 설명
Spore GameObject
direction string
frequency int
shootOffset float

공개 메소드들

메소드 설명
Shoot ( ) : void
Start ( ) : void
Update ( ) : void

메소드 상세

Shoot() 공개 메소드

public Shoot ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Spore 공개적으로 프로퍼티

public GameObject Spore
리턴 GameObject

direction 공개적으로 프로퍼티

public string direction
리턴 string

frequency 공개적으로 프로퍼티

public int frequency
리턴 int

shootOffset 공개적으로 프로퍼티

public float shootOffset
리턴 float