FastLineRendererEndLine Method |
Ends a line. use Start on props to specify the end point. Set LineType to EndCap to cap.
Namespace:
DigitalRuby.FastLineRenderer
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool EndLine(
FastLineRendererProperties props
)
Public Function EndLine (
props As FastLineRendererProperties
) As Boolean
public:
bool EndLine(
FastLineRendererProperties^ props
)
member EndLine :
props : FastLineRendererProperties -> bool
Parameters
- props
- Type: DigitalRuby.FastLineRendererFastLineRendererProperties
Creation properties
Return Value
Type:
BooleanTrue if success, false if a line hasn't been started yet
See Also