 | WindowManager Constructor |
Constructor.
Namespace: Slash.Unity.Common.ScenesAssembly: Slash.Unity.Common (in Slash.Unity.Common.dll) Version: 1.0.6018.40182
Syntaxpublic WindowManager(
MonoBehaviour coroutineRunner
)
Public Sub New (
coroutineRunner As MonoBehaviour
)
public:
WindowManager(
MonoBehaviour^ coroutineRunner
)
new :
coroutineRunner : MonoBehaviour -> WindowManager
Parameters
- coroutineRunner
- Type: MonoBehaviour
[Missing <param name="coroutineRunner"/> documentation for "M:Slash.Unity.Common.Scenes.WindowManager.#ctor(UnityEngine.MonoBehaviour)"]
See Also