in_node_part_get_mesh_effects

Gets the mesh effects attached to a node.

version(IN_DYNLIB)
export extern (C) @nogc
in_node_part_get_mesh_effects
(,
ref uint count
)

Parameters

self in_part_t*

The part to operate on.

count uint

Variablt to store the effect count in.

Return Value

A Part-owned array of mesh effects.

Meta