public override void CreateIValue(object value, Type fallbackType)
 {
     IValue       = InteractiveValue.Create(value, fallbackType);
     IValue.Owner = this;
     IValue.m_mainContentParent = this.m_rightGroup;
     IValue.m_subContentParent  = this.m_subContent;
 }
 public override void CreateIValue(object value, Type fallbackType)
 {
     IValue       = InteractiveValue.Create(value, fallbackType);
     IValue.Owner = this;
 }