Class: Point3D

A point in three-dimensional space.

Static Methods


Point3D Point3D.new()
Point3D Point3D.new(point: Vector3)
Point3D Point3D.new(x: number, y: number, z: number)

Properties


Vector3 Point

A Point3D's position.

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.