16struct CameraAttachComponent {
20 ::ll::TypedStorage<8, 24, ::WeakRef<::EntityContext>> mAttachTo;
21 ::ll::TypedStorage<8, 48, ::HashedString> mLocator;
26 CameraAttachComponent& operator=(CameraAttachComponent
const&);
27 CameraAttachComponent(CameraAttachComponent
const&);
28 CameraAttachComponent();
Definition EntityContext.h:16