Type Method
addCustomParameterSheetController(_:forParameter:) addCustomParameterSheetController:forParameter: addCustomParameterSheetController_forParameter_
add class of window controller that handles UI for parameterName
Declaration
class func addCustomParameterSheetController(_ propertyDialogClass: AnyClass, forParameter parameterName: String)Declaration
+ (void) addCustomParameterSheetController:(Class) propertyDialogClass forParameter:(NSString *) parameterName;Declaration
addCustomParameterSheetController_forParameter_(propertyDialogClass: type, parameterName: str)