unreal.RigVMFunction_DebugPoint

class unreal.RigVMFunction_DebugPoint(vector: Vector = Ellipsis, mode: RigUnitDebugPointMode = Ellipsis, color: LinearColor = Ellipsis, scale: float = 0.0, thickness: float = 0.0, space: Name = 'None', world_offset: Transform = Ellipsis, enabled: bool = False)

Bases: RigVMFunction_DebugBase

Rig VMFunction Debug Point

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_DebugPoint.h

Editor Properties: (see get_editor_property/set_editor_property)

  • color (LinearColor): [Read-Write]

  • enabled (bool): [Read-Only]

  • mode (RigUnitDebugPointMode): [Read-Write]

  • scale (float): [Read-Write]

  • space (Name): [Read-Write]

  • thickness (float): [Read-Write]

  • vector (Vector): [Read-Write]

  • world_offset (Transform): [Read-Write]

property color: LinearColor

[Read-Write]

Type:

(LinearColor)

property enabled: bool

[Read-Only]

Type:

(bool)

property mode: RigUnitDebugPointMode

[Read-Write]

Type:

(RigUnitDebugPointMode)

property scale: float

[Read-Write]

Type:

(float)

property space: Name

[Read-Write]

Type:

(Name)

property thickness: float

[Read-Write]

Type:

(float)

property vector: Vector

[Read-Write]

Type:

(Vector)

property world_offset: Transform

[Read-Write]

Type:

(Transform)