Socket
Socket
Sign inDemoInstall

com.iron-mountain.save-system

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    com.iron-mountain.save-system

A library for reading and writing files and data-types.


Version published
Weekly downloads
11
Maintainers
1
Install size
53.9 kB
Created
Weekly downloads
 

Readme

Source

Save System

A library for reading and writing files and data-types.

SOME CODING REQUIRED


Key components:

  1. SaveSystem

    • A static class with a many helper methods for reading and writing text and image files.
  2. SavedBool

    • A wrapper class for saving and loading a single boolean value.
  3. SavedFloat

    • A wrapper class for saving and loading a single float value.

  4. SavedInt

    • A wrapper class for saving and loading a single integer value.
  5. SavedList

    • A wrapper class for saving and loading a list of strings.
  6. SavedString

    • A wrapper class for saving and loading a single string value.
  7. SavedTexture2D

    • A wrapper class for saving and loading a texture2D object as a png.

Keywords

FAQs

Last updated on 13 Nov 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc