v9.0 (2011)
Returns or sets the definition path as a String. The definition path is where the
shader was defined, so for parser-based definitions, this means that the file that was parsed
(eg.,
// get accessor String rtn = ShaderDef.DefinitionPath; // set accessor ShaderDef.DefinitionPath = String; |