CreateLight function

LightC CreateLight(
  1. int type,
  2. Vector3C position,
  3. Vector3C target,
  4. ColorC color,
  5. ShaderC shader,
)

Implementation

LightC CreateLight(
  int type,
  Vector3C position,
  Vector3C target,
  ColorC color,
  ShaderC shader,
) => _module.CreateLight(type, position, target, color, shader);