Show / Hide Table of Contents

Constructor CustomLocation

| Edit this page View Source

CustomLocation(GameObject, bool, LocationConfig)

Custom location from a prefab with a LocationConfig attached.
Declaration
public CustomLocation(GameObject exteriorPrefab, bool fixReference, LocationConfig locationConfig)
Parameters
Type Name Description
GameObject exteriorPrefab The exterior prefab for this custom location.
bool fixReference If true references for Mock<T> objects get resolved at runtime by Jötunn.
LocationConfig locationConfig The LocationConfig for this custom location.
| Edit this page View Source

CustomLocation(GameObject, GameObject, bool, LocationConfig)

Custom location from a prefab with a LocationConfig attached.
Declaration
public CustomLocation(GameObject exteriorPrefab, GameObject interiorPrefab, bool fixReference, LocationConfig locationConfig)
Parameters
Type Name Description
GameObject exteriorPrefab The exterior prefab for this custom location.
GameObject interiorPrefab The interior prefab for this custom location.
bool fixReference If true references for Mock<T> objects get resolved at runtime by Jötunn.
LocationConfig locationConfig The LocationConfig for this custom location.
  • Edit this page
  • View Source
☀
☾
In this article
Back to top
Generated by DocFX
☀
☾