class_collisionobject - BonianSazanShomal/godot GitHub Wiki
CollisionObject
####Inherits: Spatial ####Category: Core
Brief Description
Member Functions
- void add_shape ( Shape shape, Transform transform=Transform() )
- int get_shape_count ( ) const
- void set_shape ( int shape_idx, Shape shape )
- void set_shape_transform ( int shape_idx, Transform transform )
- void set_shape_as_trigger ( int shape_idx, bool enable )
- bool is_shape_set_as_trigger ( int shape_idx ) const
- Shape get_shape ( int shape_idx ) const
- Transform get_shape_transform ( int shape_idx ) const
- void remove_shape ( int shape_idx )
- void clear_shapes ( )
- RID get_rid ( ) const