Properties
defaultTexture | The default image |
target | The render target (read-only) |
screenAspectRatio | The aspect ratio of the render target (read-only) |
imageMaxNum | The maximum number of images (read-only) |
allowGuestControl | Whether to allow non-Master players to control the image player (read-only) |
intervalTime | The interval at which the images will be cyclically played (read-only) |
currentIndex | The index of the currently displayed image (read-only) |
imageList | The image URL list (read-only) |
Events
onAllowGuestControlChanged | Triggered when the AllowGuestControl property is changed |
onIntervalTimeChanged | Triggered when the interval for cyclical playback is changed |
onImageIndexChanged | Triggered when images are switched |
onImagesChanged | Triggered when the image list is changed |
Methods
SetAllowGuestControl | Sets whether to allow non-Master players to control the image player. |
SetIntervalTime | Sets the interval at which the images will be cyclically played. |
SetImageIndex | Sets the index of the currently displayed image. |
ClearImageList | Clears the image list. |