Свойство | Тип | Описание | |
---|---|---|---|
ErrorNotSupport | void |
Метод | Описание | |
---|---|---|
GetAssetBytes ( string path ) : byte[] |
Call from java get asset file bytes
|
|
GetAssetString ( string path ) : string |
Call from java get asset file bytes and convert to string
|
|
IsAssetExists ( string path ) : bool |
Check if path exist in asset folder?
|
Метод | Описание | |
---|---|---|
ErrorNotSupport ( ) : void |
public static GetAssetBytes ( string path ) : byte[] | ||
path | string | |
Результат | byte[] |
public static GetAssetString ( string path ) : string | ||
path | string | |
Результат | string |
public static IsAssetExists ( string path ) : bool | ||
path | string | |
Результат | bool |