MRTKLifecycleManager Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class is responsible for managing and coordinating the lifecycle of Mixed Reality Toolkit subsystems.
[UnityEngine.AddComponentMenu("MRTK/Core/MRTK Lifecycle Manager")]
[UnityEngine.DisallowMultipleComponent]
public class MRTKLifecycleManager : UnityEngine.MonoBehaviour, IDisposable
[<UnityEngine.AddComponentMenu("MRTK/Core/MRTK Lifecycle Manager")>]
[<UnityEngine.DisallowMultipleComponent>]
type MRTKLifecycleManager = class
inherit MonoBehaviour
interface IDisposable
Public Class MRTKLifecycleManager
Inherits MonoBehaviour
Implements IDisposable
- Inheritance
-
UnityEngine.MonoBehaviourMRTKLifecycleManager
- Attributes
-
UnityEngine.AddComponentMenuAttribute UnityEngine.DisallowMultipleComponentAttribute
- Implements
disposed |
Value indicating if the object has completed disposal. |
Managed |
The list of IMRTKManagedSubsystem objects being managed by this class. |
Dispose() |
Cleanup resources used by this object. |
Dispose(Boolean) |
Implementation of Dispose. |
Finalize() |
Finalizer |
Force |
A manual override for creating the subsystem with the concrete
type |
Proizvod | Verzije |
---|---|
MRTK3 Core Definitions | 3.0, 3.1, 3.2 |