Viewer - Interaction
Preparing search index...
DraggingRestrictionMetaData
Interface DraggingRestrictionMetaData
interface
DraggingRestrictionMetaData
{
dragOrigin
:
vec3
;
node
:
ITreeNode
;
type
:
"dragging"
;
dragAnchors
?:
IDragAnchor
[]
;
pressedKeys
?:
string
[]
;
startPoint
?:
vec3
;
toggledKeys
?:
string
[]
;
}
Hierarchy (
View Summary
)
RestrictionMetaData
DraggingRestrictionMetaData
Index
Properties
drag
Origin
node
type
drag
Anchors?
pressed
Keys?
start
Point?
toggled
Keys?
Properties
drag
Origin
dragOrigin
:
vec3
node
node
:
ITreeNode
type
type
:
"dragging"
Optional
drag
Anchors
dragAnchors
?:
IDragAnchor
[]
Optional
pressed
Keys
pressedKeys
?:
string
[]
Optional
start
Point
startPoint
?:
vec3
Optional
toggled
Keys
toggledKeys
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
drag
Origin
node
type
drag
Anchors
pressed
Keys
start
Point
toggled
Keys
Viewer - Interaction
Loading...