Struct CommandBuilder Extends IDisposable

Public

Inner Types

Public Methods

Add< T > (value)
Public
Bezier (a, b, color)
Public
Box (center, size)
Public
CircleXZ (center, radius, startAngle=0f, endAngle=…)
Public
CircleXZ (center, radius, color, startAngle=0f, endAngle=…)
Public
CommandBuilder (gizmos, hasher, redrawScope, isGizmos)
Public
CrossXZ (position, color, size=1)
Public
Cylinder (bottom, top, radius, color)
Public
Cylinder (position, up, height, radius, color)
Public
DiscardAndDispose ()
Public
Dispose ()
Public
InLocalSpace (transform)
Public
Line (a, b)
Public
Line (a, b, color)
Public
Mesh (vertices, triangles, colors)
Public
Polyline (points, color, cycle=…)
Public
PopColor ()
Public
PopMatrix ()
Public
PushColor (color)
Public
PushMatrix (matrix)
Public
PushSetMatrix (matrix)
Public
Ray (ray)
Public
Ray (origin, direction)
Public
Ray (ray, color)
Public
Ray (origin, direction, color)
Public
Reserve (additionalSpace)
Public
Reserve< A > ()
Public
Reserve< A, B > ()
Public
Reserve< A, B, C > ()
Public
WireCube (bounds, color)

Draws a wire cube.

Public
WireCube (center, size, color)

Draws a wire cube.

Public
WithColor (color)
Public
WithMatrix (matrix)
Public

Public Static Methods

CameraDepthToPixelSize (camera)

Helper for determining how large a pixel is at a given depth.

Public Static

Public Variables

buffer
Public
dataIndex
Public
gizmos
Public
threadIndex
Public

Public Enums

Command
Public

Private/Protected Members

Build (gizmos, hasher, buffers, camera, isGizmos)
Package Static