@batpb/genart - v2.0.0-rc.3-alpha.2
    Preparing search index...

    Class ContextConfigBuilder

    Builder for ContextConfig objects.

    2.0.0

    Index

    Constructors

    Methods

    • Set the AspectRatio of the context.

      Parameters

      Returns this

      This builder.

      2.0.0

    • Set whether the aspect ratio of the context should match the aspect ratio of its container.

      Parameters

      • matchContainerRatio: boolean

        {boolean} - Whether the aspect ratio of the context should match the aspect ratio of its container.

      Returns this

      This builder.

      2.0.0

    • Set the name of the context.

      Parameters

      • name: string

        {string} - The name of the context.

      Returns this

      This builder.

      2.0.0

    • Set the RenderType of the context.

      Parameters

      Returns this

      This builder.

      2.0.0

    • Set the resolution of the context.

      Parameters

      • resolution: number

        {number} - The resolution of the context.

      Returns this

      This builder.

      2.0.0