Unity SDK DAppMetadata object
The Unity SDK class TezosSDK.Tezos.DAppMetadata
, which is available at runtime as the TezosManager.Instance.Tezos.DAppMetadata
object, provides read-only properties that provide access to the values that you set on the TezosManager
prefab in the Unity Editor.
Properties
These properties are read-only:
Name
: The name of the project, which is shown in wallet applications when users connect to the projectUrl
: The home page of the projectIcon
: The URL to a favicon for the projectDescription
: A description of the project
Methods
None.