Show / Hide Table of Contents

Interface IEngineInterface

Namespace: Tessera
Assembly: cs.temp.dll.dll
Syntax
public interface IEngineInterface

Methods

Destroy(UnityEngine.Object)

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

RegisterCompleteObjectUndo(UnityEngine.Object)

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

RegisterCreatedObjectUndo(UnityEngine.Object)

Declaration
void RegisterCreatedObjectUndo(UnityEngine.Object objectToUndo)
Parameters
Type Name Description
UnityEngine.Object objectToUndo
Back to top Generated by DocFX