TextAppend function
void
TextAppend(
- MemoryPointer<
RChar> text, - MemoryPointer<
RChar> append, - MemoryPointer<
RInt> position
See RaylibCoreFlatModule.TextAppend.
Implementation
void TextAppend(
MemoryPointer<RChar> text,
MemoryPointer<RChar> append,
MemoryPointer<RInt> position,
) => _module.TextAppend(text, append, position);