FileModel
This type represents a model from a specific file. It is the result of joining a Path string with a model name, and is represented as such: Path:ModelName
, where Path
is the path to a file and ModelName
is the name of a model in that specific file. When defining paths, you should follow the recommendations from this page. For more information regarding FileModel
definitions, check this page.
Last updated