Class CameraUI.Environment
Environment section
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public static class CameraUI.Environment
Methods
Drawer_Environment_VolumeLayerMask(ISerializedCamera, Editor)
Draws layer mask planes related fields on the inspector
Declaration
public static void Drawer_Environment_VolumeLayerMask(ISerializedCamera p, Editor owner)
Parameters
Type | Name | Description |
---|---|---|
ISerializedCamera | p | ISerializedCamera The serialized camera |
Editor | owner | Editor The editor owner calling this drawer |