Class CameraUI.Rendering
Rendering section
Inherited Members
Namespace: UnityEditor.Rendering
Assembly: Unity.RenderPipelines.Core.Editor.dll
Syntax
public static class CameraUI.Rendering
Methods
Drawer_Rendering_CullingMask(ISerializedCamera, Editor)
Draws Culling mask related fields on the inspector
Declaration
public static void Drawer_Rendering_CullingMask(ISerializedCamera p, Editor owner)
Parameters
Type | Name | Description |
---|---|---|
ISerializedCamera | p | ISerializedCamera The serialized camera |
Editor | owner | Editor The editor owner calling this drawer |
Drawer_Rendering_Dithering(ISerializedCamera, Editor)
Draws Dithering related fields on the inspector
Declaration
public static void Drawer_Rendering_Dithering(ISerializedCamera p, Editor owner)
Parameters
Type | Name | Description |
---|---|---|
ISerializedCamera | p | ISerializedCamera The serialized camera |
Editor | owner | Editor The editor owner calling this drawer |
Drawer_Rendering_OcclusionCulling(ISerializedCamera, Editor)
Draws occlusion Culling related fields on the inspector
Declaration
public static void Drawer_Rendering_OcclusionCulling(ISerializedCamera p, Editor owner)
Parameters
Type | Name | Description |
---|---|---|
ISerializedCamera | p | ISerializedCamera The serialized camera |
Editor | owner | Editor The editor owner calling this drawer |
Drawer_Rendering_StopNaNs(ISerializedCamera, Editor)
Draws Stop NaNs related fields on the inspector
Declaration
public static void Drawer_Rendering_StopNaNs(ISerializedCamera p, Editor owner)
Parameters
Type | Name | Description |
---|---|---|
ISerializedCamera | p | ISerializedCamera The serialized camera |
Editor | owner | Editor The editor owner calling this drawer |