Bitbybit Docs
    Bereite Suchindex vor...

    Klasse 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.

    Hierarchie

    • any
      • ContextComplete
    Index

    Konstruktoren

    Eigenschaften

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