CBaseAnimating: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Removed redirect to Category:CBaseAnimating)
Tag: Removed redirect
No edit summary
Line 1: Line 1:
{{seealso|[[:Category:CBaseAnimating]]}}
{{seealso|[[:Category:CBaseAnimating]]}}
'''<code>CBaseAnimating</code>''' is the C++ class from which all entities with [[model]]s inherit, even if they don't actually move.
This category also covers '''<code>CBaseAnimatingOverlay</code>''', which provides animation blending.

Revision as of 00:58, 4 March 2024

CBaseAnimating is the C++ class from which all entities with models inherit, even if they don't actually move.

This category also covers CBaseAnimatingOverlay, which provides animation blending.