Strata - v1.4.10
    Preparing search index...

    Interface BillboardConfig

    Configuration for billboard behavior.

    interface BillboardConfig {
        lockY?: boolean;
        offset?: Vector3;
        scaleFactor?: number;
    }
    Index

    Properties

    lockY?: boolean

    Whether to restrict rotation to the Y-axis (cylindrical).

    offset?: Vector3

    Local position offset.

    scaleFactor?: number

    Relative scale multiplier.