Свойство | Тип | Описание | |
---|---|---|---|
actionUse | string | ||
characterOffset | Vector3 |
Метод | Описание | |
---|---|---|
GetPostUpdateActions ( ) : PostUpdateActions |
REVIEW do default actions. but maybe should do nothing...
|
|
PerformAction ( float delta ) : void |
Use the item, all logic is in the Item.Use
|
|
WantsToUpdate ( float delta ) : int |
On(Areas.Item) and item is usable by me and hit 'Use' action!
|
public GetPostUpdateActions ( ) : PostUpdateActions | ||
Результат | PostUpdateActions |
public PerformAction ( float delta ) : void | ||
delta | float | |
Результат | void |
public WantsToUpdate ( float delta ) : int | ||
delta | float | |
Результат | int |