Isle
Loading...
Searching...
No Matches
legohideanimpresenter.h File Reference
#include "decomp.h"
#include "legoloopinganimpresenter.h"
Include dependency graph for legohideanimpresenter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LegoHideAnimStructComparator
 [AI] Comparator for string keys in map for use with LegoHideAnimStruct. More...
 
struct  LegoHideAnimStruct
 [AI] Structure associating a path boundary with an index. More...
 
class  LegoHideAnimPresenter
 [AI] Presenter class responsible for controlling animations that hide or show actors based on animation nodes. More...
 

Typedefs

typedef map< const char *, LegoHideAnimStruct, LegoHideAnimStructComparatorLegoHideAnimStructMap
 [AI] Map associating string (name) keys to LegoHideAnimStruct, using custom comparator for C strings. More...
 

Typedef Documentation

◆ LegoHideAnimStructMap

[AI] Map associating string (name) keys to LegoHideAnimStruct, using custom comparator for C strings.

Used for resolving boundary nodes in the scene by name during animation setup.

Definition at line 28 of file legohideanimpresenter.h.