프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |
public DirectionTo ( Vector2 Destination ) : Vector2 | ||
Destination | Vector2 | |
리턴 | Vector2 |
public WithinRange ( Vector2 Target, float MaxRange ) : bool | ||
Target | Vector2 | |
MaxRange | float | |
리턴 | bool |