ExternalTexture

The ExternalTexture class encapsulates a visual asset that is downloaded over the network.

Properties

Property

Description

state

(get) state: StringSignal (set) (Not Available)

Specifies a StringSignal representing the loading state of the external texture. The value of the signal is guaranteed to be a member of the TexturesModule.ExternalTexture.State enumeration.

url

(get) url: StringValue (set) url: StringSignal

Specifies the URL of the texture to be downloaded.

Methods

This module exposes no methods.

Enums

Enum

Description

The State enum describes the download state of an ExternalTexture.

Last updated