C# 클래스 _AttackBox, Rookery

상속: MonoBehaviour
파일 보기 프로젝트 열기: AIESeattleGameArt/Rookery

공개 프로퍼티들

프로퍼티 타입 설명
leftX float

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
_AttackBox ( float slx, float srx, float stz, float sbz ) : System.Collections

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

_AttackBox() 공개 메소드

public _AttackBox ( float slx, float srx, float stz, float sbz ) : System.Collections
slx float
srx float
stz float
sbz float
리턴 System.Collections

프로퍼티 상세

leftX 공개적으로 프로퍼티

public float leftX
리턴 float