LeviLamina
|
Classes | |
struct | FadeInstruction |
struct | SetInstruction |
struct | TargetInstruction |
Public Member Functions | |
MCAPI bool | operator== (::CameraInstruction const &other) const |
MCAPI void | write (::BinaryStream &stream) const |
Static Public Member Functions | |
static MCAPI ::Bedrock::Result<::CameraInstruction > | read (::ReadOnlyBinaryStream &stream) |
Public Attributes | |
::ll::TypedStorage< 4, 96, ::std::optional<::CameraInstruction::SetInstruction > > | mSet |
::ll::TypedStorage< 8, 32, ::std::optional<::CameraInstruction::TargetInstruction > > | mTarget |
::ll::TypedStorage< 1, 2, ::std::optional< bool > > | mRemoveTarget |
::ll::TypedStorage< 1, 2, ::std::optional< bool > > | mClear |
::ll::TypedStorage< 4, 36, ::std::optional<::CameraInstruction::FadeInstruction > > | mFade |