CBaseAnimatingOverlay: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{stub}}
{{stub}}
{{CD|CBaseAnimatingOverlay|base=CBaseAnimating|file1=[https://github.com/ValveSoftware/source-sdk-2013/blob/master/mp/src/game/server/BaseAnimatingOverlay.cpp BaseAnimatingOverlay.cpp]}}
{{CD|CBaseAnimatingOverlay|base=CBaseAnimating|file1=[https://github.com/ValveSoftware/source-sdk-2013/blob/master/mp/src/game/server/BaseAnimatingOverlay.cpp BaseAnimatingOverlay.cpp]}}
Class that provides animation blending.


== See Also ==
== See Also ==
* [[Animating_a_model#Blending_sequences]]
* [[Animating_a_model#Blending_sequences]]

Revision as of 01:09, 26 September 2024

Stub

This article or section is a stub. You can help by expanding it.

C++ Class hierarchy
CBaseAnimatingOverlay
CBaseAnimating
CBaseEntity
C++ BaseAnimatingOverlay.cpp

Class that provides animation blending.

See Also