FastLineRendererStartLine Method |
Start a line. Start and End must be set on the properties. Set LineType to StartCap to cap.
Namespace:
DigitalRuby.FastLineRenderer
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void StartLine(
FastLineRendererProperties props
)
Public Sub StartLine (
props As FastLineRendererProperties
)
public:
void StartLine(
FastLineRendererProperties^ props
)
member StartLine :
props : FastLineRendererProperties -> unit
Parameters
- props
- Type: DigitalRuby.FastLineRendererFastLineRendererProperties
Creation properties
See Also