Taos API Reference
    Preparing search index...

    Interface AttributeEntry

    One row of a compound attribute (Get Attribute) source node. Each entry adds one typed output port to the node, named after attr. Lets a single Get Attribute node expose several attributes at once with one output per attribute (mirror of setAttribute's compound input model).

    interface AttributeEntry {
        attr: ParticleAttribute;
    }
    Index

    Properties

    Properties