LeviLamina
Loading...
Searching...
No Matches
DepenetrationComponentUtility.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Vec3;
9// clang-format on
10
11namespace DepenetrationComponentUtility {
12// functions
13// NOLINTBEGIN
14MCAPI void setTemporaryOverride(::DepenetrationComponent& depenetrationComponent, ::Vec3 const& value);
15// NOLINTEND
16
17// static variables
18// NOLINTBEGIN
19MCAPI ::Vec3 const& TEMP_Y_OVERRIDE();
20// NOLINTEND
21
22} // namespace DepenetrationComponentUtility
Definition Vec3.h:10
Definition DepenetrationComponent.h:11