GridData<T> Class Members
The following tables list the members exposed by GridData<T>.
Public Constructors
Name | Description | |
---|---|---|
![]() | GridData<T> Constructor | Overloaded. |
Public Fields
Public Properties
Name | Description | |
---|---|---|
![]() | InternalArray | Gets the internal array, which is a rectangular two-dimensional array |
![]() | Item | Gets or sets the element with the specified z and x index. |
![]() | XSize | Gets the size of the Internal array in the X-direction |
![]() | ZSize | Gets the size of the Internal array in the Z-direction |
Public Methods
Name | Description | |
---|---|---|
![]() | Clear | Clears and recreates the internal array with the desired X and Z size |
![]() | GetRowAt | Gets the row at the specified Z index. The row is length X |
![]() | PushRow | Pushes a row into the array, which discards one old row in a First In First Out fashion. use this method to scroll the GridData in the Z-direction |
![]() | SetRowAt | Sets the row at the specified Z index |
Extension Methods
Name | Description | |
---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also