Class AddressableAssetSettings.AssetGroup.AssetEntry
Inheritance
System.Object
AddressableAssetSettings.AssetGroup.AssetEntry
Syntax
public class AssetEntry : ISerializationCallbackReceiver
Properties
address
Declaration
public string address { get; set; }
Property Value
Type |
Description |
System.String |
|
assetPath
Declaration
public string assetPath { get; }
Property Value
Type |
Description |
System.String |
|
guid
Declaration
public string guid { get; }
Property Value
Type |
Description |
System.String |
|
isInResources
Declaration
public bool isInResources { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
isInSceneList
Declaration
public bool isInSceneList { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
isScene
Declaration
public bool isScene { get; }
Property Value
Type |
Description |
System.Boolean |
|
isSubAsset
Declaration
public bool isSubAsset { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
labels
Declaration
public HashSet<string> labels { get; }
Property Value
Type |
Description |
HashSet<System.String> |
|
parentGroup
Declaration
public AddressableAssetSettings.AssetGroup parentGroup { get; set; }
Property Value
readOnly
Declaration
public bool readOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
GetAssetLoadPath(Boolean)
Declaration
public string GetAssetLoadPath(bool isBundled)
Parameters
Type |
Name |
Description |
System.Boolean |
isBundled |
|
Returns
Type |
Description |
System.String |
|
OnAfterDeserialize()
Declaration
public void OnAfterDeserialize()
OnBeforeSerialize()
Declaration
public void OnBeforeSerialize()
SetAddress(String, Boolean)
Declaration
public void SetAddress(string address, bool postEvent = true)
Parameters
Type |
Name |
Description |
System.String |
address |
|
System.Boolean |
postEvent |
|
SetLabel(String, Boolean, Boolean)
Declaration
public bool SetLabel(string label, bool val, bool postEvent = true)
Parameters
Type |
Name |
Description |
System.String |
label |
|
System.Boolean |
val |
|
System.Boolean |
postEvent |
|
Returns
Type |
Description |
System.Boolean |
|