Vertex Viewer SDK
Preparing search index...
Viewer
CustomCursor
Interface CustomCursor
Represents a custom cursor that points to an image file and offset.
interface
CustomCursor
{
offsetX
?:
number
;
offsetY
?:
number
;
url
:
string
;
}
Index
Properties
offset
X?
offset
Y?
url
Properties
Optional
offset
X
offsetX
?:
number
Optional
offset
Y
offsetY
?:
number
url
url
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
offset
X
offset
Y
url
Vertex Viewer SDK
Loading...
Represents a custom cursor that points to an image file and offset.