rfw2d
    Preparing search index...

    Interface RenderContext

    interface RenderContext {
        dimensions: ReadonlyVec2;
        flipY: boolean;
        setDimensions(dimensions: Vec2Like): void;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    dimensions: ReadonlyVec2
    flipY: boolean

    Methods