in_as_deformer

Casts the given node to a deformer.

version(IN_DYNLIB)
export extern (C) @nogc
in_as_deformer

Parameters

self in_node_t*

The node to operate on.

Return Value

A in_deformer_t* representing the deformer, null if the cast failed.

Meta