SW Combine SDK
Preparing search index...
types
Location
Interface Location
interface
Location
{
city
?:
string
|
City
;
planet
?:
string
|
Planet
;
system
?:
string
|
System
;
x
?:
number
;
y
?:
number
;
z
?:
number
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
city?
planet?
system?
x?
y?
z?
Properties
Optional
city
city
?:
string
|
City
Optional
planet
planet
?:
string
|
Planet
Optional
system
system
?:
string
|
System
Optional
x
x
?:
number
Optional
y
y
?:
number
Optional
z
z
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
city
planet
system
x
y
z
SW Combine SDK
Loading...