| ArrayMeshSurfaceFindByName Method | 
Returns the index of the first surface with this name held within this ArrayMesh. If none are found, -1 is returned.
Namespace: Godot
 Syntax
Syntaxpublic int SurfaceFindByName( string name )
[Missing <param name="name"/> documentation for "M:Godot.ArrayMesh.SurfaceFindByName(System.String)"]
[Missing <returns> documentation for "M:Godot.ArrayMesh.SurfaceFindByName(System.String)"]
 See Also
See Also