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
boxSize
The size of the proxy if it as a shape Box
Declaration
public Vector3 boxSize { get; set; }
Property Value
Type | Description |
---|---|
Vector3 |
shape
The shape of the proxy
Declaration
public ProxyShape shape { get; }
Property Value
Type | Description |
---|---|
ProxyShape |
sphereRadius
The radius of the proxy if it as a shape Sphere
Declaration
public float sphereRadius { get; set; }
Property Value
Type | Description |
---|---|
float |