2
0
Nicolas Cannasse 3 жил өмнө
parent
commit
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,