Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AndroidFoldableOrientation

Options to indicate the orientation of a fold or hinge.
Read time 1 minuteLast updated 6 days ago

Definition

public enum AndroidFoldableOrientation

Remarks

This enum directly wraps the FoldingFeature.Orientation values in the AndroidX API.

Fields

Value

Description

HorizontalWraps the Android property value
HORIZONTAL
.
VerticalWraps the Android property value
VERTICAL
.