API reference
API reference
Select your platform
No SDKs available
No versions available

AnchorMeshGroup

AnchorMeshGroup

data class AnchorMeshGroup(val meshes: List<String>, val selectionMode: AnchorMeshSelectionMode = AnchorMeshSelectionMode.RANDOM, val scalingMode: AnchorMeshScalingMode = AnchorMeshScalingMode.STRETCH, val matchAspectRatio: Boolean = false)

Constructors

NameSummary
AnchorMeshGroup
constructor(meshes: List<String>, selectionMode: AnchorMeshSelectionMode = AnchorMeshSelectionMode.RANDOM, scalingMode: AnchorMeshScalingMode = AnchorMeshScalingMode.STRETCH, matchAspectRatio: Boolean = false)

Properties

NameSummary
matchAspectRatio
val matchAspectRatio: Boolean = false
meshes
val meshes: List<String>
scalingMode
val scalingMode: AnchorMeshScalingMode
selectionMode
val selectionMode: AnchorMeshSelectionMode
Did you find this page helpful?
Thumbs up icon
Thumbs down icon