C# Class ErgoShop.Managers.CreatorBehaviour

MonoBehaviour with methods for all creators Mostly for Elements and MovableElements
Inheritance: MonoBehaviour
Afficher le fichier Open project: i2ml/Amenage3D

Méthodes publiques

Méthode 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 méthode

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

DestroyEverything() public abstract méthode

Destroy every element (gameobjects and data)
public abstract DestroyEverything ( ) : void
Résultat void