C# 클래스 ExampleMod.Projectiles.Minions.HoverShooter

상속: Minion
파일 보기 프로젝트 열기: bluemagic123/tModLoader

보호된 프로퍼티들

프로퍼티 타입 설명
chaseAccel float
chaseDist float
idleAccel float
inertia float
shoot int
shootCool float
shootSpeed float
spacingMult float
viewDist float

공개 메소드들

메소드 설명
Behavior ( ) : void
CreateDust ( ) : void
SelectFrame ( ) : void
TileCollideStyle ( int &width, int &height, bool &fallThrough ) : void

메소드 상세

Behavior() 공개 메소드

public Behavior ( ) : void
리턴 void

CreateDust() 공개 메소드

public CreateDust ( ) : void
리턴 void

SelectFrame() 공개 메소드

public SelectFrame ( ) : void
리턴 void

TileCollideStyle() 공개 메소드

public TileCollideStyle ( int &width, int &height, bool &fallThrough ) : void
width int
height int
fallThrough bool
리턴 void

프로퍼티 상세

chaseAccel 보호되어 있는 프로퍼티

protected float chaseAccel
리턴 float

chaseDist 보호되어 있는 프로퍼티

protected float chaseDist
리턴 float

idleAccel 보호되어 있는 프로퍼티

protected float idleAccel
리턴 float

inertia 보호되어 있는 프로퍼티

protected float inertia
리턴 float

shoot 보호되어 있는 프로퍼티

protected int shoot
리턴 int

shootCool 보호되어 있는 프로퍼티

protected float shootCool
리턴 float

shootSpeed 보호되어 있는 프로퍼티

protected float shootSpeed
리턴 float

spacingMult 보호되어 있는 프로퍼티

protected float spacingMult
리턴 float

viewDist 보호되어 있는 프로퍼티

protected float viewDist
리턴 float