Search Results for

    Show / Hide Table of Contents

    Interface IFlexboxDescribableLayoutAlgorithm

    Optional (but highly recommended) feature of LayoutAlgorithms that makes them self-describing; this info is auto-detected in the UnityEditor by our custom inspectors, and presented to the user when they are choosing which LayoutAlgorithm to use, or when auto-creating a new one if their project is missing that specific version/instance.

    Namespace: NinjaTools.FlexBuilder.LayoutAlgorithms
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IFlexboxDescribableLayoutAlgorithm

    Properties

    - (String) defaultAssetName

    Each algorithm should have a unique name (this is used to create SO instances in Editor)

    - (ReadOnlyCollection<String>) featureDescription

    List of features that is human-readable (displayed in UnityEditor to help users choose which LayoutAlgorithm to use)

    In This Article
    Back to top http://flexbuilder.ninja