소스 검색

Prefab.removeInstance

trethaller 6 년 전
부모
커밋
e2c415d070
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      hxd/prefab/Prefab.hx

+ 4 - 0
hxd/prefab/Prefab.hx

@@ -82,6 +82,10 @@ class Prefab {
 	public function updateInstance( ctx : Context, ?propName : String ) {
 	}
 
+	public function removeInstance( ctx : Context ) : Bool {
+		return false;
+	}
+
 	public function saveRec() : {} {
 		var obj : Dynamic = save();
 		obj.type = type;