Class Vector3Parameter
A VolumeParameter that holds a Vector3
value.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
[Serializable]
public class Vector3Parameter : VolumeParameter<Vector3>, ICloneable, IEquatable<VolumeParameter<Vector3>>
Constructors
Name | Description |
---|---|
Vector3Parameter(Vector3, bool) | Creates a new Vector3Parameter instance. |
Methods
Name | Description |
---|---|
Interp(Vector3, Vector3, float) | Interpolates between two |