DrawModelEx abstract method
void
DrawModelEx(
- ModelStructType model,
- Vector3StructType position,
- Vector3StructType rotationAxis,
- num rotationAngle,
- Vector3StructType scale,
- ColorStructType tint,
Implementation
void DrawModelEx(
ModelStructType model,
Vector3StructType position,
Vector3StructType rotationAxis,
num rotationAngle,
Vector3StructType scale,
ColorStructType tint,
);