Uses of Class
com.raylib.NPatchInfo
Packages that use NPatchInfo
-
Uses of NPatchInfo in com.raylib
Methods in com.raylib that return NPatchInfoModifier and TypeMethodDescriptionstatic NPatchInfo
NPatchInfo.allocateArray
(long elementCount) Allocate an array of NPatchInfostatic NPatchInfo
NPatchInfo.allocateArray
(long elementCount, SegmentAllocator allocator) Allocate an array of NPatchInfoNPatchInfo.getArrayElement
(int index) NPatchInfo.setBottom
(int value) Bottom border offsetNPatchInfo.setLayout
(int value) Layout of the n-patch: 3x3, 1x3 or 3x1NPatchInfo.setLeft
(int value) Left border offsetNPatchInfo.setRight
(int value) Right border offsetTexture source rectangleNPatchInfo.setTop
(int value) Top border offsetMethods in com.raylib with parameters of type NPatchInfoModifier and TypeMethodDescriptionstatic void
Raylib.drawTextureNPatch
(Texture texture, NPatchInfo nPatchInfo, Rectangle dest, Vector2 origin, float rotation, Color tint) Draws a texture (or part of it) that stretches or shrinks nicely