[]
Gets the specified Axis from the collection by numeric index.
public Axis this[int index] { get; }
Type | Name | Description |
---|---|---|
int | index |
Gets the specified Axis from the collection by name.
public Axis this[string AxisName] { get; }
Type | Name | Description |
---|---|---|
string | AxisName |