The GalleryTexture
class encapsulates a texture that was picked from the gallery.
Inherits From : TextureBase
Property | Description |
---|---|
onMediaChange | (get) onMediaChange: EventSource<GalleryTextureMediaBase> Returns an EventSource that will fire when the user selected a new Gallery Texture media. The event will contain either a GalleryTextureMediaImage or GalleryTextureMediaVideo object that will hold additional API for controlling playback. |
state | (get) state: StringSignal<State> Specifies a Signal representing the state of the gallery texture. The value of the signal isguaranteed to be a member of the TexturesModule.GalleryTexture.State enumeration. |
This module exposes no methods.