kray
Toggle table of contents
1.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
kray
kray
/
raylib
/
Texture2D
/
Companion
Companion
object
Companion
Members
Members & Extensions
Functions
load
Link copied to clipboard
fun
load
(
path
:
String
)
:
Texture2D
fun
load
(
file
:
File
)
:
Texture2D
Loads a texture from the specified file path.
load
Link copied to clipboard
fun
Texture2D.Companion
.
load
(
image
:
Image
)
:
Texture2D
Creates a
Texture2D
from an
Image
.