Click or drag to resize

AssetSettings Class

Responsible to maintaining and managing settings related to compiled mod assets.
Inheritance Hierarchy
SystemObject
  UMod.SettingsAssetSettings

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

The AssetSettings type exposes the following members.

Constructors
  NameDescription
Public methodAssetSettings
Initializes a new instance of the AssetSettings class
Top
Fields
  NameDescription
Public fieldallowAssetSharing
Can game assets be used by mods.
Public fieldmaterialAssets
Materials that mods can access.
Public fieldprefabAssets
Prefabs that mods can access.
Top
See Also