MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsEditingItem

Method IsEditingItem

Source/Editor/Windows/EditorWindow.cs:134–137  ·  view source on GitHub ↗

Determines whether this window is holding reference to the specified item. The item. true if window is editing the specified item; otherwise, false .

(ContentItem item)

Source from the content-addressed store, hash-verified

132 /// <param name="item">The item.</param>
133 /// <returns><c>true</c> if window is editing the specified item; otherwise, <c>false</c>.</returns>
134 public virtual bool IsEditingItem(ContentItem item)
135 {
136 return false;
137 }
138
139 #region Window Events
140

Callers 2

FindEditorMethod · 0.45
CloseAllEditorsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected