Class ModuleTemplate
Object indicating a template contained in a module that indicate what asset to use, in which keywords to add it to, and when to add it.
Namespace: VRLabs.ModularShaderSystem
Syntax
[Serializable]
public class ModuleTemplate
Fields
| Name | Description |
|---|---|
| Keywords | List of keyword hooks |
| NeedsVariant | Boolean indicating if the template needs to generate it's own versions of the shader to toggle on and off the content of it. |
| Queue | Queue indicating when the template is processed by the generator. |
| Template | Template asset to use |