Method | Description | |
---|---|---|
DebugDrawColliderBox ( bool draw, |
This function draws a box at the bounds provided.
|
|
DebugDrawDebuggingLines ( bool draw, |
Method | Description | |
---|---|---|
CalculateTagalongTargetPosition ( |
||
DebugDrawLine ( bool draw, |
||
DebugDrawLine ( bool draw, |
||
Start ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
AdjustTagalongDistance ( |
||
CalculateTargetPosition ( bool isHorizontal, |
Calculates a target position for the Tagalong in either the horizontal or vertical direction.
|
protected CalculateTagalongTargetPosition ( |
||
fromPosition | ||
toPosition | ||
return | bool |
public DebugDrawColliderBox ( bool draw, |
||
draw | bool | If true, drawing happens. |
colliderBounds | The bounds to draw the box. | |
return | void |
public DebugDrawDebuggingLines ( bool draw, |
||
draw | bool | |
center | ||
cameraPosition | ||
cameraToTarget | ||
centeredPoint | ||
pointOnFrustum | ||
recalculatedPointOnFrustum | ||
calculatedPosition | ||
return | void |
protected DebugDrawLine ( bool draw, |
||
draw | bool | |
start | ||
end | ||
return | void |
protected DebugDrawLine ( bool draw, |
||
draw | bool | |
start | ||
end | ||
color | ||
return | void |