Struct FloatRange
A struct representing a continuous range of values
Inherited Members
Namespace: UnityEngine.Perception.Randomization.Samplers
Assembly: solution.dll
Syntax
[Serializable]
public struct FloatRange
Constructors
| Name | Description |
|---|---|
| FloatRange(float, float) | Constructs a float range |
Fields
| Name | Description |
|---|---|
| maximum | The largest value contained within the range |
| minimum | The smallest value contained within the range |
Methods
| Name | Description |
|---|---|
| Validate() | Assert whether this range is valid |