Class Vector3Parameter
A numeric parameter for generating Vector3 samples
Inherited Members
Namespace: UnityEngine.Perception.Randomization.Parameters
Assembly: solution.dll
Syntax
[Serializable]
public class Vector3Parameter : NumericParameter<Vector3>
Fields
| Name | Description |
|---|---|
| x | The sampler used for randomizing the x component of generated samples |
| y | The sampler used for randomizing the y component of generated samples |
| z | The sampler used for randomizing the z component of generated samples |
Methods
| Name | Description |
|---|---|
| Sample() | Generates a Vector3 sample |