My Project
|
Classes | |
class | Offset |
Public Member Functions | |
void | WriteCreateData (BitPacker cd) |
void | ReadCreateData (BitPacker cd) |
void | Pick (ItemPickup holder) |
void | Drop (ItemPickup holder) |
void | SetPhysics (bool on) |
bool | IsPicked () |
bool | IsHolderLocal () |
ItemSlot | GetHeldSlot () |
Offset | GetOffset (ItemSlotType type) |
bool | CanBePicked (GameObject picker, float intervalSecs) |
Public Attributes | |
ItemPickupEvent | Picked |
ItemPickupEvent | Dropped |
ItemEvent | Destroyed |
ItemPickup | holder |
byte | holderSlotIndex = 255 |
ItemSlot | specificSlot |
float | lastDropTime |
ItemPickup | lastHolder |
Vector3 | origScale |
bool | hasOrigScale |
ItemSlotType | slotType |
Offset[] | offsets |
Dictionary< ItemSlotType, Offset > | dictOffsets |
ItemSlotEvent | Attached |
ItemSlotEvent | Detached |
bool | destroyWithParent = true |
Rigidbody2D | rb |