Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AndroidFoldableOcclusionType

Options to represent the hinge occlusion behavior.
Read time 1 minuteLast updated 6 days ago

Definition

public enum AndroidFoldableOcclusionType

Remarks

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

Fields

Value

Description

FullWraps the Android property value
FULL
.
NoneWraps the Android property value
NONE
.