Show / Hide Table of Contents

Class UnityEngineInterface

Inheritance
Object
UnityEngineInterface
Implements
IEngineInterface
Namespace: Tessera
Assembly: cs.temp.dll.dll
Syntax
public class UnityEngineInterface : IEngineInterface

Properties

Instance

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

Methods

Destroy(UnityEngine.Object)

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

RegisterCompleteObjectUndo(UnityEngine.Object)

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

RegisterCreatedObjectUndo(UnityEngine.Object)

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

Implements

IEngineInterface
Back to top Generated by DocFX