Interface IEngineInterface
Assembly: Tessera.dll
Syntax
public interface IEngineInterface
Methods
Destroy(Object)
Declaration
Parameters
Type |
Name |
Description |
Object |
o |
|
Declaration
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
void RegisterCompleteObjectUndo(Object objectToUndo)
Parameters
Type |
Name |
Description |
Object |
objectToUndo |
|
RegisterCreatedObjectUndo(Object)
Declaration
void RegisterCreatedObjectUndo(Object objectToUndo)
Parameters
Type |
Name |
Description |
Object |
objectToUndo |
|