Taos API Reference
    Preparing search index...

    Interface SetAttributeEntry

    One row of a compound setAttribute node. attr picks the particle attribute to write; mode picks the composition (overwrite/add/...). Each entry adds one data input port to the node, named after attr.

    interface SetAttributeEntry {
        attr: ParticleAttribute;
        mode: SetAttributeMode;
    }
    Index

    Properties

    Properties