Table of Contents

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

position Vector3F

Position of the point in 3D space

color Color4B

Color of the point, represented as a Color4B struct

Fields

Color

Color of the point, represented as a Color4B struct

public Color4B Color

Field Value

Color4B

Position

Position of the point in 3D space

public Vector3F Position

Field Value

Vector3F