<Code Lib>
2025.3 Constructor
Changes 0
C

CloudPoint()

Description:
Creates a new cloud point.

public CloudPoint(
	float x,
	float y,
	float z,
	int color
)

  • Single
    x
    The X coordinate.
  • Single
    y
    The Y coordinate.
  • Single
    z
    The Z coordinate.
  • Int32
    color
    The color.

Loading…