Bitbybit Docs
    Preparing search index...

    Class SetTextBlockLineSpacingDto (Inputs.BabylonGui)

    Feeds babylon.gui.textBlock.setLineSpacing with a text block and the extra space between its lines.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • OptionaltextBlock: TextBlock
      • OptionallineSpacing: string | number

      Returns SetTextBlockLineSpacingDto

    Properties

    textBlock: TextBlock

    The text block to change in place

    undefined
    
    lineSpacing: string | number

    Extra space between lines, as pixels or a string such as 4px

    undefined