← Back to Docs
index.html
Clayground
Clayground.Canvas3D
LineBatch3D
Clayground 2026.2
List of All Members for LineBatch3D
This is the complete list of members for
LineBatch3D
, including inherited members.
count
: int
depthBias
: real
flowAutoPlay
: bool
flowTime
: real
lines
: list
opaque
: bool
orientation
: int
styles
: list
viewportSize
: vector2d
widthUnits
: int
real
pathLength
(int
lineId
)
vector3d
positionAt
(int
lineId
, real
distance
)
void
setBulk
(ByteArray
positions
, ByteArray
startIndices
, ByteArray
colors
, ByteArray
widths
, ByteArray
styleIds
)
void
updateEndpointsBulk
(ByteArray
positions
)
void
updateLinePoints
(int
lineIndex
, list
points
)
void
updatePolylinesBulk
(ByteArray
positions
, int
pointsPerLine
)