Table of Contents

Class FlowGraphHotReloadManager

Namespace
Ceres.Editor.Flow
Assembly
Ceres.Flow.Editor.dll

Manager for hot reloading FlowGraph instances during play mode

public static class FlowGraphHotReloadManager
Inheritance
FlowGraphHotReloadManager
Inherited Members

Properties

IsHotReloadEnabled

Whether hot reload is currently enabled

public static bool IsHotReloadEnabled { get; set; }

Property Value

bool

Methods

CheckForChanges()

Check for changes in FlowGraph assets and trigger hot reload if needed

public static void CheckForChanges()

RefreshContainerTimestamps()

Refresh timestamps for all active FlowGraph containers

public static void RefreshContainerTimestamps()