FastLineRendererSetCapacity Method |
Set the capacity of all internal lists.
Namespace:
DigitalRuby.FastLineRenderer
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void SetCapacity(
int capacity
)
Public Sub SetCapacity (
capacity As Integer
)
public:
void SetCapacity(
int capacity
)
member SetCapacity :
capacity : int -> unit
Parameters
- capacity
- Type: SystemInt32
Capacity
See Also