Class ChaosKeycardPickup
A base class for all keycard pickups.
public class ChaosKeycardPickup : KeycardPickup, IWrapper<ItemPickupBase>, IWorldSpace, IPosition, IRotation, IWrapper<KeycardPickup>
- Inheritance
-
ChaosKeycardPickup
- Inherited Members
- Extension Methods
Properties
SnakeEngine
Gets the InventorySystem.Items.Keycards.Snake.SnakeEngine this encapsulates.
public SnakeEngine SnakeEngine { get; }
Property Value
- SnakeEngine
Methods
ToString()
Returns the Keycard in a human readable format.
public override string ToString()
Returns
- string
A string containing Keycard-related data.