Property | Type | Description | |
---|---|---|---|
ErrorNotSupport | void |
Method | Description | |
---|---|---|
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?
|
Method | Description | |
---|---|---|
ErrorNotSupport ( ) : void |
public static GetAssetBytes ( string path ) : byte[] | ||
path | string | |
return | byte[] |
public static GetAssetString ( string path ) : string | ||
path | string | |
return | string |
public static IsAssetExists ( string path ) : bool | ||
path | string | |
return | bool |