A Asset File containing a value of any given type
Used for modular / data-driven design, and referenced in DataReference.
DataContainer is an abstract class because Unity cannot make generic Scriptable Objects
Any Child of DataContainer ( different types ) should be made wrapper children.
More...
|
| static implicit | operator T (DataContainer< T > aVariable) |
A Asset File containing a value of any given type
Used for modular / data-driven design, and referenced in DataReference.
DataContainer is an abstract class because Unity cannot make generic Scriptable Objects
Any Child of DataContainer ( different types ) should be made wrapper children.
- Template Parameters
-
| T | Templated Type Field for any type that can be stored in a data object |
◆ operator T()
| implicit ModularArchitecture.Data.DataContainer< T >.operator T |
( |
DataContainer< T > | aVariable | ) |
|
|
inlinestatic |
◆ value
| T ModularArchitecture.Data.DataContainer< T >.value |
The documentation for this class was generated from the following file:
- Runtime/Data Containers/DataContainer.cs