SurfaceTool add_index method exposed to scripts.
This commit is contained in:
parent
93c3c801db
commit
f86b698765
1 changed files with 1 additions and 0 deletions
|
@ -860,6 +860,7 @@ void SurfaceTool::_bind_methods() {
|
|||
ObjectTypeDB::bind_method(_MD("deindex"),&SurfaceTool::deindex);
|
||||
///ObjectTypeDB::bind_method(_MD("generate_flat_normals"),&SurfaceTool::generate_flat_normals);
|
||||
ObjectTypeDB::bind_method(_MD("generate_normals"),&SurfaceTool::generate_normals);
|
||||
ObjectTypeDB::bind_method(_MD("add_index", "index"), &SurfaceTool::add_index);
|
||||
ObjectTypeDB::bind_method(_MD("commit:Mesh","existing:Mesh"),&SurfaceTool::commit,DEFVAL(Variant()));
|
||||
ObjectTypeDB::bind_method(_MD("clear"),&SurfaceTool::clear);
|
||||
|
||||
|
|
Loading…
Reference in a new issue