forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 0
class_boxshape
reduz edited this page Feb 23, 2014
·
9 revisions
####Inherits: Shape ####Category: Core
Box shape resource.
- void
set_extents
( Vector3 extents ) -
Vector3
get_extents
( ) const
Box shape resource, which can be set into a PhysicsBody or area.
- void
set_extents
( Vector3 extents )
Set the half extents for the shape.
-
Vector3
get_extents
( ) const
Return the half extents of the shape.