allocatePointer method

  1. @override
Pointer<Vector4C> allocatePointer(
  1. RaylibTemp temp,
  2. String key, [
  3. int count = 1
])
override

Implementation

@override
Pointer<Vector4C> allocatePointer(RaylibTemp temp, String key, [int count = 1])
  => temp.Vector4$.At(key, count);