Class HableCurve.Uniforms
Inheritance
System.Object
HableCurve.Uniforms
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEngine.Rendering.PostProcessing
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 |