RaylibLight constructor

RaylibLight(
  1. Raylib rl
)

Implementation

RaylibLight(super.rl) {
  CreateLight       = swrap5('CreateLight');
  UpdateLightValues = dwrap2('UpdateLightValues');
}