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
)
Public Sub AppendGrid (
props As FastLineRendererProperties,
bounds As Bounds,
cellSize As Single,
fill As Boolean,
Optional animationTime As Single = 0F
)
public:
void AppendGrid(
FastLineRendererProperties^ props,
Bounds bounds,
float cellSize,
bool fill,
float animationTime = 0f
)
member AppendGrid :
props : FastLineRendererProperties *
bounds : Bounds *
cellSize : float32 *
fill : bool *
?animationTime : float32
(* Defaults:
let _animationTime = defaultArg animationTime 0f
*)
-> unit
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