RTSDK
NPM Package
Demo
Preparing search index...
interfaces
SceneInterface
Interface SceneInterface
interface
SceneInterface
{
background
?:
null
;
created
?:
{
_nanoseconds
?:
number
;
_seconds
?:
number
}
;
description
?:
string
;
height
?:
number
;
id
:
string
;
kitWorldOwner
?:
string
;
name
?:
string
;
price
?:
number
;
spawnPosition
?:
{
radius
?:
number
;
x
?:
number
;
y
?:
number
}
;
timesUsed
?:
number
;
urlSlug
?:
string
;
width
?:
number
;
worldCenteredAtZero
?:
boolean
;
fetchSceneById
()
:
Promise
<
void
|
ResponseType
>
;
}
Implemented by
Scene
Index
Properties
background?
created?
description?
height?
id
kit
World
Owner?
name?
price?
spawn
Position?
times
Used?
url
Slug?
width?
world
Centered
At
Zero?
Methods
fetch
Scene
By
Id
Properties
Optional
background
background
?:
null
Optional
created
created
?:
{
_nanoseconds
?:
number
;
_seconds
?:
number
}
Optional
description
description
?:
string
Optional
height
height
?:
number
id
id
:
string
Optional
kit
World
Owner
kitWorldOwner
?:
string
Optional
name
name
?:
string
Optional
price
price
?:
number
Optional
spawn
Position
spawnPosition
?:
{
radius
?:
number
;
x
?:
number
;
y
?:
number
}
Optional
times
Used
timesUsed
?:
number
Optional
url
Slug
urlSlug
?:
string
Optional
width
width
?:
number
Optional
world
Centered
At
Zero
worldCenteredAtZero
?:
boolean
Methods
fetch
Scene
By
Id
fetchSceneById
()
:
Promise
<
void
|
ResponseType
>
Returns
Promise
<
void
|
ResponseType
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
background
created
description
height
id
kit
World
Owner
name
price
spawn
Position
times
Used
url
Slug
width
world
Centered
At
Zero
Methods
fetch
Scene
By
Id
NPM Package
Demo
RTSDK
Loading...