Bitbybit Docs
    Preparing search index...

    Class ChildMeshesBabylonMeshDto (Inputs.BabylonMesh)

    Feeds babylon.mesh.getChildMeshes with a mesh and whether to list only its direct children.

    Index

    Constructors

    • Parameters

      • OptionalbabylonMesh: Mesh
      • OptionaldirectDescendantsOnly: boolean

      Returns ChildMeshesBabylonMeshDto

    Properties

    babylonMesh: Mesh

    The mesh whose children are listed

    undefined
    
    directDescendantsOnly: boolean

    When true, only the direct children are listed; when false, every descendant

    false