Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AndroidFoldableState

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

Definition

public enum AndroidFoldableState

Remarks

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

Fields

Value

Description

FlatWraps the Android property value
FLAT
.
HalfOpenedWraps the Android property value
HALF_OPENED
.