Version: 2022.3
言語: 日本語

EditorUtility.UpdateGlobalShaderProperties

マニュアルに切り替える
public static void UpdateGlobalShaderProperties (float time);

パラメーター

time Time to use. -1 to disable.

説明

Updates the global shader properties to use when rendering.

If the Editor is not in Play Mode, Graphics.Blit will not normally take time into consideration. Setting the internal time and updating the global shader properties before doing a Blit will use the custom time value when performing the Blit operation.

See Also: EditorUtility.SetCameraAnimateMaterialsTime EditorUtility.SetCameraAnimateMaterials.