Class HableCurve.Segment
Individual curve segment.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public class HableCurve.Segment
Fields
Name | Description |
---|---|
B |
|
lnA |
|
offsetX | The offset of the segment on the X axis. |
offsetY | The offset of the segment on the Y axis. |
scaleX | The scale of the segment on the X axis. |
scaleY | The scale of the segment on the Y axis. |
Methods
Name | Description |
---|---|
Eval(float) | Evaluate a point on the curve. |