LeviLamina
Loading...
Searching...
No Matches
FreeCameraControlledDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/json_util/JsonSchemaObjectNode.h"
7
8// auto generated forward declare list
9// clang-format off
10class EntityContext;
12namespace JsonUtil { class EmptyClass; }
13// clang-format on
14
15struct FreeCameraControlledDefinition {
16public:
17 // member variables
18 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 FreeCameraControlledDefinition& operator=(FreeCameraControlledDefinition const&);
26 FreeCameraControlledDefinition(FreeCameraControlledDefinition const&);
27 FreeCameraControlledDefinition();
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI void initialize(::EntityContext& entity, ::FreeCameraControlledComponent& component) const;
33
34 MCAPI void uninitialize(::EntityContext& entity) const;
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCAPI static void buildSchema(
42 root
43 );
44 // NOLINTEND
45};
Definition EntityContext.h:17
Definition EmptyClass.h:7
Definition JsonSchemaObjectNode.h:8
Definition FreeCameraControlledComponent.h:5
Definition Alias.h:14