diff options
| author | SaracenOne | 2017-09-10 11:10:28 +0100 |
|---|---|---|
| committer | SaracenOne | 2017-09-11 06:53:34 +0100 |
| commit | 92bbd2d713f92115934a134cd9e64dcfcb6378e6 (patch) | |
| tree | 24615b6abc3a08348c74a596f71fecd60d6c2ed2 /servers/visual_server.h | |
| parent | d1cb73b47a17de830d9474026ffa7b3587cfbc68 (diff) | |
| download | godot-92bbd2d713f92115934a134cd9e64dcfcb6378e6.tar.gz godot-92bbd2d713f92115934a134cd9e64dcfcb6378e6.tar.zst godot-92bbd2d713f92115934a134cd9e64dcfcb6378e6.zip | |
Script access to formatted arrays and blend_arrays in meshes.
Diffstat (limited to '')
| -rw-r--r-- | servers/visual_server.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/visual_server.h b/servers/visual_server.h index 749482028..72f36f6b6 100644 --- a/servers/visual_server.h +++ b/servers/visual_server.h @@ -267,6 +267,7 @@ public: virtual PoolVector<uint8_t> mesh_surface_get_index_array(RID p_mesh, int p_surface) const = 0; virtual Array mesh_surface_get_arrays(RID p_mesh, int p_surface) const; + virtual Array mesh_surface_get_blend_shape_arrays(RID p_mesh, int p_surface) const; virtual uint32_t mesh_surface_get_format(RID p_mesh, int p_surface) const = 0; virtual PrimitiveType mesh_surface_get_primitive_type(RID p_mesh, int p_surface) const = 0; |
