Interface DataSource
Provides data for a FlexalonCloner.
Syntax
public interface DataSourceProperties
Data
For each element, FlexalonCloner will instantiate a new gameObject.
Declaration
IReadOnlyList<object> Data { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IReadOnlyList<T><object> | 
Events
DataChanged
Invoke to notify FlexalonCloner that the data has changed.
Declaration
event Action DataChangedEvent Type
| Type | Description | 
|---|---|
| System.Action |