ScriptGenerator.

LogRebuildReason(string, string) Method

Summary

Adds the `reason` that the script at the specified `assetPath` should be rebuilt to the save message.
Assembly
Weaver.dll
Namespace
Weaver.Editor.Procedural
Containing Type
ScriptGenerator

Syntax

public static void LogRebuildReason(string assetPath, string reason)

Parameters

Name Type Description
assetPath string
reason string

Return Value

Type Description
void