Class HableCurve.Uniforms
Namespace: UnityEngine.Experimental.Rendering
Syntax
public class Uniforms
Properties
curve
Declaration
public Vector4 curve { get; }
Property Value
Type | Description |
---|---|
Vector4 |
midSegmentA
Declaration
public Vector4 midSegmentA { get; }
Property Value
Type | Description |
---|---|
Vector4 |
midSegmentB
Declaration
public Vector4 midSegmentB { get; }
Property Value
Type | Description |
---|---|
Vector4 |
shoSegmentA
Declaration
public Vector4 shoSegmentA { get; }
Property Value
Type | Description |
---|---|
Vector4 |
shoSegmentB
Declaration
public Vector4 shoSegmentB { get; }
Property Value
Type | Description |
---|---|
Vector4 |
toeSegmentA
Declaration
public Vector4 toeSegmentA { get; }
Property Value
Type | Description |
---|---|
Vector4 |
toeSegmentB
Declaration
public Vector4 toeSegmentB { get; }
Property Value
Type | Description |
---|---|
Vector4 |