日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

    Show / Hide Table of Contents

    Class BoundsControlMigrationHandler

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

    Inheritance
    Object
    BoundsControlMigrationHandler
    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 BoundsControlMigrationHandler : IMigrationHandler

    Methods

    CanMigrate(GameObject)

    Returns true if this migration handler can apply a migration to gameObject

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

    Migrate(GameObject)

    Applies migration to gameObject

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

    Implements

    IMigrationHandler
    Back to top Generated by DocFX