From a9c9499c730be809dab420704961a611b0a2d04a Mon Sep 17 00:00:00 2001 From: Will Nations Date: Thu, 7 Dec 2017 13:17:08 -0600 Subject: [DOCS] CanvasItem/Material/Layer, ClassDB, CollisionObject(2D) --- doc/classes/CollisionObject2D.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc/classes/CollisionObject2D.xml') diff --git a/doc/classes/CollisionObject2D.xml b/doc/classes/CollisionObject2D.xml index ffc79d359d..086513cad5 100644 --- a/doc/classes/CollisionObject2D.xml +++ b/doc/classes/CollisionObject2D.xml @@ -21,6 +21,7 @@ + Accepts unhandled [InputEvent]s. [code]shape_idx[/code] is the child index of the clicked [Shape2D]. Connect to the [code]input_event[/code] signal to easily pick up these events. @@ -61,6 +62,7 @@ + Returns [code]true[/code] if collisions for the shape owner originating from this [code]CollisionObject2D[/code] will not be reported to collided with [code]CollisionObject2D[/code]s. @@ -138,6 +140,7 @@ + Returns the child index of the [Shape2D] with the given id from the given shape owner. @@ -179,6 +182,7 @@ + If [code]enable[/code] is [code]true[/code], collisions for the shape owner originating from this [code]CollisionObject2D[/code] will not be reported to collided with [code]CollisionObject2D[/code]s. @@ -207,7 +211,7 @@ - Emitted when an input event occurs and [code]input_pickable[/code] is [code]true[/code]. + Emitted when an input event occurs and [code]input_pickable[/code] is [code]true[/code]. See [method _input_event] for details. -- cgit v1.2.3