The PixelLineData class is used to represent line data.

PixelLineData 类用于表示线数据。

构造函数

属性

endColor: Color = ...

The color at the end of the line.

线的结束颜色。

endNormal: Vector3 = ...

Line end normal

线结束法线

endPosition: Vector3 = ...

The ending position of the line.

线的结束位置。

startColor: Color = ...

The color at the start of the line.

线的起始颜色。

startNormal: Vector3 = ...

Line start normal

线开始法线

startPosition: Vector3 = ...

The starting position of the line.

线的起始位置。

方法