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.
| Name | Summary |
|---|
AnchorProceduralMeshConfig | constructor(material: Material?, physics: Boolean) |
| Name | Summary |
|---|
material | |
physics | val physics: Boolean |