Enum MorphBundleType ​
Namespace: ValveResourceFormat
Assembly: ValveResourceFormat.dll
Identifies the type of data stored in a morph bundle.
csharp
public enum MorphBundleTypeFields ​
None = 0
No morph bundle data.
PositionSpeed = 1
Bundle stores per-vertex position delta and speed values.
NormalWrinkle = 2
Bundle stores per-vertex normal delta and wrinkle map values.
See Also ​
https://s2v.app/SchemaExplorer/cs2/modellib/MorphBundleType_t

