Bitbybit Docs
    Preparing search index...

    Class ScaleInPlaceDto (Inputs.BabylonMesh)

    Feeds babylon.mesh.setLocalScale with a mesh, or an instance, and one factor that multiplies its current scale on every axis.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • OptionalbabylonMesh: any
      • Optionalscale: number

      Returns ScaleInPlaceDto

    Properties

    babylonMesh: any

    The mesh or instance to scale

    undefined
    
    scale: number

    The factor the current scale is multiplied by on every axis; 2 doubles the size

    1