Interface IGroupActiveRule
资源分组激活规则接口
Assembly: YooAsset.Editor.dll
View Source
Declaration
public interface IGroupActiveRule
Methods
IsActiveGroup(GroupActiveRuleData)
检查是否激活分组
View Source
Declaration
bool IsActiveGroup(GroupActiveRuleData data)
Returns
System.Boolean: 如果分组激活返回 true
Parameters
| Type | Name | Description |
|---|---|---|
| YooAsset.Editor.GroupActiveRuleData | data | 分组数据 |