Home > decentraland-ecs > NFTShape
Property | Access Modifier | Type | Description |
---|---|---|---|
alpha |
number |
Opacity | |
contract |
string |
Address of the ERC721 asset contract | |
hasAlpha |
boolean |
Does the texture have alpha? | |
height |
number |
The height of the image of NFT | |
tokenId |
string |
The token ID of the ERC721 asset | |
width |
number |
The width of the image of NFT |
Method | Access Modifier | Returns | Description |
---|---|---|---|
constructor(contract, tokenId) |
Constructs a new instance of the NFTShape class |