diff --git a/01-Diary/本周事务/笔记.md b/01-Diary/本周事务/笔记.md new file mode 100644 index 0000000..b253ce8 --- /dev/null +++ b/01-Diary/本周事务/笔记.md @@ -0,0 +1,20 @@ +--- +title: Untitled +date: 2023-12-13 22:02:23 +excerpt: +tags: +rating: ⭐ +status: inprogress +destination: +share: false +obsidianUIMode: source +--- + +bool bUseRawDataOnly; + +```c++ +/** +* Return true if compressed data is out of date / missing and so animation needs to use raw data +*/ +bool DoesNeedRecompress() const { return GetSkeleton() && (bUseRawDataOnly || (GetSkeletonVirtualBoneGuid() != GetSkeleton()->GetVirtualBoneGuid())); } +``` \ No newline at end of file