public static IValueEntry Create(Type componentType, GameObject owner) { return(ValueEntryFactory.Create(RootEntryTypeDef, componentType, owner)); }
public static IValueEntry Create(Type selectedType, UObject[] owner, int index) { return(ValueEntryFactory.Create(RootEntryTypeDef, selectedType, owner, index)); }