2020-10-12 10:57:54 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2023-03-01 01:44:37 +01:00
<class name= "GPUParticlesCollisionBox3D" inherits= "GPUParticlesCollision3D" version= "4.1" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
2020-10-12 10:57:54 +02:00
<brief_description >
2022-05-13 04:11:01 +02:00
Box-shaped 3D particle collision shape affecting [GPUParticles3D] nodes.
2020-10-12 10:57:54 +02:00
</brief_description>
<description >
2022-05-13 04:11:01 +02:00
Box-shaped 3D particle collision shape affecting [GPUParticles3D] nodes.
2022-08-18 11:09:22 +02:00
[b]Note:[/b] [member ParticleProcessMaterial.collision_mode] must be [constant ParticleProcessMaterial.COLLISION_RIGID] or [constant ParticleProcessMaterial.COLLISION_HIDE_ON_CONTACT] on the [GPUParticles3D]'s process material for collision to work.
2022-05-13 04:11:01 +02:00
[b]Note:[/b] Particle collision only affects [GPUParticles3D], not [CPUParticles3D].
2020-10-12 10:57:54 +02:00
</description>
<tutorials >
</tutorials>
<members >
2022-07-12 09:43:01 +02:00
<member name= "size" type= "Vector3" setter= "set_size" getter= "get_size" default= "Vector3(2, 2, 2)" >
The collision box's size in 3D units.
2020-10-12 10:57:54 +02:00
</member>
</members>
</class>