Class AssetReferenceAttribute<T>
Specifies a options for an asset reference picker in the editor. Allows to customize view or provide custom value assign policy.
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
public class AssetReferenceAttribute<T> : AssetReferenceAttribute
Type Parameters
T
|
Constructors
AssetReferenceAttribute(Boolean)
Initializes a new instance of the AssetReferenceAttribute class for generic type T.
Declaration
public AssetReferenceAttribute(bool useSmallPicker = false)
Parameters
System.Boolean
useSmallPicker
True if use asset picker with a smaller height (single line), otherwise will use with full icon. |
Extension Methods
See Also
System.Attribute