-
Notifications
You must be signed in to change notification settings - Fork 0
class_concavepolygonshape
reduz edited this page Feb 23, 2014
·
9 revisions
Inherits: Shape\n\n### Brief Description
Concave polygon shape.
- void set_faces" ( Vector3Array faces )
- Vector3Array get_faces" ( ) const
Concave polygon shape resource, which can be set into a physicsbody or area."#10; This shape is created by feeding a list of triangles.
== set_faces ==
- void set_faces" ( Vector3Array faces ) \ Set the faces (an array of triangles). == get_faces ==
- Vector3Array get_faces" ( ) const \ Return the faces (an array of triangles).