Class TemplateCollectionAsset
Asset containing multiple templates separated by special keywords.
Namespace: VRLabs.ModularShaderSystem
Syntax
public class TemplateCollectionAsset : ScriptableObject
Remarks
Each template is marked by starting a "#T#TEMPLATE_NAME" and ends whenever a new template keyword is declared or the end of the file.
Constructors
| Name | Description |
|---|---|
| TemplateCollectionAsset() |
Fields
| Name | Description |
|---|---|
| Templates | List of templates contained in this collection. |