Access resource files such as images, shader source files, and 3D assets. More...
Properties | |
| string | FileSystemParentDirectory [get] |
| Gets the path to the directory in which a resource file is stored. | |
| string | FileSystemPath [get] |
| Gets the full path to a resource file. | |
Access resource files such as images, shader source files, and 3D assets.
Resource file items are project items that represent the files in the resource file directories of the project directory.
|
get |
Gets the path to the directory in which a resource file is stored.
Examples
To get the path to the Images directory of a Kanzi Studio project:
|
get |
Gets the full path to a resource file.
Examples
To create a function that creates a material type from vertex and fragment shaders: