Class CoordinateLocation
Location which places a container at a specified coordinate position.
Inheritance
CoordinateLocation
Assembly: ItemChanger.dll
Syntax
public class CoordinateLocation : PlaceableLocation
Constructors
View Source
CoordinateLocation()
Declaration
public CoordinateLocation()
Fields
View Source
elevation
Declaration
Field Value
View Source
x
Declaration
Field Value
View Source
y
Declaration
Field Value
Methods
View Source
OnActiveSceneChanged(Scene)
Declaration
public void OnActiveSceneChanged(Scene to)
Parameters
| Type |
Name |
Description |
| Scene |
to |
|
View Source
OnLoad()
Called during Load(). Allows the location to initialize and set up any hooks.
Declaration
protected override void OnLoad()
Overrides
View Source
OnUnload()
Called during Unload(). Allows the location to dispose any hooks.
Declaration
protected override void OnUnload()
Overrides
View Source
PlaceContainer(GameObject, string)
Declaration
public override void PlaceContainer(GameObject obj, string containerType)
Parameters
Overrides
Extension Methods