Bitbybit Docs
    Preparing search index...

    Class CheckCollisionsBabylonMeshDto (Inputs.BabylonMesh)

    Feeds babylon.mesh.setCheckCollisions and getCheckCollisions with a mesh, the collision flag and whether its children follow.

    Index

    Constructors

    • Parameters

      • OptionalbabylonMesh: Mesh
      • OptionalcheckCollisions: boolean
      • OptionalincludeChildren: boolean

      Returns CheckCollisionsBabylonMeshDto

    Properties

    babylonMesh: Mesh

    The mesh to change or read

    undefined
    
    checkCollisions: boolean

    When true, colliders such as a camera with collisions on cannot pass through the mesh

    false
    
    includeChildren: boolean

    When true, the child meshes get the same setting

    false