Class CoordinateLocation
Location which places a container at a specified coordinate position.
Inheritance
System.Object
CoordinateLocation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ItemChanger.Locations
Assembly: ItemChanger.dll
Syntax
public class CoordinateLocation : PlaceableLocation
Fields
| Improve this Doc View Sourceelevation
Declaration
public float elevation
Field Value
Type | Description |
---|---|
System.Single |
x
Declaration
public float x
Field Value
Type | Description |
---|---|
System.Single |
y
Declaration
public float y
Field Value
Type | Description |
---|---|
System.Single |
Methods
| Improve this Doc View SourceOnActiveSceneChanged(Scene)
Declaration
public void OnActiveSceneChanged(Scene to)
Parameters
Type | Name | Description |
---|---|---|
Scene | to |
OnLoad()
Declaration
protected override void OnLoad()
Overrides
| Improve this Doc View SourceOnUnload()
Declaration
protected override void OnUnload()
Overrides
| Improve this Doc View SourcePlaceContainer(GameObject, String)
Declaration
public override void PlaceContainer(GameObject obj, string containerType)
Parameters
Type | Name | Description |
---|---|---|
GameObject | obj | |
System.String | containerType |