Beispiel #1
0
 /// Construct.
 public InspectorGrid(ReflectionCache cache) : base(cache)
 {
 }
Beispiel #2
0
 public GenericObjectTree(ReflectionCache cache)
 {
     cache_ = cache;
 }
Beispiel #3
0
 /// <summary>
 /// Construct.
 /// </summary>
 /// <param name="cacheMethod">Reflection cache to use for lookups.</param>
 public Inspector(ReflectionCache cacheMethod)
 {
     filter_       = new ImGuiTextFilter();
     reflectCache_ = cacheMethod;
 }