LightningBoltLineRendererMeshPrepareForLines Method |
Prepare for lines to be added
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public bool PrepareForLines(
int lineCount
)
Public Function PrepareForLines (
lineCount As Integer
) As Boolean
public:
bool PrepareForLines(
int lineCount
)
member PrepareForLines :
lineCount : int -> bool
Parameters
- lineCount
- Type: SystemInt32
Lines to add
Return Value
Type:
BooleanTrue if room for lines, false if full
See Also