unreal.DrawDebugArrowHead

class unreal.DrawDebugArrowHead

Bases: EnumBase

Enum for different arrow head types

C++ Source:

  • Plugin: DrawDebugLibrary

  • Module: DrawDebugLibrary

  • File: DrawDebugLibrary.h

BOX: DrawDebugArrowHead = Ellipsis

3D box arrow head

Type:

10

CIRCLE: DrawDebugArrowHead = Ellipsis

Flat circle arrow head

Type:

8

CONE: DrawDebugArrowHead = Ellipsis

Cone arrow head

Type:

4

DIAMOND: DrawDebugArrowHead = Ellipsis

Flat diamond arrow head

Type:

7

FOUR_WAY: DrawDebugArrowHead = Ellipsis

Four-way arrow head

Type:

1

SIMPLE: DrawDebugArrowHead = Ellipsis

Simple pointed arrow

Type:

0

SPHERE: DrawDebugArrowHead = Ellipsis

3D sphere arrow head

Type:

9

SQUARE: DrawDebugArrowHead = Ellipsis

Flat square arrow head

Type:

6

SQUARE_PYRAMID: DrawDebugArrowHead = Ellipsis

Square-based pyramid arrow head

Type:

3

TRIANGLE: DrawDebugArrowHead = Ellipsis

Flat triangle arrow head

Type:

5

TRIANGULAR_PYRAMID: DrawDebugArrowHead = Ellipsis

Triangular-based pyramid arrow head

Type:

2