Method | Description | |
---|---|---|
AcceptFile ( string pathToFile ) : bool |
Checks whether file extension meets provided extensions.
|
|
AssetAttribute ( string category, string nicename ) : System |
|
|
AssetAttribute ( string category, string nicename, string extensions ) : System |
|
public AcceptFile ( string pathToFile ) : bool | ||
pathToFile | string | |
return | bool |
public AssetAttribute ( string category, string nicename ) : System | ||
category | string | |
nicename | string | Asset's type nice name, e.g. "Texture Asset" or "Monster Description" |
return | System |
public AssetAttribute ( string category, string nicename, string extensions ) : System | ||
category | string | |
nicename | string | Asset's type nice name, e.g. "Texture Asset" or "Monster Description" |
extensions | string | Source file extensions: "*.tga;*.jpg;*.bmp" |
return | System |