Class Vector4Parameter
A numeric parameter for generating Vector4 samples
Inherited Members
Namespace: UnityEngine.Experimental.Perception.Randomization.Parameters
Assembly: solution.dll
Syntax
[Serializable]
public class Vector4Parameter : NumericParameter<Vector4>
Fields
Name | Description |
---|---|
w | The sampler used for randomizing the w component of generated samples |
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 Vector4 sample |
Samples(int, out JobHandle) | Schedules a job to generate an array of samples |