Class AssetBundleAttribute
Inherited Members
Namespace: SonsSdk.Attributes
Assembly: SonsSdk.dll
Syntax
[AttributeUsage(AttributeTargets.Class)]
public class AssetBundleAttribute : Attribute
Constructors
AssetBundleAttribute(string)
Declaration
public AssetBundleAttribute(string assetBundleName)
Parameters
Type | Name | Description |
---|---|---|
string | assetBundleName |
Properties
AssetBundleName
Declaration
public string AssetBundleName { get; }
Property Value
Type | Description |
---|---|
string |
Methods
IsLoaded()
Declaration
public bool IsLoaded()
Returns
Type | Description |
---|---|
bool |