Table of Contents

Interface ITemplatesProvider

Namespace
Fallencake.UI
Assembly
Fallencake.UI.dll

Interface for the templates provider, which contains a list of available templates

public interface ITemplatesProvider

Properties

Templates

List<ScriptableObject> Templates { get; }

Property Value

List<ScriptableObject>

Methods

GetTemplate(string)

IDataTemplate GetTemplate(string templateName)

Parameters

templateName string

Returns

IDataTemplate