MultiMesh.setInstanceCustomData

Sets custom data for a specific instance. Although Color is used, it is just a container for 4 floating point numbers. The format of the number can change depending on the customdataformat used.

struct MultiMesh
@nogc nothrow
void
setInstanceCustomData
(
in long instance
,
in Color custom_data
)

Meta