MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / GroupState

Enum GroupState

Source/BaseGameLayer.h:59–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57struct GroupProperties
58{
59 enum GroupState { NOT_CHANGING, MAIN_DETAIL, MAIN_ONLY, DETAIL_ONLY };
60 std::vector<GameObject*> _objects;
61 float _alpha = 1.f;
62 ax::Color3B _color;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected