C# Class ErgoShop.Managers.CreatorBehaviour

MonoBehaviour with methods for all creators Mostly for Elements and MovableElements
Inheritance: MonoBehaviour
显示文件 Open project: i2ml/Amenage3D

Public Methods

Method Description
CopyPaste ( Element elem ) : Element

Paste a copied element by getting a copy and instantiate it, and rebuilding gameobjects

DestroyEverything ( ) : void

Destroy every element (gameobjects and data)

Method Details

CopyPaste() public abstract method

Paste a copied element by getting a copy and instantiate it, and rebuilding gameobjects
public abstract CopyPaste ( Element elem ) : Element
elem Element
return Element

DestroyEverything() public abstract method

Destroy every element (gameobjects and data)
public abstract DestroyEverything ( ) : void
return void