Skip to content

Variables

Krzysztof Biernat edited this page Oct 31, 2020 · 5 revisions

Variables

Variables are wrappers for any type of data (preferable value type), the purpose of Variables is to decouple data from system, so other systems can access this data without need to know the source of the data. All Variables derived from scriptable object.

Clone this wiki locally