瀏覽代碼

fixed documentation

Nicolas Cannasse 3 年之前
父節點
當前提交
8810f72c4e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      h2d/Object.hx

+ 1 - 1
h2d/Object.hx

@@ -7,7 +7,7 @@ import hxd.Math;
 	Serves as a virtual container that does not display anything but can contain other objects
 	so the various transforms are inherited to its children.
 
-	Private events `Object.onAdd`, `Object.onRemove` and `Object.onHierarchyChanged` can be used
+	Private events `Object.onAdd`, `Object.onRemove` and `Object.onHierarchyMoved` can be used
 	to capture when Object is added/removed from the currently active scene as well as being moved withing the object tree.
 
 	Object exposes a number of properties to control position, scale and rotation of the Object relative to its parent,