unreal.TextureHistogramStyle¶
- class unreal.TextureHistogramStyle¶
Bases:
EnumBaseETexture Histogram Style
C++ Source:
Plugin: TextureGraph
Module: TextureGraphEditor
File: STextureHistogram.h
- BAR: TextureHistogramStyle = Ellipsis¶
Draw the histogram in descrete bar shape
- Type:
0
- CURVE: TextureHistogramStyle = Ellipsis¶
Draw the histogram in continous line curve shader
- Type:
1