Attributes
The Attributes struct represents additional attributes associated with a non-fungible token (NFT) within Unity applications using the Xerial services.
Overview
Usage
using System;
namespace Xerial
{
[Serializable]
public struct Attributes
{
// Implementation details
}
}Properties
Conclusion
Last updated