Class AddressableAssetGroup
TODO - doc
Inheritance
System.Object
AddressableAssetGroup
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: UnityEditor.AddressableAssets
Syntax
public class AddressableAssetGroup : IComparer<AddressableAssetEntry>
Properties
Data
TODO - doc
Declaration
public KeyDataStore Data { get; }
Property Value
| Type | Description |
|---|---|
| KeyDataStore |
entries
TODO - doc
Declaration
public Dictionary<string, AddressableAssetEntry>.ValueCollection entries { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.Dictionary.ValueCollection<> |
Guid
Declaration
public string Guid { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
TODO - doc
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Processor
TODO - doc
Declaration
public AssetGroupProcessor Processor { get; }
Property Value
| Type | Description |
|---|---|
| AssetGroupProcessor |
ReadOnly
Declaration
public bool ReadOnly { get; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
Compare(AddressableAssetEntry, AddressableAssetEntry)
Declaration
public int Compare(AddressableAssetEntry x, AddressableAssetEntry y)
Parameters
| Type | Name | Description |
|---|---|---|
| AddressableAssetEntry | x | |
| AddressableAssetEntry | y |
Returns
| Type | Description |
|---|---|
| System.Int32 |
Implements
System.Collections.Generic.IComparer<T>.Compare(T, T)
GatherAllAssets(List<AddressableAssetEntry>, Boolean, Boolean)
TODO - doc
Declaration
public void GatherAllAssets(List<AddressableAssetEntry> results, bool includeSelf, bool recurseAll)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<AddressableAssetEntry> | results | |
| System.Boolean | includeSelf | |
| System.Boolean | recurseAll |
GetAssetEntry(String)
TODO - doc
Declaration
public AddressableAssetEntry GetAssetEntry(string guid)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | guid |
Returns
| Type | Description |
|---|---|
| AddressableAssetEntry |
IsProcessorType(Type)
Declaration
public bool IsProcessorType(Type processorType)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | processorType |
Returns
| Type | Description |
|---|---|
| System.Boolean |