-
Notifications
You must be signed in to change notification settings - Fork 0
class_collisionobject
reduz edited this page Feb 23, 2014
·
9 revisions
####Inherits: Spatial ####Category: Core
- 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