mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class BoundsControlMigrationHandler

    Migration handler for migrating bounding box gameobjects to bounds control gameobjects.

    Inheritance
    Object
    BoundsControlMigrationHandler
    Namespace: Microsoft.MixedReality.Toolkit.Experimental.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    public class BoundsControlMigrationHandler : 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
    In This Article
    • Methods
      • CanMigrate(GameObject)
      • Migrate(GameObject)
    Back to top Generated by DocFX