Version: 2019.2

CustomEditorForRenderPipelineAttributeConstructor

マニュアルに切り替える
public CustomEditorForRenderPipelineAttribute (Type inspectedType, Type renderPipeline);
public CustomEditorForRenderPipelineAttribute (Type inspectedType, Type renderPipeline, bool editorForChildClasses);

パラメーター

inspectedTypeこのエディターが編集できる型
renderPipelineType of RenderPipelineAsset that that should be active for this inspector to be used.
editorForChildClassesTrue の場合、inspectedType の子クラスもエディターを表示します。デフォルトは false

説明

カスタムエディタークラスが編集できるオブジェクト型を定義します

関連項目: Editor クラス .