diff options
author | Marc Gilleron <marc.gilleron@gmail.com> | 2019-01-31 17:54:00 +0100 |
---|---|---|
committer | Marc Gilleron <marc.gilleron@gmail.com> | 2019-02-01 12:01:19 +0100 |
commit | 5b378f408c5a0e8e0c2b4c1cbff67959fd097ce9 (patch) | |
tree | 950f4c601d50c65f16614dbcecf0e239915734d4 /doc/classes | |
parent | c21ca98e4c6e6228adefcc696b3ff6a1104c678e (diff) |
Exposed custom AABB setter on GeometryInstance
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/GeometryInstance.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/classes/GeometryInstance.xml b/doc/classes/GeometryInstance.xml index d6267044f7..f2f97d0264 100644 --- a/doc/classes/GeometryInstance.xml +++ b/doc/classes/GeometryInstance.xml @@ -11,6 +11,15 @@ <demos> </demos> <methods> + <method name="set_custom_aabb"> + <return type="void"> + </return> + <argument index="0" name="aabb" type="AABB"> + </argument> + <description> + Overrides the bounding box of this node with a custom one. To remove it, set an AABB with all fields set to zero. + </description> + </method> </methods> <members> <member name="cast_shadow" type="int" setter="set_cast_shadows_setting" getter="get_cast_shadows_setting" enum="GeometryInstance.ShadowCastingSetting"> |