bga-animations
    Preparing search index...

    Interface PositionSettings

    interface PositionSettings {
        horizontalBase?: HorizontalBase;
        ignoreRotation?: boolean;
        ignoreScale?: boolean;
        includeSelfRotationAndScale?: boolean;
        verticalBase?: VerticalBase;
    }
    Index

    Properties

    horizontalBase?: HorizontalBase
    ignoreRotation?: boolean
    ignoreScale?: boolean
    includeSelfRotationAndScale?: boolean
    verticalBase?: VerticalBase