Class: PointMouse
A dynamic point whose position is linked to the user's mouse.
Properties
Inherited from Point:
Vector2 ScreenPos [readonly]
A Point's screen position.
bool Visible [readonly]
Determines whether a Point is rendered.
bool HasColorOverride
Toggles the overriding of a Point's color. Used when rendering a Point using a triangulated PolylineDynamic.
Color3 ColorOverride
Overrides a Point's color when HasColorOverride
is true.
Vector3 ColorOverrideVec3 [writeonly]
Sets ColorOverride
using a Vector3. Write-only.
number ColorOverrideOpacity
Determines the opacity of a Point's override color.