Options
All
  • Public
  • Public/Protected
  • All
Menu

Pixi3D - v2.5.0

Index

Variables

CubemapLoader

CubemapLoader: { add: () => void; use: (resource: any, next: () => void) => void; load: any; test: any } = ...

Type declaration

  • add: () => void
      • (): void
      • Returns void

  • use: (resource: any, next: () => void) => void
      • (resource: any, next: () => void): void
      • Parameters

        • resource: any
        • next: () => void
            • (): void
            • Returns void

        Returns void

  • load:function
    • load(url: string): Promise<Cubemap>
  • test:function
    • test(url: string): boolean

ShaderSourceLoader

ShaderSourceLoader: { add: () => void; use: (resource: any, next: () => void) => void; load: any; test: any } = ...

Type declaration

  • add: () => void
      • (): void
      • Returns void

  • use: (resource: any, next: () => void) => void
      • (resource: any, next: () => void): void
      • Parameters

        • resource: any
        • next: () => void
            • (): void
            • Returns void

        Returns void

  • load:function
    • load(url: string): Promise<string>
  • test:function
    • test(url: string): boolean

glTFBinaryLoader

glTFBinaryLoader: { add: () => void; use: (resource: LoaderResource, next: () => void) => void } = ...

Type declaration

  • add: () => void
      • (): void
      • Returns void

  • use: (resource: LoaderResource, next: () => void) => void
      • (resource: LoaderResource, next: () => void): void
      • Parameters

        • resource: LoaderResource
        • next: () => void
            • (): void
            • Returns void

        Returns void

glTFLoader

glTFLoader: { add: () => void; use: (resource: LoaderResource, next: () => void) => void; load: any; test: any } = ...

Type declaration

  • add: () => void
      • (): void
      • Returns void

  • use: (resource: LoaderResource, next: () => void) => void
      • (resource: LoaderResource, next: () => void): void
      • Parameters

        • resource: LoaderResource
        • next: () => void
            • (): void
            • Returns void

        Returns void

  • load:function
  • test:function
    • test(url: string): boolean

Generated using TypeDoc