跳到主要内容
版本:3.0.x

Struct AddressRuleData

寻址规则的输入数据

Assembly: YooAsset.Editor.dll
View Source
Declaration
public readonly struct AddressRuleData

Properties

AssetPath

资源路径

View Source
Declaration
public string AssetPath { get; }

CollectPath

收集路径

View Source
Declaration
public string CollectPath { get; }

GroupName

分组名称

View Source
Declaration
public string GroupName { get; }

UserData

用户自定义数据

View Source
Declaration
public string UserData { get; }