Struct Point
- Namespace
- RetroEditor.Plugins
- Assembly
- RetroEditor.dll
Represents a point in 3D space with a position and color
public struct Point
- Inherited Members
Constructors
Point(Vector3F, Color4B)
Initializes a new instance of the Point struct with the specified position and color
public Point(Vector3F position, Color4B color)
Parameters
positionVector3FPosition of the point in 3D space
colorColor4BColor of the point, represented as a Color4B struct
Fields
Color
Color of the point, represented as a Color4B struct
public Color4B Color
Field Value
Position
Position of the point in 3D space
public Vector3F Position