C# 클래스 ExampleMod.NPCs.Fish

상속: Terraria.ModLoader.ModNPC
파일 보기 프로젝트 열기: bluemagic123/tModLoader

보호된 프로퍼티들

프로퍼티 타입 설명
acceleration float
accelerationY float
bounces bool
correction float
idleSpeed float
speed float
speedY float
targetDryPlayer bool

공개 메소드들

메소드 설명
AI ( ) : void
FindFrame ( int frameHeight ) : void

메소드 상세

AI() 공개 메소드

public AI ( ) : void
리턴 void

FindFrame() 공개 메소드

public FindFrame ( int frameHeight ) : void
frameHeight int
리턴 void

프로퍼티 상세

acceleration 보호되어 있는 프로퍼티

protected float acceleration
리턴 float

accelerationY 보호되어 있는 프로퍼티

protected float accelerationY
리턴 float

bounces 보호되어 있는 프로퍼티

protected bool bounces
리턴 bool

correction 보호되어 있는 프로퍼티

protected float correction
리턴 float

idleSpeed 보호되어 있는 프로퍼티

protected float idleSpeed
리턴 float

speed 보호되어 있는 프로퍼티

protected float speed
리턴 float

speedY 보호되어 있는 프로퍼티

protected float speedY
리턴 float

targetDryPlayer 보호되어 있는 프로퍼티

protected bool targetDryPlayer
리턴 bool