Class CustomEditorForRenderPipelineAttribute
Inheritance
CustomEditorForRenderPipelineAttribute
Assembly: UnityEditor.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class CustomEditorForRenderPipelineAttribute : CustomEditor, _Attribute
Constructors
|
Improve this Doc
View Source
CustomEditorForRenderPipelineAttribute(Type, Type)
Declaration
public CustomEditorForRenderPipelineAttribute(Type inspectedType, Type renderPipeline)
Parameters
Type |
Name |
Description |
Type |
inspectedType |
|
Type |
renderPipeline |
|
|
Improve this Doc
View Source
CustomEditorForRenderPipelineAttribute(Type, Type, Boolean)
Declaration
public CustomEditorForRenderPipelineAttribute(Type inspectedType, Type renderPipeline, bool editorForChildClasses)
Parameters
Type |
Name |
Description |
Type |
inspectedType |
|
Type |
renderPipeline |
|
Boolean |
editorForChildClasses |
|
Implements
Extension Methods