LeviLamina
Loading...
Searching...
No Matches
BuiltInActorComponents.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 8, ::gsl::not_null<::StateVectorComponent*>> mStateVectorComponent;
18 ::ll::TypedStorage<8, 8, ::gsl::not_null<::AABBShapeComponent*>> mAABBShapeComponent;
19 ::ll::TypedStorage<8, 8, ::gsl::not_null<::ActorRotationComponent*>> mActorRotationComponent;
20 ::ll::TypedStorage<8, 8, ::gsl::not_null<::ActorWalkAnimationComponent*>> mWalkAnimationComponent;
21 // NOLINTEND
22};
Definition AABBShapeComponent.h:11
Definition ActorRotationComponent.h:10
Definition ActorWalkAnimationComponent.h:5
Definition BuiltInActorComponents.h:13
Definition StateVectorComponent.h:10