Refactor|Performance: Converted material animation stages to plain structs
There is no need for dynamic members in animation stages, so using aRecord as the base class is only a hindrance.
View differences
Refactor|Performance: Converted material animation stages to plain structs
There is no need for dynamic members in animation stages, so using a
Record as the base class is only a hindrance.