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