Struct LoadedAsset
An asset loaded from a mod.
Namespace: DaggerfallWorkshop.Game.Utility.ModSupport
Assembly: Assembly-CSharp.dll
Syntax
public struct LoadedAsset
Constructors
| Improve this Doc View SourceLoadedAsset(Type, Object)
Declaration
public LoadedAsset(Type T, Object Obj)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | T | |
| Object | Obj |
Fields
| Improve this Doc View SourceObj
Declaration
public Object Obj
Field Value
| Type | Description |
|---|---|
| Object |
T
Declaration
public Type T
Field Value
| Type | Description |
|---|---|
| Type |
TimeStamp
Declaration
public float TimeStamp
Field Value
| Type | Description |
|---|---|
| Single |