Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MeshTexture

Hierarchy

Index

Properties

data

data: any

A direct reference to the image or video data.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

initialized

initialized: boolean

transparent

transparent: boolean

Indicates whether the image data should be interpreted as being semi-transparent.

Read more...

url

url: string

The url to the image resource.

Read more...

wrap

wrap: "clamp" | "repeat" | "mirror" | SeparableWrapModes

Specifies how uv coordinates outside the [0, 1] range are handled.

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns MeshTexture

clone

  • Creates a deep clone.

    Read more...

    Returns MeshTexture

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns MeshTexture

  • Parameters

    Returns MeshTexture

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc