unreal.AvaAnchorAlignment

class unreal.AvaAnchorAlignment(horizontal: AvaHorizontalAlignment = Ellipsis, vertical: AvaVerticalAlignment = Ellipsis, depth: AvaDepthAlignment = Ellipsis)

Bases: StructBase

Specifies a set of anchor alignments, one for each 3D axis.

C++ Source:

  • Plugin: Avalanche

  • Module: Avalanche

  • File: AvaDefs.h

Editor Properties: (see get_editor_property/set_editor_property)

  • depth (AvaDepthAlignment): [Read-Write]

  • horizontal (AvaHorizontalAlignment): [Read-Write]

  • vertical (AvaVerticalAlignment): [Read-Write]

property depth: AvaDepthAlignment

[Read-Write]

Type:

(AvaDepthAlignment)

property horizontal: AvaHorizontalAlignment

[Read-Write]

Type:

(AvaHorizontalAlignment)

property vertical: AvaVerticalAlignment

[Read-Write]

Type:

(AvaVerticalAlignment)