Name | Summary |
---|---|
AnchorMeshGroup | constructor(meshes: List<String>, selectionMode: AnchorMeshSelectionMode = AnchorMeshSelectionMode.RANDOM, scalingMode: AnchorMeshScalingMode = AnchorMeshScalingMode.STRETCH, matchAspectRatio: Boolean = false) |
Name | Summary |
---|---|
matchAspectRatio | val matchAspectRatio: Boolean = false Ensures that the mesh gets rotated in a way to match the aspect ratio of the anchor. |
meshes | val meshes: List<String> A list of meshes considered for spawning. The selection of meshes for spawning is determined by the selectionMode. |
scalingMode | val scalingMode: AnchorMeshScalingMode Determines the scaling mode that should be used when scaling a mesh from that group. |
selectionMode | val selectionMode: AnchorMeshSelectionMode Determines the selection method for the meshes in that group. |