toMap method

Map<String, int> toMap()

Implementation

Map<String, int> toMap() {
  return {
    'textureId': textureId,
    'rbo': rboId,
    'metalAsGLTexture': metalAsGLTextureId
  };
}