picturedata - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Presentation.Pictures
Inherits from UnityEngine.ScriptableObject
Data asset for storing picture data for a PictureDataProvider.
public class PictureData : ScriptableObject| Name | Description |
|---|---|
| Descriptions | The description of the picture collection. Shown as Info Text. |
| FallbackPicture | Fall back picture if one is null/missing/invalid... |
| Pictures | List of viewable images in the picture collection, ordered from first to last. |
| Title | The title of the picture collection. |
| Name | Description |
|---|---|
| NumPictures | Number of pictures in this asset. |