FastLineRendererAppendLine Method |
Append a line - End value of props is ignored, use Start field instead.
Namespace:
DigitalRuby.FastLineRenderer
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool AppendLine(
FastLineRendererProperties props
)
Public Function AppendLine (
props As FastLineRendererProperties
) As Boolean
public:
bool AppendLine(
FastLineRendererProperties^ props
)
member AppendLine :
props : FastLineRendererProperties -> bool
Parameters
- props
- Type: DigitalRuby.FastLineRendererFastLineRendererProperties
Creation properties
Return Value
Type:
BooleanTrue if line was joined to a previous line, false if no previous line available
See Also