DrawBillboard abstract method

void DrawBillboard(
  1. Camera3DStructType camera,
  2. TextureStructType texture,
  3. Vector3StructType position,
  4. num scale,
  5. ColorStructType tint,
)

Implementation

void DrawBillboard(
  Camera3DStructType camera,
  TextureStructType texture,
  Vector3StructType position,
  num scale,
  ColorStructType tint,
);