Skip to content

Commit

Permalink
chore: misc docs and scene test update
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed Sep 23, 2024
1 parent 9460aa7 commit d601ef2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 347 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ public static string[] LoadMetaLinesAtPath(string projectPath)
return lines;
}

/// <summary>
/// Loads all assets representations that are referenced in the meta file.
/// </summary>
public static List<ParsedMetaData> GetMetaDatasForDependencies(string[] lines)
{
List<ParsedMetaData> metaData = new List<ParsedMetaData>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ namespace LDtkUnity.Editor
{
internal struct ParsedMetaData
{
/// <summary>
/// Serialized field variable name
/// </summary>
public string Name;
public string Guid;

Expand Down
Loading

0 comments on commit d601ef2

Please sign in to comment.