RTempStringAlloc constructor

RTempStringAlloc(
  1. RaylibTemp temp,
  2. String name, {
  3. required int slotCount,
  4. required Pointer<Pointer<Char>> allocatorFunc([
    1. int count
    ]),
  5. required String printerFunc(
    1. Pointer<Pointer<Char>> ptr
    ),
})

Implementation

RTempStringAlloc(super.temp, super.name, {
  required this.slotCount,
  required super.allocatorFunc,
  required super.printerFunc,
}) { _reset(); }