Cursor
Controls the appearance and behavior of the mouse cursor in the user interface.
Properties
| Property | Type | Default |
|---|---|---|
Name | string | "Cursor" |
IconPack | string | "./src/assets/icon/cursor" |
Size | Vector2 | Vector2.new(42, 42) |
Color | Color3 | Color3.new(1, 1, 1) |
Transparency | number | 0 |
Functions
generateCursorImages
Arguments
objectReturns
This function returns nothing.
API
instance:generateCursorImages(object)