Click or drag to resize

I3DDrawer.DrawBoxOutline Method

Namespace:  ff14bot.Overlay3D
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
void DrawBoxOutline(
	Vector3 center,
	Vector3 extents,
	Color color
)

Parameters

center
Type: Clio.Utilities.Vector3
extents
Type: Clio.Utilities.Vector3
color
Type: System.Drawing.Color
See Also