mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Add "dedicated server" export mode which can strip unneeded visual resources
This commit is contained in:
@@ -114,6 +114,12 @@
|
||||
[b]Note:[/b] This method typically returns the vertices in reverse order (e.g. clockwise to counterclockwise).
|
||||
</description>
|
||||
</method>
|
||||
<method name="create_placeholder" qualifiers="const">
|
||||
<return type="Resource" />
|
||||
<description>
|
||||
Creates a placeholder version of this resource ([PlaceholderMesh]).
|
||||
</description>
|
||||
</method>
|
||||
<method name="create_trimesh_shape" qualifiers="const">
|
||||
<return type="ConcavePolygonShape3D" />
|
||||
<description>
|
||||
|
||||
Reference in New Issue
Block a user