Search Results for

    Show / Hide Table of Contents

    Interface DataSource

    Provides data for a FlexalonCloner.

    Syntax
    public interface DataSource

    Properties

    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 DataChanged
    Event Type
    Type Description
    System.Action
    In This Article
    Back to top Flexalon 3D Layouts