瀏覽代碼

removing unlreated section

Allen Jackson 3 年之前
父節點
當前提交
9766f1a467
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      rfcs/rfc-2202-user-defined-properties.md

+ 0 - 8
rfcs/rfc-2202-user-defined-properties.md

@@ -103,14 +103,6 @@ if (materialAssetPath->empty())
 	AZ_Error("prefab", false, "Material asset path must not be empty.");
 	return;
 }
-
-// create a material component for this entity's mesh to render with
-AzFramework::BehaviorComponentId editorMaterialComponent;
-AzToolsFramework::EntityUtilityBus::BroadcastResult(
-	editorMaterialComponent,
-	&AzToolsFramework::EntityUtilityBus::Events::GetOrAddComponentByTypeName,
-	entityId,
-	"EditorMaterialComponent");
 ```
 
 # What are the advantages of the feature?