Property | Type | Description | |
---|---|---|---|
AngleX | float | ||
AngleY | float | ||
AngleZ | float | ||
DX | float | ||
DY | float | ||
DZ | float | ||
Destination | float | ||
LookForward | bool | ||
SecondsToDock | float | ||
SpeedX | float | ||
SpeedY | float | ||
SpeedZ | float | ||
TargetMoveHelpX | float | ||
TargetMoveHelpY | float | ||
isMoveToTarget | bool |
Property | Type | Description | |
---|---|---|---|
SignedAngleAroundVector | float | ||
UpdateAngles | void | ||
UpdateIsMoveToTarget | void | ||
UpdatePosition | void | ||
UpdateSpeed | Vector3 | ||
UpdateTargetMoveHelp | void | ||
scaleExponentially | float |
Method | Description | |
---|---|---|
TargetHelper ( Part from ) : System | ||
Update ( ) : void |
Method | Description | |
---|---|---|
SignedAngleAroundVector ( Vector3 a, Vector3 b, Vector3 c ) : float | ||
UpdateAngles ( ) : void | ||
UpdateIsMoveToTarget ( Vector3 velocity ) : void | ||
UpdatePosition ( ) : void | ||
UpdateSpeed ( ) : Vector3 | ||
UpdateTargetMoveHelp ( ) : void | ||
scaleExponentially ( float value, float exponent ) : float |
public TargetHelper ( Part from ) : System | ||
from | Part | Object of comparison |
return | System |