Skip to content

Commit d8a2c0a

Browse files
markg-unityEvergreen
authored andcommitted
[Port] [2022.3] Graphics docs feedback fixes Apr 2025
1 parent 69fb2d4 commit d8a2c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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+
<video src="Images/Operator-ProbabilitySamplingExample.mp4" title="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." width="320" height="auto" autoplay="true" loop="true" controls></video>
1010

1111
## Operator settings
1212

0 commit comments

Comments
 (0)