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

AnchorProceduralMeshConfig

AnchorProceduralMeshConfig

data class AnchorProceduralMeshConfig(val material: Material?, val physics: Boolean)
The AnchorProceduralMeshConfig contains configuration to generate a procedural mesh. It contains the material and whether a physics collider should be generated.

Constructors

NameSummary
AnchorProceduralMeshConfig
constructor(material: Material?, physics: Boolean)

Properties

NameSummary
material
val material: Material?
physics
val physics: Boolean
Did you find this page helpful?
Thumbs up icon
Thumbs down icon