unreal.RigVMFunction_DebugTransformMutableNoSpace
¶
- class unreal.RigVMFunction_DebugTransformMutableNoSpace(execute_context: RigVMExecuteContext = [], transform: Transform = Ellipsis, mode: RigUnitDebugTransformMode = Ellipsis, color: LinearColor = Ellipsis, thickness: float = 0.0, scale: float = 0.0, world_offset: Transform = Ellipsis, enabled: bool = False)¶
Bases:
RigVMFunction_DebugBaseMutable
Given a transform, will draw a point, axis, or a box in the viewport
C++ Source:
Module: RigVM
File: RigVMFunction_DebugTransform.h
Editor Properties: (see get_editor_property/set_editor_property)
color
(LinearColor): [Read-Write]enabled
(bool): [Read-Write]execute_context
(RigVMExecuteContext): [Read-Write] * This property is used to chain multiple mutable nodes togethermode
(RigUnitDebugTransformMode): [Read-Write]scale
(float): [Read-Write]thickness
(float): [Read-Write]transform
(Transform): [Read-Write]world_offset
(Transform): [Read-Write]
- property color: LinearColor¶
[Read-Write]
- Type:
- property mode: RigUnitDebugTransformMode¶
[Read-Write]
- Type: