vault backup: 2023-12-13 22:35:25
This commit is contained in:
parent
fe47f57176
commit
1aa1accc7f
20
01-Diary/本周事务/笔记.md
Normal file
20
01-Diary/本周事务/笔记.md
Normal file
@ -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())); }
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user