VisualServerSingleton.lightmapCaptureSetOctree

Sets the octree to be used by this lightmap capture. This function is normally used by the BakedLightmap node. Equivalent to BakedLightmapData.octree.

struct VisualServerSingleton
@nogc nothrow
void
lightmapCaptureSetOctree
(
in RID capture
,
in PoolByteArray octree
)

Meta