C# 클래스 ErgoShop.Managers.CreatorBehaviour

MonoBehaviour with methods for all creators Mostly for Elements and MovableElements
상속: MonoBehaviour
파일 보기 프로젝트 열기: i2ml/Amenage3D

공개 메소드들

메소드 설명
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)

메소드 상세

CopyPaste() 공개 추상적인 메소드

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

DestroyEverything() 공개 추상적인 메소드

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