Hilo3d API - v2.0.0-alpha.4
    Preparing search index...

    Interface ParticleAuthoringEdge

    One ordered ownership edge in the external authoring graph.

    interface ParticleAuthoringEdge {
        from: string;
        id: string;
        order: number;
        port: ParticleAuthoringPort;
        to: string;
    }
    Index
    from: string
    id: string
    order: number
    to: string