Show / Hide Table of Contents

Class DaggerfallGroundPlane

Inheritance
Object
Object
Component
Behaviour
MonoBehaviour
DaggerfallGroundPlane
Namespace: DaggerfallWorkshop
Assembly: Assembly-CSharp.dll
Syntax
[RequireComponent(typeof(MeshFilter))]
[RequireComponent(typeof(MeshRenderer))]
public class DaggerfallGroundPlane : MonoBehaviour

Fields

| Improve this Doc View Source

GroundOffset

Declaration
public static float GroundOffset
Field Value
Type Description
Single
| Improve this Doc View Source

tileMap

Declaration
public Color32[] tileMap
Field Value
Type Description
Color32[]
| Improve this Doc View Source

tileMapDim

Declaration
public int tileMapDim
Field Value
Type Description
Int32
| Improve this Doc View Source

TileSize

Declaration
public static float TileSize
Field Value
Type Description
Single

Properties

| Improve this Doc View Source

Summary

Declaration
public DaggerfallGroundPlane.GroundSummary Summary { get; }
Property Value
Type Description
DaggerfallGroundPlane.GroundSummary

Methods

| Improve this Doc View Source

SetClimate(DaggerfallUnity, ClimateBases, ClimateSeason)

Set ground climate.

Declaration
public void SetClimate(DaggerfallUnity dfUnity, ClimateBases climate, ClimateSeason season)
Parameters
Type Name Description
DaggerfallUnity dfUnity

DaggerfallUnity singleton. Required for content readers and settings.

ClimateBases climate

Climate to set.

ClimateSeason season

Season to set.

| Improve this Doc View Source

SetClimate(DaggerfallUnity, Int32, ClimateSeason)

Set ground climate by texture archive index.

Declaration
public void SetClimate(DaggerfallUnity dfUnity, int archive, ClimateSeason season)
Parameters
Type Name Description
DaggerfallUnity dfUnity

DaggerfallUnity singleton. Required for content readers and settings.

Int32 archive

Texture archive index.

ClimateSeason season

Season to set.

Extension Methods

MBExtensions.Invoke(MonoBehaviour, Action, Single)
MBExtensions.Invoke<T>(MonoBehaviour, Action<T>, T, Single)
MBExtensions.Invoke<T1, T2>(MonoBehaviour, Action<T1, T2>, T1, T2, Single)
MBExtensions.Invoke<T1, T2, T3>(MonoBehaviour, Action<T1, T2, T3>, T1, T2, T3, Single)
MBExtensions.Invoke<T1, T2, T3, T4>(MonoBehaviour, Action<T1, T2, T3, T4>, T1, T2, T3, T4, Single)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX