toggle menu
SceneView
androidJvm
switch theme
search in API
sceneview
/
io.github.sceneview.texture
/
ImageTexture
/
Builder
/
bitmap
bitmap
fun
bitmap
(
bitmap
:
Bitmap
,
type
:
TextureType
=
DEFAULT_TYPE
)
:
ImageTexture.Builder
fun
bitmap
(
assets
:
AssetManager
,
fileLocation
:
String
,
type
:
TextureType
=
DEFAULT_TYPE
)
:
ImageTexture.Builder
fun
bitmap
(
context
:
Context
,
@
DrawableRes
drawableResId
:
Int
,
type
:
TextureType
=
DEFAULT_TYPE
)
:
ImageTexture.Builder