interface
IControlSheet
public interface IControlSheet Interface for a control sheet that manages the display of serialized properties in a structured way.
Methods
static Void FilterSortAndAdd(IControlSheet sheet, List<SerializedProperty> q, Boolean allowFeatures = True) static Void AddProperties(IControlSheet sheet, List<SerializedProperty> properties, Boolean allowFeatures = True) virtual Void RemoveUnusedMethods(List<SerializedProperty> properties) virtual Void AddPropertiesWithGrouping(List<SerializedProperty> properties) virtual Void AddFeature(Feature feature) We're adding a feature. Normally would store these in a tab control
virtual Void AddGroup(Group group) We're adding a group. Normally would have a Group Panel with the properties as children
virtual Boolean TestFilter(SerializedProperty prop) Implement to filter properties that should be displayed in the control sheet.