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.
SamplerDataText
Property | Type | Description |
DataSource | enum | Specifies where the sampler fetches the text data
|
InlineText | string | Text to be sampled. Only available when DataSource is set to Inline |
ExternalResource | assetPath | Path to the text file containing the text to be sampled. Only available when DataSource is set to External |
FontFile | assetPath | Path to the font file to be used for font metrics (width / kerning) |
UseKerning | bool | If disabled, will not use kerning information, but still use glyph widths contained in the kerning file |
Output pins | ||
Data | dataText | The text data that can be plugged in the TextSample node. |
+ all sampler properties |