public class ShaderNodeDefinitionKey extends AssetKey<java.util.List<ShaderNodeDefinition>>
shader nodes definition
 Tells if the defintion has to be loaded with or without its documentation| Constructor and Description | 
|---|
ShaderNodeDefinitionKey()
creates a ShaderNodeDefinitionKey 
 | 
ShaderNodeDefinitionKey(java.lang.String name)
creates a ShaderNodeDefinitionKey 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<? extends AssetCache> | 
getCacheType()  | 
boolean | 
isLoadDocumentation()  | 
void | 
setLoadDocumentation(boolean loadDocumentation)
sets to true to load the documentation along with the
 ShaderNodeDefinition 
 | 
clone, equals, getExtension, getExtension, getFolder, getFolder, getName, getProcessorType, hashCode, read, reducePath, toString, writepublic ShaderNodeDefinitionKey(java.lang.String name)
name - the name of the asset to loadpublic ShaderNodeDefinitionKey()
public java.lang.Class<? extends AssetCache> getCacheType()
getCacheType in class AssetKey<java.util.List<ShaderNodeDefinition>>SimpleAssetCache is returned.public boolean isLoadDocumentation()
public void setLoadDocumentation(boolean loadDocumentation)
loadDocumentation - true to load the documentation along with the
 ShaderNodeDefinition