Class raylib_h_1.TextFormat
java.lang.Object
com.raylib.jextract.raylib_h_1.TextFormat
- Enclosing class:
raylib_h_1
Variadic invoker class for:
const char *TextFormat(const char *text, ...)
-
Method Summary
Modifier and TypeMethodDescriptionstatic MemorySegment
address()
Returns the address.apply
(MemorySegment text, Object... x1) Returns the specialized descriptor.handle()
Returns the specialized method handle.static raylib_h_1.TextFormat
makeInvoker
(MemoryLayout... layouts) Variadic invoker factory for:const char *TextFormat(const char *text, ...)
-
Method Details
-
makeInvoker
Variadic invoker factory for:const char *TextFormat(const char *text, ...)
-
address
-
handle
Returns the specialized method handle.- Returns:
- the specialized method handle
-
descriptor
Returns the specialized descriptor.- Returns:
- the specialized descriptor
-
apply
-