| 103 | |
| 104 | public: |
| 105 | FORCE_INLINE bool IsInitialized() |
| 106 | { |
| 107 | return Width != 0; |
| 108 | } |
| 109 | |
| 110 | /// <summary> |
| 111 | /// Initializes the atlas of a given size. Clears any previously added nodes. This won't invoke OnFree for atlas tiles. |
no outgoing calls
no test coverage detected