Class PlaceableLocation
Base type for ContainerLocations which support receiving receiving a container at a placement-controlled time and manner.
Inheritance
System.Object
PlaceableLocation
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 abstract class PlaceableLocation : ContainerLocation
Fields
| Improve this Doc View Sourcemanaged
A managed ContainerLocation receives its container through PlaceContainer, rather than by requesting it in GetContainer.
Declaration
public bool managed
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourcePlaceContainer(GameObject, String)
Declaration
public abstract void PlaceContainer(GameObject obj, string containerType)
Parameters
Type | Name | Description |
---|---|---|
GameObject | obj | |
System.String | containerType |