Welcome to the General Concept section. Here you will find all necessary resources to get you started with Data Manager.

Cell

Cell is a basic and indivisible unit of Data Manager. It contains a string value that can be bi-direction-conversion to any other data structures by rich cell’s APIs. E.g., int, float, list, Transform, and etc. You can expand the APIs easily.

It works with all Data Manager tools.

Note: No object references are supported. Only the pure data will be supported. For the Transform, only the position, rotation, and scale will be converted. For more details, please see CellExt.cs

Design Language of the Cell

Value

Value is a complex unit of Data Manager. It contains a Cell and a comment string that holds the notes for the Cell.

It works with ‣ and ‣.

Section