PhysicsShapeQueryParameters

Inherits: Reference < Object

Category: Core

Brief Description

Properties

boolcollide_with_areas
boolcollide_with_bodies
intcollision_mask
Arrayexclude
floatmargin
RIDshape_rid
Transformtransform

Methods

voidset_shape ( Resource shape )

Property Descriptions

  • bool collide_with_areas
Setterset_collide_with_areas(value)
Getteris_collide_with_areas_enabled()

  • bool collide_with_bodies
Setterset_collide_with_bodies(value)
Getteris_collide_with_bodies_enabled()

  • int collision_mask
Setterset_collision_mask(value)
Getterget_collision_mask()

Setterset_exclude(value)
Getterget_exclude()

Setterset_margin(value)
Getterget_margin()

Setterset_shape_rid(value)
Getterget_shape_rid()

Setterset_transform(value)
Getterget_transform()

Method Descriptions