Class InfluenceVolume
An influence volume.
Inherited Members
Namespace: UnityEngine .Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public class InfluenceVolume : IVersionable<InfluenceVolume.Version>, ISerializationCallbackReceiver
Properties
Name | Description |
---|---|
box |
Position of fade sub volume minOffset point relative to InfluenceVolume min corner. Values between 0 (on InfluenceVolume hull) to half of boxSize corresponding axis. |
box |
Position of fade sub volume maxOffset point relative to InfluenceVolume max corner. Values between 0 (on InfluenceVolume hull) to half of boxSize corresponding axis. |
box |
Position of normal fade sub volume minOffset point relative to InfluenceVolume min corner. Values between 0 (on InfluenceVolume hull) to half of boxSize corresponding axis (on origin for this axis). |
box |
Position of normal fade sub volume maxOffset point relative to InfluenceVolume max corner. Values between 0 (on InfluenceVolume hull) to half of boxSize corresponding axis (on origin for this axis). |
box |
Offset of sub volume defining fading relative to normal orientation. |
box |
Size of sub volume defining fading relative to normal orientation. |
box |
Offset of sub volume defining fading. |
box |
Size of sub volume defining fading. |
box |
Define fading percent of -X, -Y and -Z locally oriented face. (values from 0 to 1) |
box |
Define fading percent of +X, +Y and +Z locally oriented face. (values from 0 to 1) |
box |
Size of the InfluenceVolume in Box Mode. |
extents | Get the extents of the influence. |
shape | Shape of this InfluenceVolume. |
sphere |
Offset of the fade sub volume from InfluenceVolume hull. Value between 0 (on InfluenceVolume hull) and sphereRadius (fade sub volume reduced to a point). |
sphere |
Offset of the normal fade sub volume from InfluenceVolume hull. Value between 0 (on InfluenceVolume hull) and sphereRadius (fade sub volume reduced to a point). |
sphere |
Radius of the InfluenceVolume in Sphere Mode. |
Methods
Name | Description |
---|---|
Compute |
Compute the minimal FOV required to see the full influence volume from |
Compute |
Compute a hash of the influence properties. |
On |
Serialization callback |
On |
Serialization callback |