godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
MeshInstance.getSurfaceMaterial
godot
meshinstance
MeshInstance
Returns the
Material
for a surface of the
Mesh
resource.
struct
MeshInstance
@
nogc
nothrow const
Ref
!
Material
getSurfaceMaterial
(
in
long
surface
)
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
Returns the Material for a surface of the Mesh resource.