wgpu4k-scenes
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
wgpu4k-scenes
wgpu4k-scenes
/
io.ygdrasil.webgpu.examples.headless
/
SceneParameter
Scene
Parameter
data
class
SceneParameter
(
val
sceneName
:
String
,
val
frame
:
Int
,
val
screenshotPath
:
String
?
)
Members
Constructors
Scene
Parameter
Link copied to clipboard
constructor
(
sceneName
:
String
,
frame
:
Int
,
screenshotPath
:
String
?
)
Properties
frame
Link copied to clipboard
val
frame
:
Int
scene
Name
Link copied to clipboard
val
sceneName
:
String
screenshot
Path
Link copied to clipboard
val
screenshotPath
:
String
?