ExternalTexture
The
ExternalTexture
class encapsulates a visual asset that is downloaded over the network.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. |
This module exposes no methods.
Enum | Description |
The State enum describes the download state of an ExternalTexture. |
Last modified 3yr ago