Documentation - v19.9.0-dev
Preparing search index...
@stereograph/teiaviewer-plugins
GuidePathHandler
Interface GuidePathHandler
interface
GuidePathHandler
{
clear
(
path
:
GuidePath
)
:
void
;
update
(
path
:
GuidePath
,
points
:
readonly
Vector3
[]
,
options
?:
GuidePathOptions
,
)
:
void
;
visibilityChanged
(
path
:
GuidePath
)
:
void
;
}
Implemented by
PathController
Index
Methods
clear
update
visibility
Changed
Methods
clear
clear
(
path
:
GuidePath
)
:
void
Parameters
path
:
GuidePath
Returns
void
update
update
(
path
:
GuidePath
,
points
:
readonly
Vector3
[]
,
options
?:
GuidePathOptions
,
)
:
void
Parameters
path
:
GuidePath
points
:
readonly
Vector3
[]
Optional
options
:
GuidePathOptions
Returns
void
visibility
Changed
visibilityChanged
(
path
:
GuidePath
)
:
void
Parameters
path
:
GuidePath
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
clear
update
visibility
Changed
Documentation - v19.9.0-dev
Loading...