picturedataprovider - eisclimber/ExPresS-XR GitHub Wiki

PictureDataProvider

Class in ExPresSXR.Presentation.Pictures

Inherits from UnityEngine.MonoBehaviour

Summary

Makes a PictureData asset accessible to other components.

public class PictureDataProvider : MonoBehaviour

Methods

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.

Properties

Name Description
Data Picture data to be provided.
⚠️ **GitHub.com Fallback** ⚠️