Merge pull request #2134 from QuantumCoderQC/patch-1

Make description of logic node more precise
This commit is contained in:
Lubos Lenco 2021-03-20 09:58:36 +01:00 committed by GitHub
commit 54fcd49c27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
from arm.logicnode.arm_nodes import *
class OnVolumeTriggerNode(ArmLogicTreeNode):
"""Activates the output when the given rigid body enter, overlap or leave the given trigger.
"""Activates the output when the given object enters, overlaps or leaves the bounding box of the given trigger object. (Note: Works even if objects are not Rigid Bodies).
@input RB: this object is taken as the entering object
@input Trigger: this object is used as the volume trigger