C# 클래스 EditorExtends, UnityFramework

파일 보기 프로젝트 열기: meta-42/uEasyKit 1 사용 예제들

공개 메소드들

메소드 설명
CreateObject ( string path, Transform parent = null ) : GameObject

EDITOR下创建对象

메소드 상세

CreateObject() 공개 정적인 메소드

EDITOR下创建对象
public static CreateObject ( string path, Transform parent = null ) : GameObject
path string
parent Transform
리턴 GameObject