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

AnchorMeshSelectionMode Enum

Selection mode when choosing from multiple meshes.

Signature

enum AnchorMeshSelectionMode : Enum<AnchorMeshSelectionMode> 

Enumeration Constants

MemberDescription
RANDOM
A random mesh will be chosen.
CLOSEST_SIZE
The mesh with a bounding box that matches the anchor's size as close as possible will be chosen.
Did you find this page helpful?