Strata - v1.4.10
GitHub
Examples
Preparing search index...
strata
Connection
Interface Connection
interface
Connection
{
bidirectional
:
boolean
;
from
:
string
;
fromPosition
:
Vector3
;
id
:
string
;
path
?:
Vector3
[]
;
to
:
string
;
toPosition
:
Vector3
;
traversalConfig
?:
object
;
traversalMode
?:
string
;
type
:
ConnectionType
;
unlockCondition
?:
UnlockCondition
;
unlocked
:
boolean
;
visualConfig
?:
object
;
visualType
?:
"door"
|
"none"
|
"path"
|
"portal"
|
"river"
;
}
Index
Properties
bidirectional
from
from
Position
id
path?
to
to
Position
traversal
Config?
traversal
Mode?
type
unlock
Condition?
unlocked
visual
Config?
visual
Type?
Properties
bidirectional
bidirectional
:
boolean
from
from
:
string
from
Position
fromPosition
:
Vector3
id
id
:
string
Optional
path
path
?:
Vector3
[]
to
to
:
string
to
Position
toPosition
:
Vector3
Optional
traversal
Config
traversalConfig
?:
object
Optional
traversal
Mode
traversalMode
?:
string
type
type
:
ConnectionType
Optional
unlock
Condition
unlockCondition
?:
UnlockCondition
unlocked
unlocked
:
boolean
Optional
visual
Config
visualConfig
?:
object
Optional
visual
Type
visualType
?:
"door"
|
"none"
|
"path"
|
"portal"
|
"river"
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bidirectional
from
from
Position
id
path
to
to
Position
traversal
Config
traversal
Mode
type
unlock
Condition
unlocked
visual
Config
visual
Type
GitHub
Examples
Strata - v1.4.10
Loading...