Search Results for

    Show / Hide Table of Contents

    Class UnityEngineInterface

    Inheritance
    object
    UnityEngineInterface
    Implements
    IEngineInterface
    Namespace: Tessera
    Assembly: Tessera.dll
    Syntax
    public class UnityEngineInterface : IEngineInterface

    Properties

    Instance

    Declaration
    public static UnityEngineInterface Instance { get; }
    Property Value
    Type Description
    UnityEngineInterface

    Methods

    Destroy(Object)

    Declaration
    public void Destroy(Object o)
    Parameters
    Type Name Description
    Object o

    Instantiate(GameObject, Vector3, Quaternion, Transform)

    Declaration
    public GameObject Instantiate(GameObject gameObject, Vector3 position, Quaternion rotation, Transform parent)
    Parameters
    Type Name Description
    GameObject gameObject
    Vector3 position
    Quaternion rotation
    Transform parent
    Returns
    Type Description
    GameObject

    RegisterCompleteObjectUndo(Object)

    Declaration
    public void RegisterCompleteObjectUndo(Object objectToUndo)
    Parameters
    Type Name Description
    Object objectToUndo

    RegisterCreatedObjectUndo(Object)

    Declaration
    public void RegisterCreatedObjectUndo(Object objectToUndo)
    Parameters
    Type Name Description
    Object objectToUndo

    Implements

    IEngineInterface
    In this article
    Back to top Generated by DocFX