ImageSegmentationScaleMode enum
Signature:
export declare enum ImageSegmentationScaleMode
Enumeration Members
Member | Value | Description |
---|---|---|
Exact | 1 | The returned texture will be the exact size as the one you request. The image may be stretched non-uniformly to fit this size. |
FitInside | 2 | Return a texture whose dimensions may not exactly match that you requested. The returned texture will be scaled down to match the aspect ratio of the component image segmentation is running on. The returned texture will fit inside / be smaller than the requested dimensions. |
Updated over 1 year ago