godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
MeshInstance.setSurfaceMaterial
godot
meshinstance
MeshInstance
Sets the
Material
for a surface of the
Mesh
resource.
struct
MeshInstance
@
nogc
nothrow
void
setSurfaceMaterial
(
in
long
surface
,
Material
material
)
Meta
Source
See Implementation
godot
meshinstance
MeshInstance
aliases
BaseClasses
functions
_meshChanged
createConvexCollision
createDebugTangents
createTrimeshCollision
getMesh
getSkeletonPath
getSurfaceMaterial
getSurfaceMaterialCount
opAssign
opEquals
setMesh
setSkeletonPath
setSurfaceMaterial
properties
mesh
skeleton
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Sets the Material for a surface of the Mesh resource.