Class

SpatialBiasAlignment.Depth

Creates a weighted alignment that specifies a depth bias.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Android
public class Depth(public val bias: Float) : SpatialAlignment.Depth

Creates a weighted alignment that specifies a depth bias.

Parameters

bias Must be within the range of [-1, 1] with -1 being back and 1 being front.

Functions

copy

public fun copy(bias: Float = this.bias): Depth