List of Systems
Add |
Adds a new element to the collection. |
Contains |
Checks whether the given frame is already in the list. |
Remove |
Removes a system by name |
RemoveAll |
Removes all elements from the collection. |
RemoveAt |
Removes an element from the collection using specified index. |
Count |
Returns the number of elements in a collection. |
FixedByWindow |
Gets the Fixed By Window System |
InertialByWindow |
Gets the Inertial By Window System |
Item |
Given an index, returns an element in the collection. |
SupportedSystems |
Returns a list of element types that can be added to the collection |


