Interface IAssetCell
Assembly: Glitch9.AIDevKit.Sheets.dll
Syntax
public interface IAssetCell
Methods
|
Edit this page
View Source
GetAssetType()
Declaration
Returns
|
Edit this page
View Source
GetObjectReference()
Declaration
ObjectReference GetObjectReference()
Returns
|
Edit this page
View Source
LoadAssetAsync()
Declaration
UniTask<Object> LoadAssetAsync()
Returns
| Type |
Description |
| UniTask<Object> |
|
|
Edit this page
View Source
SetObjectReference(ObjectReference)
Declaration
void SetObjectReference(ObjectReference objectReference)
Parameters
Extension Methods