forked from godotengine/godot
-
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 ####Category: Core
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.
- void set_faces ( Vector3Array faces )
Set the faces (an array of triangles).
- Vector3Array get_faces ( ) const
Return the faces (an array of triangles).