Skip to content

Commit b51a526

Browse files
svc-reach-platform-supportEvergreen
authored andcommitted
[Port] [2021.3] [Port] [2022.3] Graphics docs feedback fixes Apr 2025
1 parent e1a08b9 commit b51a526

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packages/com.unity.visualeffectgraph/Documentation~/Operator-ProbabilitySampling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Menu Path : **Operator > Logic > Probability Sampling**
66

77
The **Probability Sampling** Operator performs a kind of switch/case operation where a weight controls the probability of selecting a case. If all weights are equal, this Operator produces a uniform distribution of the different output values.
88

9-
![img](Images/Operator-ProbabilitySamplingExample.gif)
9+
![A Random Selector Weighted Operator, and its effect on a 32 x 32 grid. In the Operator, Value 0 is red with a weight of 1, Value 1 is green with a weight of 0, and Value 2 is blue with a weight of 0. The grid is fully red. As the weight of Value 1 is dragged from 0 to 1, more red squares turn green. As the weight of Value 2 is then dragged from 0 to 1, more red and green squares turn blue.](Images/Operator-ProbabilitySamplingExample.gif)
1010

1111
## Operator settings
1212

0 commit comments

Comments
 (0)