18struct CameraInstruction {
36 ::ll::TypedStorage<8, 24, ::std::optional<::CameraInstructionOptions::AttachToEntityInstruction>> mAttachToEntity;
37 ::ll::TypedStorage<4, 36, ::std::optional<::CameraInstructionOptions::FadeInstruction>> mFade;
38 ::ll::TypedStorage<4, 20, ::std::optional<::CameraInstructionOptions::FovInstruction>> mFieldOfView;
39 ::ll::TypedStorage<4, 96, ::std::optional<::CameraInstructionOptions::SetInstruction>> mSet;
40 ::ll::TypedStorage<8, 120, ::std::optional<::CameraInstructionOptions::SplineInstruction>> mSpline;
41 ::ll::TypedStorage<8, 32, ::std::optional<::CameraInstructionOptions::TargetInstruction>> mTarget;
42 ::ll::TypedStorage<1, 2, ::std::optional<bool>> mClear;
43 ::ll::TypedStorage<1, 2, ::std::optional<bool>> mDetachFromEntity;
44 ::ll::TypedStorage<1, 2, ::std::optional<bool>> mRemoveTarget;
55 MCNAPI CameraInstruction(::CameraInstruction&&);
60 MCNAPI ::CameraInstruction&
operator=(::CameraInstruction&&);
62 MCNAPI ::CameraInstruction&
operator=(::CameraInstruction
const&);
64 MCNAPI
bool operator==(::CameraInstruction
const& other)
const;
79 MCNAPI
void*
$ctor(::CameraInstruction&&);
82 MCNAPI
void*
$ctor(::CameraInstruction
const&);