godot-d ~releases (2022-04-02T06:37:10.8312204)
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
_updateSkinning
createConvexCollision
createDebugTangents
createTrimeshCollision
getActiveMaterial
getMesh
getSkeletonPath
getSkin
getSurfaceMaterial
getSurfaceMaterialCount
isSoftwareSkinningTransformNormalsEnabled
opAssign
opEquals
setMesh
setSkeletonPath
setSkin
setSoftwareSkinningTransformNormals
setSurfaceMaterial
toHash
properties
mesh
skeleton
skin
softwareSkinningTransformNormals
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Returns the Material for a surface of the Mesh resource.