|
LeviLamina
|
Classes | |
| struct | RotationType |
| struct | ScaleType |
Public Member Functions | |
| MCAPI | BlockTransformationComponent (::Vec3 const &translation, ::BlockTransformationComponent::RotationType const &rotation, ::BlockTransformationComponent::ScaleType const &scale) |
| MCFOLD::Matrix const & | getTransformationMatrix () const |
| MCAPI void * | $ctor (::Vec3 const &translation, ::BlockTransformationComponent::RotationType const &rotation, ::BlockTransformationComponent::ScaleType const &scale) |
Public Attributes | |
| ::ll::TypedStorage< 1, 1, bool > | mShouldHandleSchematicValidation |
| ::ll::TypedStorage< 4, 12, ::Vec3 > | mTranslation |
| ::ll::TypedStorage< 4, 24, ::BlockTransformationComponent::RotationType > | mRotation |
| ::ll::TypedStorage< 4, 24, ::BlockTransformationComponent::ScaleType > | mScale |
| ::ll::TypedStorage< 4, 64, ::Matrix > | mTransformationMatrix |