pub fn controller_ascii_name(
code: MdlControllerType,
ctx: NodeTypeContext,
) -> Option<&'static str>Expand description
Returns the ASCII name for a controller type in a given node context.
Base controllers (position, orientation, scale) are checked first, then
the type-specific table. Returns None for unknown codes – callers
should use a controller_<code> fallback.