Class ProxyVolume
A proxy volume.
This volume approximate the scene geometry with simple mathematical shapes.
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public class ProxyVolume : IVersionable<ProxyVolume.Version>, ISerializationCallbackReceiver
Properties
Name | Description |
---|---|
boxSize | The size of the proxy if it as a shape Box |
shape | The shape of the proxy |
sphereRadius | The radius of the proxy if it as a shape Sphere |