Interface IComponentRuleCreator
An interface that represents a creator of validation rules for components.
Namespace: UnityEditor.PolySpatial.Validation
Assembly: solution.dll
Syntax
public interface IComponentRuleCreator
Methods
Name | Description |
---|---|
CreateRules(Component, List<BuildValidationRule>) | Creates validation rules for the given component. This method is automatically called by Unity when a component of the registered type is detected in the loaded scenes. |