LeviLamina
Loading...
Searching...
No Matches
VRBobControlSystemInternal.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
13// clang-format on
14
15namespace VRBobControlSystemInternal {
16// functions
17// NOLINTBEGIN
18MCAPI void tickVRBobControl(
20 ::AABBShapeComponent const& aabbShapeComponent,
21 ::MovementAbilitiesComponent const& abilitiesComponent,
22 ::PlayerInputModeComponent const& playerInputModeComponent,
23 ::StateVectorComponent& stateVectorComponent,
24 ::IConstBlockSource const& region
25);
26// NOLINTEND
27
28} // namespace VRBobControlSystemInternal
Definition IConstBlockSource.h:24
Definition StrictEntityContext.h:10
Definition AABBShapeComponent.h:11
Definition MovementAbilitiesComponent.h:8
Definition PlayerInputModeComponent.h:9
Definition StateVectorComponent.h:10