CreateLight method

Implementation

String CreateLight(
  LightType type,
  Vector3Base position,
  Vector3Base target,
  ColorBase color,
  ShaderBase shader,
) => 'CreateLight(${type.name}, $position, $target, $color, $shader)';