Show / Hide Table of Contents

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 Source

LoadedAsset(Type, Object)

Declaration
public LoadedAsset(Type T, Object Obj)
Parameters
Type Name Description
Type T
Object Obj

Fields

| Improve this Doc View Source

Obj

Declaration
public Object Obj
Field Value
Type Description
Object
| Improve this Doc View Source

T

Declaration
public Type T
Field Value
Type Description
Type
| Improve this Doc View Source

TimeStamp

Declaration
public float TimeStamp
Field Value
Type Description
Single
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX