Structsยง
- Asset
Node - AssetNode represents a node in the asset graph, which is a reference to an asset that can be resolved to a specific component in asset.
- Asset
Node Resolved - AssetNodeResolved represents a resolved asset node, providing access to the component associated with the asset. It allows both read and write access to the component, ensuring that the asset is properly resolved before accessing its data.