Class AssetTypeAttribute
- Namespace
- TAssetBundle
- Assembly
- TAssetBundle.dll
AssetType Attribute
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
public class AssetTypeAttribute : Attribute
- Inheritance
-
AssetTypeAttribute
- Inherited Members
Constructors
AssetTypeAttribute(Type)
public AssetTypeAttribute(Type assetType)
Parameters
assetType
Type
Properties
AssetType
Unity Asset Type
public Type AssetType { get; }