DrawModelWiresEx abstract method

void DrawModelWiresEx(
  1. ModelStructType model,
  2. Vector3StructType position,
  3. Vector3StructType rotationAxis,
  4. num rotationAngle,
  5. Vector3StructType scale,
  6. ColorStructType tint,
)

Implementation

void DrawModelWiresEx(
  ModelStructType model,
  Vector3StructType position,
  Vector3StructType rotationAxis,
  num rotationAngle,
  Vector3StructType scale,
  ColorStructType tint,
);