TextSubtext function
See RaylibCoreFlatModule.TextSubtext.
Implementation
MemoryPointer<RChar> TextSubtext(
MemoryPointer<RChar> text,
int position,
int length,
) => _module.TextSubtext(text, position, length);
See RaylibCoreFlatModule.TextSubtext.
MemoryPointer<RChar> TextSubtext(
MemoryPointer<RChar> text,
int position,
int length,
) => _module.TextSubtext(text, position, length);