Explorar o código

commented getBounds

ncannasse %!s(int64=11) %!d(string=hai) anos
pai
achega
fcdab342b8
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      h3d/scene/Object.hx

+ 3 - 0
h3d/scene/Object.hx

@@ -97,6 +97,9 @@ class Object {
 		return invPos;
 	}
 
+	/**
+		Return the bounds of this object, in absolute position.
+	**/
 	public function getBounds( ?b : h3d.col.Bounds ) {
 		if( b == null ) {
 			b = new h3d.col.Bounds();