Interface DataSource
- Namespace
- Flexalon
- Assembly
- Flexalon.dll
Provides data for a FlexalonCloner.
public interface DataSource
Properties
Data
For each element, FlexalonCloner will instantiate a new gameObject.
IReadOnlyList<object> Data { get; }
Property Value
- IReadOnlyList<object>
Events
DataChanged
Invoke to notify FlexalonCloner that the data has changed.
event Action DataChanged
Event Type
- Action