unreal.AvaSizeToTextureRule¶
- class unreal.AvaSizeToTextureRule¶
Bases:
EnumBaseEAva Size to Texture Rule
C++ Source:
Plugin: Avalanche
Module: AvalancheModifiers
File: AvaSizeToTextureModifier.h
- ADAPTIVE_HEIGHT: AvaSizeToTextureRule = Ellipsis¶
Changes to height are allowed, width will react accordingly
- Type:
1
- ADAPTIVE_WIDTH: AvaSizeToTextureRule = Ellipsis¶
Changes to width are allowed, height will react accordingly
- Type:
0
- FIXED_HEIGHT: AvaSizeToTextureRule = Ellipsis¶
Lock height and adapt width
- Type:
2
- FIXED_WIDTH: AvaSizeToTextureRule = Ellipsis¶
Lock width and adapt height
- Type:
3