CSpriteOriented: Difference between revisions

From SigMod
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
== Overview ==
== Overview ==
A subclass of [[CSprite]] which is statically oriented a particular way within the world rather than turning to always face the player.
A [https://developer.valvesoftware.com/wiki/Sprite sprite] which is statically oriented a particular way within the world rather than turning to always face the player.


'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/shared/Sprite.h /game/shared/Sprite.h]'''
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/shared/Sprite.h /game/shared/Sprite.h]'''

Latest revision as of 18:12, 10 August 2022

Overview[edit | edit source]

A sprite which is statically oriented a particular way within the world rather than turning to always face the player.

Source location : /game/shared/Sprite.h

Linked Entity : env_sprite_oriented

Class Structure[edit | edit source]