DrawCubeWires function
Implementation
@ffi.Native<
ffi.Void Function(Vector3, ffi.Float, ffi.Float, ffi.Float, Color)
>()
external void DrawCubeWires(
Vector3 position,
double width,
double height,
double length,
Color color,
);
@ffi.Native<
ffi.Void Function(Vector3, ffi.Float, ffi.Float, ffi.Float, Color)
>()
external void DrawCubeWires(
Vector3 position,
double width,
double height,
double length,
Color color,
);