FastLineRendererCanAddLines Method |
Determines if lineCount lines can be added without creating a new mesh
Namespace:
DigitalRuby.FastLineRenderer
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool CanAddLines(
ref int lineCount
)
Public Function CanAddLines (
ByRef lineCount As Integer
) As Boolean
public:
bool CanAddLines(
int% lineCount
)
member CanAddLines :
lineCount : int byref -> bool
Parameters
- lineCount
- Type: SystemInt32
Line count. Receives the actual available line count before a new mesh will be created.
Return Value
Type:
BooleanTrue if lines can be added without creating a new mesh, false otherwise
See Also