필요없는 스크립트 제거
This commit is contained in:
parent
538ad3f7bd
commit
232d5e86d4
|
|
@ -1,13 +0,0 @@
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class GridLayoutGroupSet : MonoBehaviour
|
||||
{
|
||||
[ContextMenu("Test")]
|
||||
public void Test()
|
||||
{
|
||||
RectTransform rt = gameObject.GetComponent<RectTransform>();
|
||||
Debug.Log(rt.sizeDelta);
|
||||
}
|
||||
}
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 423be29998791b9428d597e6edb920bb
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Loading…
Reference in New Issue