Alensia icon indicating copy to clipboard operation
Alensia copied to clipboard

Design basic API structure to handle interacting with in game objects

Open mysticfall opened this issue 7 years ago • 0 comments

We need a common API to handle interactions with in-game objects, like opening a door or picking up an object.

For starters, it might be possible to generalize the existing IHighlightable and IInteratable API so that it can also be used with 3D game objects.

We can use them to implement a prototype interaction API that tracks nearby objects in camera viewport and hightlight them and show proper labels.

mysticfall avatar Oct 04 '17 04:10 mysticfall