Interface IGraphContext
Syntax
public interface IGraphContext : IDisposable
Properties
analyserProvider
Declaration
AnalyserProvider analyserProvider { get; }
Property Value
canvas
Declaration
Property Value
extensions
Declaration
IEnumerable<IGraphContextExtension> extensions { get; }
Property Value
graph
Declaration
Property Value
graphMetadata
Declaration
Metadata graphMetadata { get; }
Property Value
isPrefabInstance
Declaration
bool isPrefabInstance { get; }
Property Value
reference
Declaration
GraphReference reference { get; }
Property Value
selection
Declaration
GraphSelection selection { get; }
Property Value
selectionMetadata
Declaration
Metadata selectionMetadata { get; }
Property Value
Declaration
IEnumerable<ISidebarPanelContent> sidebarPanels { get; }
Property Value
windowTitle
Declaration
string windowTitle { get; }
Property Value
Methods
BeginEdit(Boolean)
Declaration
void BeginEdit(bool disablePrefabInstance = true)
Parameters
Type |
Name |
Description |
Boolean |
disablePrefabInstance |
|
DescribeAndAnalyze()
Declaration
void DescribeAndAnalyze()
ElementMetadata(IGraphElement)
Declaration
Metadata ElementMetadata(IGraphElement element)
Parameters
Returns
EndEdit()
Declaration
OnRecordFrameTrace(UInt32, Int32, GameObject, DotsFrameTrace.RecordedStep)
Declaration
void OnRecordFrameTrace(uint hash, int frame, GameObject gameObject, DotsFrameTrace.RecordedStep step)
Parameters
Extension Methods