Merge pull request #70377 from dsnopek/server-export-mk2
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