GenMeshCubicmap, Organized model functions, GetModelBoundingBox, DrawModelWires and DrawModelWiresEx and LoadMaterials.
This commit is contained in:
@@ -395,7 +395,7 @@ int ltextDrawTextCodepoints( lua_State *L ) {
|
||||
/*
|
||||
> mouseCharId = RL.DrawTextBoxed(Font font, string text, Rectangle rec, float fontSize, float spacing, bool wordWrap, Color tint )
|
||||
|
||||
Draw text using font inside rectangle limits. Return character from mouse position. Function from raylib [text] example - Rectangle bounds.
|
||||
Draw text using font inside rectangle limits. Return character id from mouse position (default -1). Function from raylib [text] example - Rectangle bounds.
|
||||
|
||||
- Success return int
|
||||
*/
|
||||
@@ -416,7 +416,7 @@ int ltextDrawTextBoxed( lua_State *L ) {
|
||||
/*
|
||||
> mouseCharId = RL.DrawTextBoxedTinted( Font font, string text, Rectangle rec, float fontSize, float spacing, bool wordWrap, Color tints, Color backTints )
|
||||
|
||||
Draw text using font inside rectangle limits with support for tint and background tint for each character. Return character from mouse position
|
||||
Draw text using font inside rectangle limits with support for tint and background tint for each character. Return character id from mouse position (default -1)
|
||||
|
||||
- Success return int
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user