.
Deserialize |
Deserialize values from a JsonObject |
GetReferencedPackages |
Get a list of packages that are needed to load this asset |
LoadFromJson |
|
OnDestroy |
Called when this resource is being unloaded.
Clean up any resources owned by this instance here. |
OnJsonSerialize |
Called after we serialize, allowing you to store any extra or modify the output. |
PostLoad |
Called when the asset is first loaded from disk. |
PostReload |
Called when the asset is recompiled/reloaded from disk. |
Serialize |
Serialize the current state to a JsonObject |
StateHasChanged |
Should be called after the resource has been edited by the inspector |