Property | Type | Description | |
---|---|---|---|
distance | float | ||
isMoney | bool | ||
itemDropType | ItemDropType | ||
itemID | int | ||
itemNumber | int | ||
layerMask | LayerMask | ||
localSpace | bool | ||
offset | Vector3 | ||
onGround | bool | ||
rotationOffset | Vector3 | ||
spawnPrefab | bool |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
CollectItem ( ) : void | ||
CollectionFinished ( bool ok ) : void | ||
DropInteract ( ChoiceContent, drop ) : bool | ||
Interact ( ) : bool | ||
OnDrawGizmos ( ) : void | ||
OnMouseUp ( ) : void | ||
OnTriggerEnter ( Collider other ) : void | ||
OnTriggerExit ( Collider other ) : void | ||
SetDropInfo ( DropInfo, info ) : void | ||
SetOnGround ( ) : void | ||
Start ( ) : void | ||
TouchInteract ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
CollectionFinished2 ( bool ok ) : IEnumerator |
public DropInteract ( ChoiceContent, drop ) : bool | ||
drop | ChoiceContent, | |
return | bool |
public OnTriggerEnter ( Collider other ) : void | ||
other | Collider | |
return | void |
public OnTriggerExit ( Collider other ) : void | ||
other | Collider | |
return | void |