godot-d v0.0.7 (2018-11-02T21:25:15Z)
Dub
Repo
Mesh.surfaceGetMaterial
godot
mesh
Mesh
Return a
Material
in a given surface. Surface is rendered using this material.
struct
Mesh
@
nogc
nothrow const
Ref
!
Material
surfaceGetMaterial
(
in
long
surf_idx
)
Meta
Source
See Implementation
godot
mesh
Mesh
aliases
BaseClasses
enums
ArrayFormat
ArrayType
BlendShapeMode
Constants
PrimitiveType
functions
createConvexShape
createOutline
createTrimeshShape
generateTriangleMesh
getFaces
getLightmapSizeHint
getSurfaceCount
opAssign
opEquals
setLightmapSizeHint
surfaceGetArrays
surfaceGetBlendShapeArrays
surfaceGetMaterial
properties
lightmapSizeHint
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Return a Material in a given surface. Surface is rendered using this material.