toggle menu
SceneView
androidJvm
switch theme
search in API
sceneview
/
com.google.ar.sceneform.rendering
/
Renderable
/
Builder
/
setSource
set
Source
open
fun
setSource
(
context
:
Context
,
inputStreamCreator
:
Callable
<
InputStream
>
)
:
B
open
fun
setSource
(
context
:
Context
,
sourceUri
:
Uri
)
:
B
open
fun
setSource
(
context
:
Context
,
sourceUri
:
Uri
,
uriResolver
:
(
String
)
->
Uri
)
:
B
open
fun
setSource
(
context
:
Context
,
resource
:
Int
)
:
B
open
fun
setSource
(
definition
:
RenderableDefinition
)
:
B
Build a
Renderable
from a
RenderableDefinition
.