Class SceneTemplatePipelineAdapter
Adapter implementing all the function of ISceneTemplatePipeline for easier usage.
Implements
Inherited Members
Namespace: Global Namespace
Assembly: solution.dll
Syntax
public class SceneTemplatePipelineAdapter : ISceneTemplatePipeline
Methods
Name | Description |
---|---|
AfterTemplateInstantiation(SceneTemplateAsset, Scene, bool, string) | Event called after the template is instantiated and the new scene is still loaded. |
BeforeTemplateInstantiation(SceneTemplateAsset, bool, string) | Event called before the template is instantiated. |
IsValidTemplateForInstantiation(SceneTemplateAsset) | Event called before we display the New Template Dialog to determine if this template should be available to user. |