LeviLamina
Loading...
Searching...
No Matches
FovInstruction.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/Result.h"
7
8// auto generated forward declare list
9// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace CameraInstructionOptions {
15
16struct FovInstruction {
17public:
18 // member variables
19 // NOLINTBEGIN
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 FovInstruction& operator=(FovInstruction const&);
29 FovInstruction(FovInstruction const&);
30 FovInstruction();
31
32public:
33 // static functions
34 // NOLINTBEGIN
35 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
36
37 MCNAPI static ::Bedrock::Result<::CameraInstructionOptions::FovInstruction> read(::ReadOnlyBinaryStream& stream);
38 // NOLINTEND
39};
40
41} // namespace CameraInstructionOptions
Definition ReadOnlyBinaryStream.h:8
static MCAPI ::Bedrock::Result<::CameraInstructionOptions::FovInstruction > read(::ReadOnlyBinaryStream &stream)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14