Version: 2020.3
言語: 日本語

CustomEditorForRenderPipelineAttributeConstructor

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

パラメーター

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

説明

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

関連項目: Editor クラス .