|
LeviLamina
|
Classes | |
| struct | SplineProgressOption |
| struct | SplineRotationOption |
Public Member Functions | |
| MCAPI | SplineInstruction (::CameraInstructionOptions::SplineInstruction const &) |
| MCAPI::CameraInstructionOptions::SplineInstruction & | operator= (::CameraInstructionOptions::SplineInstruction &&) |
| MCAPI::CameraInstructionOptions::SplineInstruction & | operator= (::CameraInstructionOptions::SplineInstruction const &) |
| MCAPI bool | operator== (::CameraInstructionOptions::SplineInstruction const &other) const |
| MCAPI void * | $ctor (::CameraInstructionOptions::SplineInstruction const &) |
| MCAPI void | $dtor () |
Static Public Member Functions | |
| static MCAPI void | bindType (::cereal::ReflectionCtx &ctx) |
Public Attributes | |
| ::ll::TypedStorage< 8, 32, ::std::string > | mSplineIdentifier |
| ::ll::TypedStorage< 4, 4, float > | mTotalTime |
| ::ll::TypedStorage< 1, 1, ::CameraSplineUtils::SplineType > | mCurveType |
| ::ll::TypedStorage< 1, 1, bool > | mLoadFromJson |
| ::ll::TypedStorage< 8, 24, ::std::vector<::Vec3 > > | mCurve |
| ::ll::TypedStorage< 8, 24, ::std::vector<::CameraInstructionOptions::SplineInstruction::SplineProgressOption > > | mProgressKeyFrames |
| ::ll::TypedStorage< 8, 24, ::std::vector<::CameraInstructionOptions::SplineInstruction::SplineRotationOption > > | mSplineRotationOption |