Version: 2017.3
Method group is Obsolete

ProceduralMaterial.isLoadTimeGenerated

Switch to Manual
Obsolete public bool isLoadTimeGenerated ;

Description

Should the ProceduralMaterial be generated at load time?

If enabled, the ProceduralMaterial will be generated when the scene loads. If disabled, the ProceduralMaterial will not be generated until RebuildTextures or RebuildTexturesImmediately is called.

See Also: RebuildTextures, RebuildTexturesImmediately.