Bitbybit Docs
    Preparing search index...

    Class ContextComplete

    The shared context the API layers hold in common: the scene, the engine and the kernel handles they each need. Created for you when the platform starts; you rarely construct one yourself.

    Hierarchy

    • any
      • ContextComplete
    Index

    Constructors

    Properties

    advancedDynamicTextureForFullscreenUI: AdvancedDynamicTexture
    pointsOfInterestSystem: {
        observer: Observer<Scene>;
        pois: Nullable<PointOfInterest>[];
        cameraManager: CameraManager;
    }
    dimensionsSystem: { dimensionManager: DimensionManager }