|
Empeld
Empeld plugin documentation.
|
I'm a buffer. I store 2D data. I'm unsafe More...
Public Member Functions | |
| Buffer2d (int w, int h) | |
| Initializes a buffer with the given width and height More... | |
Public Attributes | |
| readonly int | Width |
| The width of the buffer More... | |
| readonly int | Height |
| The height of the buffer More... | |
I'm a buffer. I store 2D data. I'm unsafe
| T |
| pluginbase.Helpers.Buffers.Buffer2d< T >.Buffer2d | ( | int | w, |
| int | h | ||
| ) |
Initializes a buffer with the given width and height
| w | The width. |
| h | The height. |
Attribute: w*h
;
| readonly int pluginbase.Helpers.Buffers.Buffer2d< T >.Height |
The height of the buffer
| readonly int pluginbase.Helpers.Buffers.Buffer2d< T >.Width |
The width of the buffer