Tanoda
pb_ComponentInspector.cs
Go to the documentation of this file.
1using UnityEngine;
2using System.Collections;
3using System.Reflection;
4
5namespace GILES.Interface
6{
10 [pb_TypeInspector(typeof(Component))]
11 public class pb_ComponentInspector : pb_TypeInspector
12 {
13 public override void InitializeGUI()
14 {}
15
16 protected override void OnUpdateGUI()
17 {}
18 }
19}
UnityEngine.Component Component