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

AnchorProceduralMeshConfig Class

Modifiers: final
The AnchorProceduralMeshConfig contains configuration to generate a procedural mesh. It contains the material and whether a physics collider should be generated.

Signature

class AnchorProceduralMeshConfig

Constructors

AnchorProceduralMeshConfig ( material , physics ) : AnchorProceduralMeshConfig
Signature
constructor(material: Material?, physics: Boolean)
Parameters
material: Material?
physics: Boolean
AnchorProceduralMeshConfig ( material , physics ) : AnchorProceduralMeshConfig
Signature
constructor(material: SceneMaterial, physics: Boolean)
Parameters
material: SceneMaterial
physics: Boolean

Properties

physics : Boolean
[Get]
Signature
val physics: Boolean
Did you find this page helpful?
Thumbs up icon
Thumbs down icon