UnloadTexture method

String UnloadTexture(
  1. TextureBase<TextureBase> texture
)

Implementation

String UnloadTexture(
  TextureBase texture,
) => 'UnloadTexture($texture)';