Summary
Removes the spring at the specified `index`.
- Assembly
- FlexiMotion
.dll - Namespace
- FlexiMotion
- Containing Type
- SpringDefinitions
Syntax
public void Remove(int index)
Remarks
This method is very inefficient if called multiple times so consider using a
FlexiMotion.SpringDefinitionsBuilder
instead of using this at runtime.
Parameters
Name | Type | Description |
---|---|---|
index | int |
Return Value
Type | Description |
---|---|
void |