docs.unity3d.com
    Show / Hide Table of Contents

    Sample Point Cache

    Menu Path : Operator > Sampling > Sample Point Cache

    The Sample Point Cache Operator enables you to sample a Point Cache.

    This Operator takes a Point Cache asset and an index then outputs the values of each point attribute at the index. It also outputs the number of points in the Point Cache. The output attribute values can be of various types depending on the data they store.

    Operator settings

    Setting Description
    Asset The Point Cache asset to sample from.
    Mode The wrap mode to use if the value of Index is out of range for the Point Cache Asset. The options are:
    • Clamp: Clamps the index between the first and last index of the Map.
    • Wrap: Wraps the index around to the other side of the Map.
    • Mirror: Mirrors the vertex list so out of range indices move back and forth through the Map.

    Operator properties

    Input Type Description
    Index uint The index of the point to sample.
    Output Type Description
    Point Count uint The number of points present in the Point Cache
    <attribute> Dependent The content of each attribute map at the point specified by the input Index.
    Note: The Type changes depending on the data the attribute map stores.
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023