TemplateFiles.PluginMetaTemplatePaths Property

Definition

Gets a list of meta files for plugins templates.

public:
 property System::Collections::Generic::IReadOnlyDictionary<UnityEditor::BuildTargetGroup, System::IO::FileInfo ^> ^ PluginMetaTemplatePaths { System::Collections::Generic::IReadOnlyDictionary<UnityEditor::BuildTargetGroup, System::IO::FileInfo ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<UnityEditor.BuildTargetGroup,System.IO.FileInfo> PluginMetaTemplatePaths { get; }
member this.PluginMetaTemplatePaths : System.Collections.Generic.IReadOnlyDictionary<UnityEditor.BuildTargetGroup, System.IO.FileInfo>
Public ReadOnly Property PluginMetaTemplatePaths As IReadOnlyDictionary(Of BuildTargetGroup, FileInfo)

Property Value

IReadOnlyDictionary<UnityEditor.BuildTargetGroup,FileInfo>

Applies to