unreal.RigVMFunction_MakeMergedDebugDrawer¶
- class unreal.RigVMFunction_MakeMergedDebugDrawer(drawer: DebugDrawer = [], drawers: None = [])¶
Bases:
RigVMFunction_DrawDebugLibraryBaseMakes a merged debug drawer
C++ Source:
Plugin: DrawDebugLibrary
Module: DrawDebugLibrary
File: RigUnit_DrawDebugLibrary.h
Editor Properties: (see get_editor_property/set_editor_property)
drawer(DebugDrawer): [Read-Write] Debug Drawerdrawers(Array[DebugDrawer]): [Read-Write] Input Drawers
- property drawer: DebugDrawer¶
[Read-Only] Debug Drawer
- Type:
- property drawers: None¶
[Read-Write] Input Drawers
- Type:
(Array[DebugDrawer])