C# 클래스 Terraria.Entity

파일 보기 프로젝트 열기: EmuDevs/EDTerraria 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
active bool
direction int
height int
honeyWet bool
lavaWet bool
name string
oldDirection int
oldPosition Vector2
oldVelocity Vector2
position Vector2
velocity Vector2
wet bool
wetCount byte
whoAmI int
width int

공개 메소드들

메소드 설명
AngleFrom ( Vector2 Source ) : float
AngleTo ( Vector2 Destination ) : float
DirectionFrom ( Vector2 Source ) : Vector2
DirectionTo ( Vector2 Destination ) : Vector2
Distance ( Vector2 Other ) : float
DistanceSQ ( Vector2 Other ) : float
WithinRange ( Vector2 Target, float MaxRange ) : bool

메소드 상세

AngleFrom() 공개 메소드

public AngleFrom ( Vector2 Source ) : float
Source Vector2
리턴 float

AngleTo() 공개 메소드

public AngleTo ( Vector2 Destination ) : float
Destination Vector2
리턴 float

DirectionFrom() 공개 메소드

public DirectionFrom ( Vector2 Source ) : Vector2
Source Vector2
리턴 Vector2

DirectionTo() 공개 메소드

public DirectionTo ( Vector2 Destination ) : Vector2
Destination Vector2
리턴 Vector2

Distance() 공개 메소드

public Distance ( Vector2 Other ) : float
Other Vector2
리턴 float

DistanceSQ() 공개 메소드

public DistanceSQ ( Vector2 Other ) : float
Other Vector2
리턴 float

WithinRange() 공개 메소드

public WithinRange ( Vector2 Target, float MaxRange ) : bool
Target Vector2
MaxRange float
리턴 bool

프로퍼티 상세

active 공개적으로 프로퍼티

public bool active
리턴 bool

direction 공개적으로 프로퍼티

public int direction
리턴 int

height 공개적으로 프로퍼티

public int height
리턴 int

honeyWet 공개적으로 프로퍼티

public bool honeyWet
리턴 bool

lavaWet 공개적으로 프로퍼티

public bool lavaWet
리턴 bool

name 공개적으로 프로퍼티

public string name
리턴 string

oldDirection 공개적으로 프로퍼티

public int oldDirection
리턴 int

oldPosition 공개적으로 프로퍼티

public Vector2 oldPosition
리턴 Vector2

oldVelocity 공개적으로 프로퍼티

public Vector2 oldVelocity
리턴 Vector2

position 공개적으로 프로퍼티

public Vector2 position
리턴 Vector2

velocity 공개적으로 프로퍼티

public Vector2 velocity
리턴 Vector2

wet 공개적으로 프로퍼티

public bool wet
리턴 bool

wetCount 공개적으로 프로퍼티

public byte wetCount
리턴 byte

whoAmI 공개적으로 프로퍼티

public int whoAmI
리턴 int

width 공개적으로 프로퍼티

public int width
리턴 int