mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class ObjectManipulatorMigrationHandler

    Interface defining a migration handler, which is used to migrate assets as they upgrade to new versions of MRTK.

    Inheritance
    Object
    ObjectManipulatorMigrationHandler
    Implements
    IMigrationHandler
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    public class ObjectManipulatorMigrationHandler : IMigrationHandler

    Methods

    CanMigrate(GameObject)

    Declaration
    public bool CanMigrate(GameObject gameObject)
    Parameters
    Type Name Description
    GameObject gameObject
    Returns
    Type Description
    Boolean

    Migrate(GameObject)

    Declaration
    public void Migrate(GameObject gameObject)
    Parameters
    Type Name Description
    GameObject gameObject

    Implements

    IMigrationHandler
    In This Article
    • Methods
      • CanMigrate(GameObject)
      • Migrate(GameObject)
    • Implements
    Back to top Generated by DocFX