Explorar o código

fixed documentation

Nicolas Cannasse %!s(int64=3) %!d(string=hai) anos
pai
achega
8810f72c4e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,