Class ProxyVolume
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
shape
Declaration
public ProxyShape shape { get; }
Property Value
sphereRadius
The radius of the proxy if it as a shape Sphere
Declaration
public float sphereRadius { get; set; }
Property Value
Explicit Interface Implementations
IVersionable<ProxyVolume.Version>.version
Declaration
ProxyVolume.Version IVersionable<ProxyVolume.Version>.version { get; set; }
Returns
| Type |
Description |
| UnityEngine.Experimental.Rendering.HDPipeline.ProxyVolume.Version |
|
Implements