Click or drag to resize

ModScriptableAssetNameAttribute Class

Inheritance Hierarchy
SystemObject
  SystemAttribute
    UMod.SharedModScriptableAssetNameAttribute

Namespace:  UMod.Shared
Assembly:  UMod-Shared (in UMod-Shared.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public sealed class ModScriptableAssetNameAttribute : Attribute

The ModScriptableAssetNameAttribute type exposes the following members.

Constructors
  NameDescription
Public methodModScriptableAssetNameAttribute
Create a new instance of the attribute uwing the specified name.
Top
Properties
  NameDescription
Public propertyName
The name that the asset should be saved with.
Top
See Also