unreal.DMXPixelMappingLayoutScript_GridLayout¶
- class unreal.DMXPixelMappingLayoutScript_GridLayout(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
DMXPixelMappingLayoutScriptArranges the components in a grid
C++ Source:
Plugin: DMXPixelMapping
Module: DMXPixelMappingRuntime
File: DMXPixelMappingLayoutScript_GridLayout.h
Editor Properties: (see get_editor_property/set_editor_property)
columns(int32): [Read-Write] Num Columns of the griddistribution(DMXPixelMappingDistribution): [Read-Write] How cells are distributed, compared to their previous distributionhorizontal_alignment(HorizontalAlignment): [Read-Write] Horizontal text alignmentnum_tokens(int32): [Read-Write] The number of tokens in the Layout.padding(float): [Read-Write] Padding of the cellsparent_component_position(Vector2D): [Read-Write] The position of the parent component where the components that are being layouted reside in.parent_component_size(Vector2D): [Read-Write] The size of the parent component where the components that are being layouted reside in.rows(int32): [Read-Write] Num Rows of the gridtexture_size(Vector2D): [Read-Write] The size of the texture in the Pixel Mapping asset.vertical_alignment(VerticalAlignment): [Read-Write] Vertical text alignment