Strata - v1.4.10
GitHub
Examples
Preparing search index...
presets
SandboxEntity
Interface SandboxEntity
interface
SandboxEntity
{
behavior
?:
string
;
health
?:
number
;
id
:
string
;
metadata
?:
Record
<
string
,
unknown
>
;
position
:
Vec3
;
rotation
?:
Vec3
;
type
:
string
;
velocity
?:
Vec3
;
}
Index
Properties
behavior?
health?
id
metadata?
position
rotation?
type
velocity?
Properties
Optional
behavior
behavior
?:
string
Optional
health
health
?:
number
id
id
:
string
Optional
metadata
metadata
?:
Record
<
string
,
unknown
>
position
position
:
Vec3
Optional
rotation
rotation
?:
Vec3
type
type
:
string
Optional
velocity
velocity
?:
Vec3
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
behavior
health
id
metadata
position
rotation
type
velocity
GitHub
Examples
Strata - v1.4.10
Loading...