Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saszer authored Mar 2, 2022
1 parent 09569b2 commit c121860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ NFTPort_Interface.Instance.Mint(FileUrlString, AddressString, NFTMintNameString)

>If you do not need to change chain ID at runtime, you can get most done by above and set the chain id and include parameters in the inspector on individual components.
When you call general functions above using NFTPort_Interface.cs, the data gets sorted according to each NFT and populated in model of the following individual components below it, as seen in Unity Inpector Window. Any further actions utilising this data can be refrenced from these scripts. You can also link events from these individual components (view editor window of components(on object NNFTPort) in demo scene and demo.cs) <br/>
When you call general functions above using NFTPort_Interface.cs, the data gets sorted according to each NFT and populated in model of the following individual components below it, as seen in Unity Inpector Window. Any further actions utilising this data can be refrenced from these scripts. You can also link events from these individual components (view editor window of components(on object NFTPort) in demo scene and demo.cs) <br/>

```
NFTsOwnedbyanAccount._ownedbyAddreddModel.nfts[i].name;
Expand Down

0 comments on commit c121860

Please sign in to comment.