Class HasCapabilityRuleCreator
Class that creates validation rules to check if any selected CapabilityProfile in CapabilityProfileSelection have a specific capability.
Implements
Inherited Members
Namespace: UnityEditor.PolySpatial.Validation
Assembly: solution.dll
Syntax
public sealed class HasCapabilityRuleCreator : IComponentRuleCreator
Constructors
Name | Description |
---|---|
HasCapabilityRuleCreator(string) | Class constructor. |
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. |