|
LeviLamina
|
Public Member Functions | |
| MCAPI void | _loadActorAnimationController (::std::string const &fileData, ::Core::Path const &filenameWithExtension, ::MinEngineVersion const &minEngineVersion, ::CurrentCmdVersion packCommandVersion) |
| MCAPI_C::ActorAnimationControllerPtr | getActorAnimationController (::HashedString const &name) |
| MCAPI ::std::shared_ptr<::ActorAnimationControllerInfo > | getActorAnimationControllerInfo (::HashedString const &name) |
| MCAPI_C void | loadActorAnimationControllersAsync (::ResourcePackManager &resourcePackManager, ::Bedrock::NotNullNonOwnerPtr<::ResourceLoadManager > resourceLoadManager) |
| MCAPI void | loadActorAnimationControllersSync (::ResourcePackManager &resourcePackManager) |
| MCAPI_C void * | $ctor () |
| MCAPI void | $dtor () |
| MCFOLD void * | $ctor (::Bedrock::EnableNonOwnerReferences const &) |
Static Public Member Functions | |
| static MCAPI ::std::shared_ptr< ::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, ::ActorAnimationControllerGroupParseMetaData > > | _buildAnimationControllerFileSchema_v1_10_Or_Later (::SemVersion const &version) |
| static MCAPI ::std::shared_ptr<::JsonUtil::JsonSchemaObjectNode<::JsonUtil::EmptyClass, bool > > | _buildAnimationControllerFileSchema_v1_8 () |
| static MCAPI bool | loadFormatVersion (::Json::Value const &root, ::SemVersion &version) |
| static MCAPI bool | upgrade_v1_8_to_v1_10 (::Json::Value &root, ::MinEngineVersion const &minEngineVersion) |
| static MCAPI void ** | $vftable () |
Public Attributes | |
| ::ll::TypedStorage< 8, 8, int64 const > | mResourceLoadTimeStamp |
| ::ll::TypedStorage< 8, 80, ::Bedrock::Threading::Mutex > | mActorAnimationControllerLock |
| ::ll::TypedStorage< 8, 64, ::std::unordered_map<::HashedString, ::std::shared_ptr<::ActorAnimationControllerInfo > > > | mAnimationControllers |
| ::ll::TypedStorage< 8, 24, ::Bedrock::NonOwnerPointer<::ResourceLoadManager > > | mResourceLoadManager |
| ::std::shared_ptr<::Bedrock::EnableNonOwnerReferences::ControlBlock > | mControlBlock |
|
static |