Scope: Simulation graph.
The sampler data nodes are used in the simulation graph to describe the different data types that can be sampled to retrieve information with which you can drive the particles behavior.
Those nodes can either be directly inserted in the graph or you can use attribute samplers in the effect interface to manipulate the sampler data.
Common to all samplers
All samplers have the following common properties:
Property | Type | Description |
NeverOptimize | bool | When enabled, the graph optimizer will not perform static-resource optimizations. (skips CFL & ICB passes for this resource) |
+ all common properties |