picturedataprovider - eisclimber/ExPresS-XR GitHub Wiki
Class in ExPresSXR.Presentation.Pictures
Inherits from UnityEngine.MonoBehaviour
Makes a PictureData asset accessible to other components.
public class PictureDataProvider : MonoBehaviour| Name | Description |
|---|---|
| SetDataDescription(string,int) | Allows to set the PictureData's description to be localized. |
| SetDataDescriptionJoined(string) | Allows setting the description from a single value, separating descriptions by the value of DESCRIPTION_SEPARATOR to allow for more manageable localization. |
| SetDataTitle(string) | Allows to set the PictureData's title to be localized. |
| Name | Description |
|---|---|
| Data | Picture data to be provided. |