Click or drag to resize

WindowMarkAsInstance Method

Mark the window as one not already in the scene. Called automatically.

Namespace:  Kit.UI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public void MarkAsInstance()
Request Example View Source
Remarks
Used to decide the behaviour when WindowHideMode is Auto.
See Also