Connection 연결 기능,Component 연결 기능
Inspector 모달
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System.Collections;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using TriLibCore;
|
||||
@@ -28,6 +28,7 @@ namespace Studio.Util
|
||||
public Texture2D thumbnail;
|
||||
public List<Transform> drawTransforms = new List<Transform>();
|
||||
public UnityEvent<float> onLoadProgress = new UnityEvent<float>();
|
||||
|
||||
|
||||
private AssetLoaderOptions assetLoaderOptions;
|
||||
private MatrixConverter matrixConverter;
|
||||
|
||||
Reference in New Issue
Block a user