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.
== set_extents ==
- void #set_extents( Vector3 extents ) \ Set the half extents for the shape. == get_extents ==
- Vector3 #get_extents(****) const \ Return the half extents of the shape.