Click or drag to resize

FastLineRendererAppendGrid Method

Append a grid

Namespace:  DigitalRuby.FastLineRenderer
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void AppendGrid(
	FastLineRendererProperties props,
	Bounds bounds,
	float cellSize,
	bool fill,
	float animationTime = 0f
)

Parameters

props
Type: DigitalRuby.FastLineRendererFastLineRendererProperties
Line properties
bounds
Type: Bounds
Grid bounds
cellSize
Type: SystemSingle
Size of grid lines
fill
Type: SystemBoolean
Whether to fill the bounds or just do the edges
animationTime (Optional)
Type: SystemSingle
Animation time
See Also