LeviLamina
Loading...
Searching...
No Matches
CollisionBoxDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
10 // NOLINTEND
11
12public:
13 // prevent constructor by default
17
18public:
19 // member functions
20 // NOLINTBEGIN
21 MCNAPI void setHeight(float const& height);
22
23 MCNAPI void setWidth(float const& width);
24 // NOLINTEND
25};
Definition CollisionBoxDefinition.h:5
MCAPI void setHeight(float const &height)
MCAPI void setWidth(float const &width)
Definition Alias.h:14