godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
ArrayMesh.lightmapUnwrap
godot
arraymesh
ArrayMesh
Will perform a UV unwrap on the
ArrayMesh
to prepare the mesh for lightmapping.
struct
ArrayMesh
@
nogc
nothrow
GodotError
lightmapUnwrap
(
in
Transform
transform
,
in
double
texel_size
)
Meta
Source
See Implementation
godot
arraymesh
ArrayMesh
aliases
BaseClasses
enums
ArrayFormat
ArrayType
Constants
functions
addBlendShape
addSurfaceFromArrays
clearBlendShapes
getBlendShapeCount
getBlendShapeMode
getBlendShapeName
getCustomAabb
lightmapUnwrap
opAssign
opEquals
regenNormalmaps
setBlendShapeMode
setCustomAabb
surfaceFindByName
surfaceGetArrayIndexLen
surfaceGetArrayLen
surfaceGetFormat
surfaceGetName
surfaceGetPrimitiveType
surfaceRemove
surfaceSetName
surfaceUpdateRegion
toHash
properties
blendShapeMode
customAabb
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Will perform a UV unwrap on the ArrayMesh to prepare the mesh for lightmapping.