Table of Contents

Class AssetTypeAttribute

Namespace
TAssetBundle
Assembly
TAssetBundle.dll

Asset Type Attribute

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Field, AllowMultiple = false, Inherited = false)]
public class AssetTypeAttribute : Attribute
Inheritance
AssetTypeAttribute
Derived
Inherited Members

Constructors

AssetTypeAttribute(Type)

Constructor for AssetTypeAttribute.

public AssetTypeAttribute(Type assetType)

Parameters

assetType Type

The Unity asset type.

Properties

AssetType

The Unity asset type.

public Type AssetType { get; }

Property Value

Type