Click or drag to resize

AssetData Class

Represents a single asset item containing a lookup name and Object reference.
Inheritance Hierarchy
SystemObject
  UMod.SettingsAssetData

Namespace:  UMod.Settings
Assembly:  UMod (in UMod.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute]
public sealed class AssetData

The AssetData type exposes the following members.

Constructors
Fields
  NameDescription
Public fieldlookupName
The name assigned by the developer and used for lookup.
Public fieldvalue
The actual value of the object.
Top
See Also